TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
8-18
ABORT SUBNET Command for TCP6MAN
ABORT SUBNET Command for TCP6MAN
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 because SUBNETs are accessible to
every processor with a configured TCP6MON, the 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 NonStop TCP/IPv6 process and an I/O
device. The fully-qualified SUBNET name is $ZZTCP.*.subnet-name (you must
stop SUBNETs on all TCP6MONs). 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 or the SCF Reference Manual for H-Series
RVUs.
Examples
To abort a SUBNET named $ZZTCP.*.SN1:
SCF> ABORT SUBNET *.SN1
To stop all SUBNETs for the TCP6MAN process:
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT SUBNET *
You can omit the wild card (*) for TCP6MON.
To stop a SUBNET named SN0:
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT SUBNET *.SN0
Considerations
The object-name template (wild-card notation) is supported.
All activities being performed by the specified objects are halted.
ABORT [ / OUT file-spec / ]
[SUBNET $ZZTCP.*.subnet-name]