TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
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-20.
Note. Before following any of these procedures, you must have real values for the variables in
the examples (indicated with italics).
Example 1-2. TCPIPUP2 Command File, INET-Mode, Ethernet Failover 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 with Ethernet
==failover, shared IP.
+ ADD SUBNET SN3,TYPE ETHERNET,IPADDRESS 172.14.215.27, &
DEVICENAME L019, SUBNETMASK 255.255.255.0, &
FAILOVER SHAREDIP
==Add a second SUBNET for Ethernet failover, sharing the
==same IPv4 address but using a different LIF (DEVICENAME)
+ ADD SUBNET SN4,TYPE ETHERNET,IPADDRESS 172.14.215.27, &
DEVICENAME L01A, SUBNETMASK 255.255.255.0, &
FAILOVER SHAREDIP
==Associate the SUBNETs as a failover pair and establish a
==reserved IPv4 addresses
+ ALTER SUBNET SN3, ASSOCIATESUB "SN4", &
RESERVEDIP 172.12.215.29
== 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 TCPIPUP2