TCP/IP (Parallel Library) Configuration and Management Manual
Configuration Quick Start
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual—522271-006
1-17
Tasks: Starting Parallel Library TCP/IP Using RUN
Command
3. Clear the system of DEFINEs and PARAMs by exiting SCF and entering the
following commands at the TACL prompt:
4. (Skip this step if you are using DNS.) If you are not using DNS for address
resolution, set up the environment to use a HOSTS file by adding the following
DEFINE to $SYSTEM.SYSTEM.TACLLOCL:
5. Issue the following TACL RUN command to start Parallel Library TCP/IP:
6. Start TCPSAM for socket programs.
a. ADD a DEFINE for the SRL for the TCPSAM process. (See Locating the SRL
on page 2-12.) Enter the following command at the TACL prompt:
b. Issue the following TACL RUN command to start TCPSAM:
c. ADD a DEFINE and PARAM to establish the TCPSAM process name as the
transport-service provider for socket programs by entering the following
commands at the TACL prompt:
> DELETE DEFINE =_SRL_01
> DELETE DEFINE =TCPIP^PROCESS^NAME
> DELETE DEFINE =TCPIP^HOST^FILE
> CLEAR ALL
>ADD DEFINE =TCPIP^HOST^FILE,CLASS MAP,FILE &
$SYSTEM.ZTCPIP.HOSTS
>TCPMAN /NAME $ZZTCP, TERM $ZHOME, OUT $ZHOME, CPU 0,
NOWAIT/1
Note. If you have stopped $ZZTCP by using the STOP PROCESS $ZZTCP, SUB ALL
command, the TCPMONs are deleted from the configuration database and you still need to
start the TCPMONs manually. You can work around this problem by stopping the TCPMAN
process in two steps:
STOP MON $ZZTCP.*
STOP PROCESS $ZZTCP
>ADD DEFINE =_SRL_01, CLASS MAP, FILE ZTCPSRL
>TCPSAM /NAME $ZSAM3, TERM $ZHOME, OUT $ZHOME, NOWAIT, CPU
0/1
>ADD DEFINE =TCPIP^PROCESS^NAME, CLASS MAP, FILE $ZSAM3
>PARAM TCPIP^PROCESS^NAME $ZSAM3