Expand Configuration and Management Manual (G06.24+)

Managing the Network
Expand Configuration and Management Manual523347-008
19-18
Starting and Stopping Tracing
Starting and Stopping Tracing
The Expand subsystem SCF TRACE command allows you to select the records that
you want written to a disk file. You can then use PTrace commands to select records to
be formatted and sent to an output device.
Table 19-9 lists the Expand subsystem SCF commands that can be used to start and
stop tracing.
Refer to Section 16, Tracing for more information about the tracing process and using
PTrace to format and display trace records.
Table 19-9. Expand SCF Commands for Tracing
SCF Command Action Performed
TRACE PROCESS $NCP, TO $file_name,
SELECT ALL, WRAP, RECSIZE 1024
Starts a trace of $NCP. The $file_name
parameter specifies the name of the file
to which the trace records will be
written.
TRACE PROCESS $NCP, STOP Stops the $NCP trace.
TRACE LINE $device_name, TO $file_name,
SELECT ALL,WRAP, RECSIZE 512
Starts a trace of the specified line. The
$file_name parameter specifies the
name of the file to which the trace
records will be written.
TRACE LINE $device_name, STOP Stops the trace of the specified line.
TRACE PATH $device_name, TO $file_name,
SELECT ALL, WRAP, RECSIZE 512
Starts a trace of a path or a single-line
Expand process. The $device_name
parameter specifies the name of the
path logical device or single-line Expand
line-handler process. The $file_name
parameter specifies the name of the file
to which the trace records will be
written.
TRACE PATH $device_name, STOP Stops the trace of a path or a single-line
Expand line-handler process.