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-15
ABORT PROCESS Command for TCP6MAN
Examples
To abort the MON object named #ZPTMA:
SCF> ABORT MON $ZZTCP.#ZPTMA
To abort all running TCP6MONs:
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT MON *
Considerations
The ABORT MON command deletes the MON from the system configuration
database. If you want to stop the MON but leave it in the system configuration
database, use the STOP MON Command for TCP6MAN on page 8-194.
ABORT PROCESS Command for TCP6MAN
The ABORT PROCESS command terminates the operation of the TCP6MAN process
immediately, without regard to open sockets. This command stops the process and
deletes it from the NonStop TCP/IPv6 environment. However, the ABORT process
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 on
page 8-16.
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 TCP6MAN 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.
SUB ALL
aborts all subordinate MON objects. If you use this option, the MON object is
deleted from the configuration database. Then, when the $ZZTCP restarts, you
must issue the START MON * command to restart the monitors and subordinate
objects. (The $ZZTCP process restarts either when you use the RUN command to
restart it or when the persistence manager restarts it.)
ABORT [ / OUT file-spec / ] [ PROCESS $ZZTCP ] [ , SUB ALL ]