IPX/SPX Configuration and Management Manual

Managing NonStop™ IPX/SPX With the Subsystem
Control Facility (SCF)
IPX/SPX Configuration and Management Manual425731-001
3-48
TRACE Command
TRACE PROCESS
TRACE PROCESS traces an IPXPROTO 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.
PROCESS process-name
is a valid process name indicating the desired IPXPROTO process.
STOP
ends the trace activity currently in progress. A TRACE command must include
either the STOP or the TO option.
BACKUP
specifies whether the backup IPXPROTO process should have its trace started or
stopped. If you include BACKUP, only the backup IPXPROTO process is traced. If
you omit BACKUP, only the primary IPXPROTO process is traced. The PROCESS
object must be running as a process pair if you use this syntax.
Caution. The trace operation can significantly increase processor use by the object being
traced. To avoid problems with other processes in the processor, use the TACL ALTPRI
command to lower the priority of the object being traced before issuing the SCF TRACE
command.
TRACE [ / OUT file-spec / ] PROCESS process-name
{ , STOP
[, BACKUP ]
[, COUNT count ]
[, NOCOLL ]
[, PAGES pages ]
[, RECSIZE size ]
[, SELECT select-spec ]
[, TO file-spec ]
[, WRAP ] }