TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)

Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual524523-012
1-15
Configure the Subsystem for DUAL-Mode, Address
Autoconfiguration and Ethernet Failover, Shared IP
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.
Configure the Subsystem for DUAL-Mode, Address
Autoconfiguration and Ethernet Failover, Shared IP
This example provides the same features as Example 1-7, TCPIPUP7 Command File,
DUAL-Mode, Address Autoconfiguration, with the addition of Ethernet failover with
shared IP addresses.
When you add a SUBNET for use with Ethernet failover as shown in Example 1-8,
TCPIPUP8 Command File, DUAL-Mode With Address Autoconfiguration and Ethernet
Failover, Shared IP, on page 1-16, you must set the FAMILY attribute to DUAL during
the ADD SUBNET command.
1. Find two LIFs for communications by following the procedure Select a LIF of TYPE
ETHERNET for communications. on page 1-2.
Example 1-7. TCPIPUP7 Command File, DUAL-Mode, Address Autoconfiguration
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
+ ALTER MON *, FAMILY DUAL
== Add Host Id and Host Name information (optional)
+ ALTER MON *, HOSTID 172.14.200.27, HOSTNAME www.company.com
==Add a SUBNET for DUAL-mode support, autoconfiguration
+ ADD SUBNET SN3, TYPE ETHERNET, FAMILY DUAL, &
IPADDRESS 172.14.215.27, DEVICENAME L018, &
SUBNETMASK 255.255.255.0, IPV6RAENABLE ON
== Add a default gateway route for IPv4. To add a default route
== for IPv6, see Add Routes on page 5-6
+ ADD ROUTE GW1, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1
+ START SUBNET *
+ START ROUTE *
INLEOF
>OBEY TCPIPUP7
Note. You cannot add Ethernet failover to an existing SUBNET. So, this example starts fresh
with a new SUBNET.