NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
TRACE START
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–571
The default file name is:
$
isv-vol
.
user-id
.
p
TR
nnnnn
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
installed.
user-id
specifies the user ID starting the trace.
p
specifies the process character (A through Z) specified when NonStop
NET/MASTER MS is initially executed.
nnnnnn
specifies the five-digit trace ID allocated to the trace.
COUNT=
record-limit
specifies a number to limit the number of trace records written to the trace file.
The default value is 0. This ensures that the trace is not terminated until you
specifically stop it by using the TRACE STOP command (unless the end of the
trace file is reached, and the value of WRAP is equal to NO). You can specify a
value from 0 through 32767.
PAGES=
pages
indicates the number of 2K pages that are used by the trace collector to store trace
data. The default is 64. You can specify a value from 4 through 125000.
WRAP
specifies whether the trace file is a wrap-around file.
YES
specifies that the trace file is a wrap-around file. When the end-of-file is
reached, new trace records overwrite old trace records beginning from the
beginning-of-file.
NO
specifies that the trace file is not a wrap-around file. When the end-of-file is
reached, tracing terminates. New trace records do not overwrite old trace
records.