TCP/IPv6 Configuration and Management Manual (G06.24+)
Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
1-7
Configure the Subsystem for INET-Mode, Ethernet
Failover, and Shared IP
2. Create the TCPIPUP command file:
3. Issue the TACL OBEY command on the TCPIPUP command file while running as
the super ID user:
4. Go to IVA. Prepare to Start the Applications (Without LNP) on page 1-21.
Configure the Subsystem for INET-Mode, Ethernet Failover, and
Shared IP
1. Find two LIFs for communication by following the procedure Select a LIF of TYPE
ETHERNET for communications. on page 1-3.
Example 1-1. TCPIPUP1 Command File, INET-Mode
CLEAR ALL
SCF/INLINE/
INLPREFIX +
+ ASSUME PROCESS $ZZTCP
+ START MON *
+ DELAY 30
== Configure the loopback subnet ==
+ ABORT SUBNET LOOP0
+ ALTER SUBNET LOOP0, IPADDRESS 127.1
+ START SUBNET LOOP0
== Add Host Id and Host Name information (optional)
+ ALTER MON *, HOSTID 172.14.215.27, HOSTNAME "www.company.com"
==Add a subnet for IPv4 support
+ ADD SUBNET SN3, TYPE ETHERNET, &
IPADDRESS 172.14.215.27, DEVICENAME LAN03, &
SUBNETMASK 255.255.255.0
== Add a default gateway route
+ ADD ROUTE GW1, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1
+ START SUBNET *
+ START ROUTE *
INLEOF
>OBEY TCPIPUP1