Command Reference Guide

Administration Commands
query_trace_le
CS
File contains tracing on data transferred across the SNAplus2 domain between the specied computer
and other nodes. This trace type is activated by the set_cs_trace command.
BCK_CS
File contains tracing on data transferred across the SNAplus2 domain between a current-level server
and back-level computers. This trace type is activated by the set_bck_cs_trace command.
TN_SERVER
File contains tracing on the SNAplus2 TN server component.
IPS
File contains tracing on kernel components for the specied node. This type of trace is activated by
the set_trace_type or add_dlc_trace command.
2.178.2 Returned Parameters
Parameter name Type Length
trace_file_type constant
dual_files constant
trace_file_size decimal
file_name character 80
file_name_2 character 80
If the command executes successfully, SNAplus2 returns the following parameters:
trace_le_type
The type of trace le for which information is required (as supplied on the query_trace_file command).
dual_les
Species whether tracing uses one le or to two les. Possible values are:
YES
Tracing uses two les. When the rst le reaches the size specied by
trace_le_size, the second le is
cleared, and tracing continues to the second le. When this second le then reaches the size specied
by trace_le_size, the rst le is cleared, and tracing continues to the rst le. This ensures that
tracing can continue for long periods without using excessive disk space; the maximum space required
is approximately twice the value of trace_le_size.
NO
Tracing uses one le.
trace_le_size
The maximum size of the trace le. If dual_les is set to YES, tracing switches between the two les when
the current le reaches this size. If dual_les is set to NO, this parameter is ignored; the le size is not limited.
le_name
Name of the trace le, or name of the rst trace le if dual_les is set to YES.
If no path is included, the le is stored in the default directory for diagnostics les, /var/opt/sna.Ifa
path is included, this path is either a detailed path (starting with a
[/] character) or the path relative to the
default directory.
le_name_2
Name of the second trace le; this parameter is used only if dual_les is set to YES.
567