TCP/IP (Parallel Library) Configuration and Management Manual
Configuring Parallel Library TCP/IP for Complex and
Heavy-Use Environments
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual—522271-006
3-13
Configuration Example for the Standard Listening
Model
Startup Files
You must start the Parallel Library TCP/IP environment and create a TCPSAM process
before running TCPIPUP2. The command file TCPIPUP1 performs these tasks.
The TCPIPUP1 File
The following TACL command file starts the Parallel Library TCP/IP environment
including the TCPMAN process, the monitors, and the TCPSAM process. Issue the
OBEY command on this file first, unless the Parallel Library TCP/IP environment is
already running. Substitute real values for variables (indicated in italics). (See the
Configuration Form 1 on page 1-5 and page 1-12 for procedures for determining these
values.)
Before running this file, change directories to the volume/subvolume SYSnn. For
procedures for locating the SYSnn, see Step 7 on page 1-9. After you have changed to
the volume containing the SRL (SYSnn), remember to fully qualify the name of the
TCPIPUP1 command file since you probably did not store it in $SYSTEM.SYSnn.
Example 3-1. TCPIPUP1 Command File
DELETE DEFINE =_SRL_01
DELETE DEFINE =TCPIP^PROCESS^NAME
CLEAR ALL
TCPMAN/NAME $ZZTCP,TERM $ZHOME, OUT $ZHOME,&
CPU 1,NOWAIT/3
SCF/INLINE/
INLPREFIX +
+ ASSUME PROCESS $ZZTCP
+ START MON *
==Give TCPMONs time to start
+ DELAY 21
+ ALTER MON *,HOSTNAME "BOBAFET7"
+ ALTER MON *,HOSTID 150.50.130.2
INLEOF
ADD DEFINE =_SRL_01,CLASS MAP,FILE ZTCPSRL &
TCPSAM /NAME $ZSAM3, TERM $ZHOME, OUT $ZHOME, NOWAIT, CPU 0/1