TCP/IP Configuration and Management Manual
Configuring the NonStop TCP/IP Subsystem
TCP/IP Configuration and Management Manual—427132-004
3-26
Configuration 3: Startup Files for Two Hosts Using
an X25AM-Based Connection
TCPUP2
The command file TCPUP2 starts and configures NonStop TCP/IP and LISTNER
processes ($ZTC2, $LSN2, and $ZTN2, respectively). Example 3-13 shows a listing of
the command file for TCPUP2:
TCPSUBU2
The command file TCPSUBU2 adds and starts the X.25 SUBNET objects and ROUTE
objects to the NonStop TCP/IP process $ZTC2. The ADDRMAP specification maps the
Example 3-12. Command File for Adding X.25 Subdevices
== SCF command file to add and start X25 subdevices for TCPIP on
== \NY.
allow all errors
allow all warnings
== SWAN concentrator: Line $X25A available.
assume line $x25A
abort, sub all
alter, netid x25xa, srcaddr "00000012300000", Framemode &
DTE, callingaddr on, SVCRANGE (1,128)
add su #tcpip1,devtype (9,0),protocol ptp,recsize 1024
add su #tcpip2,like #tcpip1
add su #tcpip3,like #tcpip1
add su #tcpip4,like #tcpip1
add su #tcpip5,like #tcpip1
add su #tcpip6,like #tcpip1
start, sub all25A
Example 3-13. Service Processes Up File for X.25
== TACL command file to bring up TCP/IP subsystem on \CB2
== Use HOSTS file for name resolution instead of DNS
ADD DEFINE =TCPIP^HOST^FILE, FILE $CB21.TCPIPX25.MJHOSTS
== Initialize second TCP/IP process
TCPIP /NAME $ZTC2, NOWAIT, PRI 180, CPU 0/
== Prior to starting LISTNER and TELSERV, use ADD DEFINE
statement
== to specify TCPIP process name
ADD DEFINE =TCPIP^PROCESS^NAME, FILE $ZTC2
== Initialize TCPIP SUBNETs for X25
SCF /IN TCPSUBU2/
== Initialize LISTNER process for FTPSERV, ECHOSERV, FINGSERV
LISTNER /NAME $ZPORT, NOWAIT, PRI 160, CPU 1/&
PORTCONF
== Initialize TELSERV process
PARAM TCPIP^PROCESS^NAME $ZTN2
TELSERV/NAME $ZTN2,CPU 2,NOWAIT,PRI 170/-BACKUPCPU 3