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 Manual522271-006
3-22
Configuration Example for the Hybrid Listening
Model
The TCPIPUP5 File
The following TACL command file starts the processes, adds and starts subsystem
objects through SCF, and sets appropriate parameters. To add comments, use the
word “comment” or a double equal sign (==). Some lines are discussed separately
after the example.
Deleting the DEFINE before setting the new DEFINE for round-robin filtering:
DELETE DEFINE =PTCPIP^FILTER^KEY
ensures that the new define won’t conflict with any existing defines in this TACL
session for the filter key. Use the following command.
ADD DEFINE =PTCPIP^FILTER^KEY, class map, file A234567
sets up all subsequent processes configured in this TACL session to use round-robin
filtering. A234567 is an arbitrary file name that you select. It is equivalent to setting a
password for use of the port.
Example 3-6. TCPIPUP5 for Hybrid Listening Model
comment ==== TCPIPUP5 =========TCPIPUP5 ========
comment TACL command file to bring up Parallel Library TCP/IP
comment subsystem
comment Use DNS for name resolution; (no host file DEFINE)
DELETE DEFINE =TCPIP^HOST^FILE
comment ADD and START SUBNETS
SCF/IN $SYSTEM.TCPIP.SCFSBNT/
comment Define round-robin filtering for the iTP WebServer
comment (See Round-Robin Filtering on page 2-4)
DELETE DEFINE =PTCPIP^FILTER^KEY
ADD DEFINE =PTCPIP^FILTER^KEY, class map, file A234567
comment Start iTP WebServer. See the
comment iTP Secure WebServer System Administrator’s Guide. Run
comment the httpd.config file documented in that manual once
comment for each processor, changing the name of HTPD1
comment to HTPD0, HTPD1, HTPD2, and HTPD3, to match the
comment processor names. Change the TCP/IP Transport
comment Provider name to $ZSAM0.
ccomment ====== END OF TCPIPUP5 ==== END OF TCPIPUP5 ==