TCP/IP (Parallel Library) Configuration and Management Manual

SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
5-13
ABORT PROCESS Command for TCPMAN
TCPMON objects when open sockets exist. This command also deletes the MON
object from the system configuration database.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
MON $ZZTCP.#ZPTM{0-F}
is a valid MON name indicating the desired TCPMON. The MON object is always
named $ZZTCP.#ZPTMn where n is the processor number where the TCPMON
resides. You may substitute the wild card (*) for #ZPTMn and abort all running
TCPMONs. You may also ASSUME the process name, in which case, you only
need to enter the TCPMON name starting with the pound (#) sign or the wild card
(*).
Examples
The first command aborts the MON object named #ZPTMA and the second group of
commands aborts all running TCPMONs:
SCF> ABORT MON $ZZTCP.#ZPTMA
SCF> ASSUME PROCESS $ZZTCP
SCF> ABORT MON *
Considerations
The ABORT MON command deletes the MON from the system configuration
database. Because the MON has been deleted from the configuration database after
the ABORT MON command, if you ABORT one MON and then restart it, it no longer
shares the same non-default attributes with the other MONs in the system. For
example, the hostname and hostids on the restarted MON would be blank and, if
defined on the other MONs, would result in different hostnames and hostids being
passed to different instances of a program, depending on which processor the program
instance resides in. If you want to stop the MON but leave it in the system configuration
database, use the STOP MON Command for TCPMAN on page 5-139.
ABORT PROCESS Command for TCPMAN
The ABORT PROCESS command terminates the operation of the TCPMAN process
immediately, without regard to open sockets. This command stops the process and
deletes it from the Parallel Library TCP/IP environment. However, the ABORT process
ABORT [ / OUT file-spec / ] MON [$ZZTCP.#ZPTMn]