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-73
START ROUTE Command for TCPMAN
$ZZTCP.#ZPTM{0-F }
is the name of the TCPMON. The wild card (*) is supported. If you substitute the
wild card for the TCPMON names, a TCPMON is started in every running
processor. You can start TCPMONs in specific processors by listing a string of
TCPMONs in parentheses, such as:
->ASSUME PROCESS $ZZTCP
->START MON (#ZPTM0, #ZPTM1, #ZPTM2, #ZPTM3)
Examples
This command starts a TCPMON on processor 15:
-> START MON $ZZTCP.#ZPTMF
This command starts TCPMONs in all processors:
-> START MON $ZZTCP.*
Considerations
The START MON command adds the MON to the system configuration database.
You must follow the START MON command with a DELAY command to ensure that all
the MONs start before you start using them. DELAY 21 will suffice.
When you start a single MON after stopping it with the ABORT MON command, be
sure to use the ALTER MON * command to re-configure the non-default attributes on
the restarted MON. The preferred way to stop the MON to preserve the non-default
attributes is to use the STOP MON command rather than the ABORT MON command.
START ROUTE Command for TCPMAN
The START ROUTE command creates implicit connections to and from a route. The
successful completion of the START command leaves the route in the STARTED
summary state.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
Caution. Starting TCPMONs in only some processors has repercussions for certain
applications. If your application can be spawned in any processor, and you do not configure a
TCPMON in every available processor, you need to change your application so that it does not
spawn to a processor without a TCPMON object.
START [ / OUT file-spec / ] [ROUTE $ZZTCP.*.route-name ]