NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
TRACE STOP
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–573
TRACE STOP The TRACE STOP command stops tracing for the specified trace ID. This command
stops the trace collector for the specified trace ID, which closes the trace file that is
collecting the trace records. You cannot stop a trace that has not been started.
TRACE STOP=
trace-id
Note If you want to examine the trace records after stopping the trace, you must use the PTRACE utility
program distributed with NonStop NET/MASTER MS. Refer to the PTrace Reference Manual for
information on using the PTRACE utility program.
trace-id
specifies the trace ID of a running trace. The trace ID is a number returned by a
previous TRACE START command. You can specify a trace ID from 1 through
65535.
Considerations
The default authority level of this command is 3. If the trace ID represents a trace
started by another user, your authority level must be greater than that of the other
user.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using the CMD core statement or the INTCMD verb.
For related information, see the SHOW TRACE and other TRACE commands.
Example
The following command stops the trace with the trace ID of 5:
TRACE STOP=5