TCP/IP (Parallel Library) Configuration and Management Manual

Configuration Quick Start
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
1-23
Tasks: Stopping Parallel Library TCP/IP and
Preserving the Database
5. Create a TACL command file as shown in Example 1-3. Replace the italicized
variables with the names of the applications and the TCPSAM processes you
noted in the above steps. Enter the following command at the TACL prompt:
6. Issue the following TACL OBEY command on the TCPIPDN command file while
running as user SUPER.SUPER:
>TEDIT TCPIPDN
Example 1-3. TCPIPDN Command File
==Stop the opener processes. See Note on page 1-26.
STOP $ZPT0
STOP $ZTN0
STOP $ZTF0
STOP $ZOKW
STOP $ZOKX
STOP $Z07S
==SCF Commands
SCF/INLINE/
INLPREFIX +
==Stop TCPSAM processes
+ ABORT PROCESS $ZSAM0
==Stop TCPMAN and all TCPMONs
+ STOP PROCESS $ZZTCP,SUB ALL
==Pause while all TCPMONs stop
+ DELAY 21
INLEOF
>OBEY TCPIPDN