SNA Link/iX Node Managers Guide (30291-90009)

Table Of Contents
Chapter 6 163
MPE Commands
SNACONTROL TRACEOFF
Description
SNACONTROL TRACEOFF turns off link-level tracing (with the
LINKTRACE
parameter), SNA Transport intrinsic tracing (with the
INTRINSIC
parameter, and SNA Transport node tracing and NS over SNA tracing
(with the
NODETRACE
parameter). Note that SNA Transport node
tracing is also turned off with SNACONTROL STOP. Tracing is described
in Chapter 5 , “SNA Link Troubleshooting,” of this manual.
NOTE
You must specify at least one type of tracing. That is, you must specify
the
LINKTRACE
parameter, the
INTRINSIC
parameter, the
NODETRACE
parameter, or any combination of the three. If you do not, an error
occurs.
Examples SNACONTROL TRACEOFF;NODE=PU8100F;LINKTRACE
Link-level tracing is to be turned off for node PU8100F.
SNACONTROL TRACEOFF;LINKTRACE;INTRINSIC=LU01
Intrinsic tracing (for LU01) and link-level tracing are to be turned off
for the only active node. Note that if more than one node was active,
this command would not be valid: A list of configured nodes would be
displayed, and the command would have to be reissued with the proper
NODE=
NodeName
parameter included.
SNACONTROL TRACEOFF;NODE=PU8100F
This command is
not
valid because at least one type of tracing is not
specified; an error would occur.