TCP/IPv6 Configuration and Management Manual (G06.24+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
8-16
ABORT PROCESS Command for TCP6SAM
Examples
To abort and delete the TCP6MAN process (named $ZZTCP) and all subordinate MON
objects:
SCF> ABORT PROCESS $ZZTCP, SUB ALL
Considerations
•
If the TCP6MAN process has been added as a generic process, you must use the
ABORT command under the Kernel subsystem (ABORT PROCESS
$ZZKRN.#ZZTCP) to stop it. For more information about managing generic
processes, see the SCF Reference Manual for the Kernel Subsystem.
•
The SUB ALL option deletes the TCP6MON objects from the system configuration
database.
ABORT PROCESS Command for TCP6SAM
The ABORT PROCESS command terminates the operation of the TCP6SAM process
immediately, without regard to open sockets. This command stops and deletes the
process.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
PROCESS $tcp6sam-process-name
is a valid process name indicating the desired TCP6SAM process. If you omit the
object name, SCF uses the assumed object name. 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 and delete the TCP6SAM process named $ZSAM2:
SCF> ABORT PROCESS $ZSAM2
Considerations
If there are any outstanding socket requests from the application, the ABORT
command must be used instead of the STOP command. All pending socket requests
with this TCP6SAM as the transport provider are completed with an error.
ABORT [ / OUT file-spec / ] [ PROCESS $tcp6sam-process-name ]