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

Maximize the Benefit of the NonStop TCP/IPv6
Architecture
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
3-20
Configuration Example for the Hybrid Listening
Model
The first connection request establishes a connection to one of the Distrib processes.
The adapter then routes the next connection request to the next Distrib process in the
next processor, and so on.
The TCPIPUP14 File
This 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 will not conflict with any existing defines in this TACL
session for the filter key. Use this command. See Round-Robin Filtering on page 2-7
for information on using the filter key defines to limit port numbers for round-robin use.
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-4. TCPIPUP14 for the Hybrid Listening Model
comment TACL command file to bring up NonStop TCP/IPv6
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-7)
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.