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

Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
1-9
Configure the Subsystem for INET-Mode, Ethernet
Failover, and Nonshared IP
Configure the Subsystem for INET-Mode, Ethernet Failover, and
Nonshared IP
1. Find two LIFs for communication by following the procedure Select a LIF of TYPE
ETHERNET for communications. on page 1-3.
2. Create the TCPIPUP command file:
3. Issue the TACL OBEY command on the TCPIPUP command file while running as
the super ID user:
Note. Before following any of these procedures, you must have real values for the variables in
the examples (indicated with italics).
Example 1-3. TCPIPUP3 Command File, INET Mode, Ethernet Failover,
Non-Shared IP
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, using Ethernet
==failover, nonshared IP.
+ ADD SUBNET SN3,TYPE ETHERNET, IPADDRESS 172.14.215.27, &
DEVICENAME L019, SUBNETMASK 255.255.255.0, &
FAILOVER NONSHAREDIP
==Add a second SUBNET for Ethernet failover, with different
==IPv4 addresses and LIF
+ ADD SUBNET SN4,TYPE ETHERNET,IPADDRESS 172.14.215.28 &
DEVICENAME L01A, SUBNETMASK 255.255.255.0, &
FAILOVER NONSHAREDIP
==Associate the SUBNETs as a failover pair
+ALTER SUBNET SN3, ASSOCIATESUB "SN4"
== Add default gateway routes to both SUBNETs in failover pair
+ ADD ROUTE GW1, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1 &
SUBNET SN3
+ ADD ROUTE GW2, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1 &
SUBNET SN4
+ START SUBNET *
+ START ROUTE *
INLEOF
>OBEY TCPIPUP3