IPX/SPX Configuration and Management Manual
Managing NonStop™ IPX/SPX With the Subsystem
Control Facility (SCF)
IPX/SPX Configuration and Management Manual—425731-001
3-50
TRACE Command
TO file-spec
specifies the name of the file into which the results of the trace operation are to be
placed. This option is required if you don’t STOP.
WRAP
specifies that when the trace disk file end-of-file (EOF) is reached, trace data wraps
to the beginning of the file and overwrites data.
For more detailed information on the specific trace records captured by each existing
SELECT option, including how these records are displayed by the PTrace program, refer
to Section 4, NonStop™ IPX/SPX PTrace Facility
.
Examples
The following command traces the assumed process, writes results into the file named
$DATA1.TRC.TRACE, allows the trace data to be overwritten when the EOF is
reached, and selects tracing of all NonStop™ IPX/SPX process activity:
-> TRACE PROCESS $ZNV0, TO $DATA1.TRC.TRACE, WRAP, SELECT &
SOCKETIF
To stop this trace activity, issue the following command:
-> TRACE PROCESS $ZNV0, STOP
You can now examine the trace output file by using the PTrace program.
TRACE SUBSYS
TRACE SUBSYS traces the IPXMGR process.
Command Syntax
OUT file-spec
directs any SCF output generated for this command to the specified file.
file-spec must be a partially or fully qualified name. If you do not specify this
option, the output goes to the home terminal.
TRACE [ / OUT file-spec / ] SUBSYS subsystem-name
{ , STOP
[, COUNT count ]
[, NOCOLL ]
[, PAGES pages ]
[, RECSIZE size ]
[, SELECT select-spec ]
[, TO
file-spec ]
[, WRAP ] }