TCP/IPv6 Configuration and Management Manual (G06.24+)

Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
1-22
VA. Start the Applications (Without LNP)
2. Go to VB. Start the Applications (With LNP) on page 1-22.
VA. Start the Applications (Without LNP)
This subsection shows you how to start the two basic TCP/IP applications, LISTNER
and Telserv.
1. Start the LISTNER process.
a. Add a DEFINE to establish the TCP6SAM process name as the transport-
service provider for LISTNER by entering the TACL command:
b. Start the LISTNER process by entering the TACL RUN command:
2. Start the Telserv process.
a. Add a PARAM to establish the TCP6SAM process name as the transport-
service provider for Telserv by entering this TACL command:
b. Add a PARAM to cause Telserv to use the same process going out as coming
in by entering this TACL command:
c. Start the Telserv process by entering this TACL RUN command:
VB. Start the Applications (With LNP)
This subsection shows you how to start some of the basic TCP/IP applications,
LISTNER and Telserv, in an LNP environment, using the TCP6SAM processes.
1. Start the LISTNER process for the default LNP:
a. Add a DEFINE to establish the TCP6SAM process name as the transport-
service provider for a LISTNER process in the default LNP by entering this
TACL command:
>ADD DEFINE =TCPIP^PROCESS^NAME, CLASS MAP, FILE $ZSAM1
>LISTNER/TERM $ZHOME, OUT $ZHOME, NAME $LSN1, CPU 0, NOWAIT,
PRI 160/1 $SYSTEM.ZTCPIP.PORTCONF
>PARAM TCPIP^PROCESS^NAME $ZSAM1
PARAM ZTNT^TRANSPORT^PROCESS^NAME $ZSAM1
TELSERV/TERM $ZHOME, OUT $ZHOME, NAME $ZTN2, CPU 0, NOWAIT,
PRI 170/ -BACKUPCPU 1
>ADD DEFINE =TCPIP^PROCESS^NAME, CLASS MAP, FILE $ZSAM1