TCP/IP (Parallel Library) Configuration and Management Manual
SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual—522271-006
5-16
ABORT SUBNET Command for TCPMAN
For example, ABORT ROUTE *.RT1 is equivalent to ABORT ROUTE RT1. If you
omit the process name, SCF uses the assumed process name. For information
about the ASSUME command, see the SCF Reference Manual for G-Series RVUs.
Examples
The following commands abort the specified routes in all TCPMONs:
SCF> ABORT ROUTE $ZZTCP.*.RT1
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT ROUTE *.RT1
ABORT SUBNET Command for TCPMAN
The ABORT SUBNET command terminates the operation of a subnet as quickly as
possible; only enough processing is done to ensure the integrity of the subsystem. The
object is left in the STOPPED summary state. Since subnets are accessible to every
processor with a configured TCPMON, the ABORT SUBNET command must be
applied to all processors.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
SUBNET $ZZTCP.*.subnet-name
names the point of connection between the Parallel Library TCP/IP process and an
I/O device. The fully-qualified subnet name is $ZZTCP.*.subnet-name (you must
abort subnets on all TCPMONs). If you omit the process name, SCF uses the
assumed process. If you omit the subnet name, SCF uses the assumed SUBNET
object. For information about the ASSUME command, see the SCF Reference
Manual for G-Series RVUs.
Examples
The following commands abort a subnet named $ZZTCP.*.SN1:
SCF> ABORT SUBNET *.SN1
The following command aborts all subnets for the TCPMAN process. Note that you can
omit the wild card (*) for the TCPMON.
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT SUBNET *
ABORT [ / OUT file-spec / ]
[SUBNET $ZZTCP.*.subnet-name]