TCP/IP Configuration and Management Manual

SCF Reference
TCP/IP Configuration and Management Manual427132-004
4-108
TRACE SUBNET Command
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 TCP/IP process activity:
SCF> TRACE PROCESS, TO $DATA1.TRC.TRACE, WRAP, RECSIZE 300, &
SELECT ALL
TRACE SUBNET Command
The TRACE SUBNET command traces a SUBNET.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
SUBNET subnet-spec
names the point of connection between the NonStop TCP/IP process and an I/O
device. The fully-qualified subnet-spec has the form:
If you specify the SCF object type (SUBNET) or any portion of the object name
(subnet-spec) in a prior ASSUME command, you can omit it in this command.
For information about the ASSUME command, see the SCF Reference Manual for
G-Series RVUs or the SCF Reference Manual for H-Series RVUs.
STOP
ends the trace operation. A TRACE command must include either the STOP option
or the TO option.
TO file-spec
specifies the name of the file into which the results of the trace operation are to be
placed. It is a required option if STOP is not used.
TRACE [ / OUT file-spec / ] [ SUBNET subnet-spec ]
{ , STOP }
{ , TO file-spec [ , SELECT select-spec ]
[ , COUNT count ]
[ , NOCOLL ]
[ , PAGES pages ]
[ , RECSIZE size ]
[ , WRAP ]...}
$process-name . #subnet-name