TCP/IP (Parallel Library) Configuration and Management Manual

Configuration Quick Start
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
1-28
Tasks: Stopping Parallel Library TCP/IP and Clearing
the Database
5. Obtain the names of the subnets running in the Parallel Library TCP/IP
environment by entering the following SCF command (ignore LOOP0):
Since you cannot delete the LOOPBACK subnet, Example 1-4 uses the DELETE
SUBNET SN* command instead of DELETE SUBNET * to avoid receiving an error.
If you have followed the recommended naming convention (your subnets start with
SN) you do not need to change this variable in Example 1-4. If you have used a
different naming convention, substitute the appropriate leading characters for SN.
6. Create the TACL command file shown in Example 1-4. Replace the italicized
variables in Example 1-4 with information you obtained in Steps 3, 4, and 5. Enter
the following command at the TACL prompt:
7. Issue the following TACL OBEY command on the TCPIPDN command file while
running as user SUPER.SUPER:
>OBEY TCPIPDN
->INFO SUBNET $ZZTCP.*
>TEDIT TCPIPDN
Example 1-4. TCPIPDN Command File
==Stop the opener processes (identified in Step 3).
STOP $ZPT0
STOP $ZTN0
STOP $ZTF0
STOP $ZOKW
STOP $ZOKX
STOP $Z07S
==SCF Commands
SCF/INLINE/
INLPREFIX +
==Stop the $TCPSAM processes (identified in Step 4).
+ ABORT PROCESS $ZSAM0
==Clear the system configuration database. (Use leading
==characters for the subnet names identified in Step 5.) Note that
==deleting the subnets also deletes the routes associated with
==the subnets so you don’t have to delete the routes explicitly.
+ ASSUME PROCESS $ZZTCP
+ STOP SUBNET*
+ DELETE SUBNET SN*
+ DELETE ENTRY *
==Stop the TCPMON objects
+ ABORT MON *
==Pause for TCPMONs to stop
+ DELAY 21
==Stop the TCPMAN process
+ ABORT PROCESS $ZZTCP
INLEOF