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 Manual524523-012
8-113
START MON Command for TCP6MAN
START MON Command for TCP6MAN
The START MON command is used to start individual TCP6MON objects on each
processor. MONs are automatically started by TCP6MAN if they were previously
started by using SCF and were not aborted.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
$ZZTCP.#ZPTM{0-F }
is the name of the TCP6MON. The wild card (*) is supported. If you substitute the
wild card for the TCP6MON names, a TCP6MON is started in every running
processor. You can start TCP6MONs in specific processors by listing a string of
TCP6MONs in parentheses, such as:
->ASSUME PROCESS $ZZTCP
->START MON (#ZPTM0, #ZPTM1, #ZPTM2, #ZPTM3)
Examples
To start a TCP6MON on processor 15:
-> START MON $ZZTCP.#ZPTMF
To start TCP6MONs on 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.
START [ / OUT file-spec / ] MON $ZZTCP.#ZPTM{0-F }
Caution. Starting TCP6MONs in only some processors has repercussions for certain
applications. If your application can be spawned in any processor, and you do not configure a
TCP6MON in every available processor, you need to change your application so that it does
not spawn to a processor without a TCP6MON object.