TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
Manage the NonStop TCP/IPv6 Subsystem
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
6-12
Stopping NonStop TCP/IPv6 as a Generic Process
processes you noted in Preparing to Stop the NonStop TCP/IPv6 Subsystem on
page 6-8. Enter the command at the TACL prompt:
2. Issue the TACL OBEY command on the TCPIPDN command file while running as
user SUPER.SUPER:
Stopping NonStop TCP/IPv6 as a Generic Process
Use this procedure to stop NonStop TCP/IPv6 when TCP6MAN has been added as a
generic process to the system configuration database.
Note that you must stop the NonStop TCP/IPv6 from a conventional TCP/IP
environment in your system.
Perform the tasks in Preparing to Stop the NonStop TCP/IPv6 Subsystem
on page 6-8
before following these procedures.
Task Summary
Task 1: Stop all openers of the TCP6MONs.
Task 2: Stop all TCP6SAM processes.
Task 3: Stop the generic TCP6MAN process.
>TEDIT TCPIPDN
Example 6-1. TCPIPDN Command File
==Stop the opener processes.
STOP $ZPT0
STOP $ZTN0
STOP $ZTF0
STOP $ZOKW
STOP $ZOKX
STOP $Z07S
==SCF Commands
SCF/INLINE/
INLPREFIX +
==Stop TCP6SAM processes
+ ABORT PROCESS $TCPS3
+ ABORT PROCESS $TCPS1
+ ABORT PROCESS $ZTC01
==Stop TCP6MAN and all TCP6MONs
+ STOP PROCESS $ZZTCP,SUB ALL
==Pause while all TCP6MONs stop
+ DELAY 21
INLEOF
>OBEY TCPIPDN