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-14
ABORT PROCESS Command for TCPSAM
command does not stop or delete the process from the system configuration database
if the process has been added as a generic process. See Considerations.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
PROCESS $ZZTCP
is the name of the TCPMAN 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.
SUB ALL
aborts all subordinate MON objects. If you use this option, the MON object is
deleted from the configuration database. Note that when you use the RUN
command to restart the $ZZTCP process or if the persistence manager restarts the
$ZZTCP process, you must issue the START MON * command to restart the
monitors and subordinate objects.
Examples
The following command aborts and deletes the TCPMAN process (named $ZZTCP)
and all subordinate MON objects:
SCF> ABORT PROCESS $ZZTCP, SUB ALL
Considerations
If the TCPMAN 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. See How to Stop the Generic Process for TCPMAN on
page 4-5 for more information about managing generic processes.
The SUB ALL option deletes the TCPMON objects from the system configuration
database.
ABORT PROCESS Command for TCPSAM
The ABORT PROCESS command terminates the operation of the TCPSAM process
immediately, without regard to open sockets. This command stops and deletes the
process.
ABORT [ / OUT file-spec / ] [ PROCESS $ZZTCP ] [ , SUB ALL ]