Veritas Access Appliance 8.2 Release Notes
- Overview of Access Appliance
- Changes in this release
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- Internationalization (I18N) issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- CIFS issues
- Access Appliance known issues
- Getting help
After multi-step upgrade from 7.4.2 to 8.2 eth1 device is not listed in the network ip add show output
After a mult-step upgrade to 8.2, unable to add the eth1 device to the cluster. (IA-53773)
Workaround:
To add eth1 dev of each node, in Access cluster do the following on both the nodes:
- Elevate to root shell.
- Delete following directives from the
/etc/sysconfig/network-scripts/ifcfg-eth1
file on all the nodes of the cluster:IPADDR
NETMASK
NETWORK
GATEWAY
- Reset the device using the following command:
ifdown eth1 && ifup eth1
- Verify if the default route for eth1 has been deleted by using the following command:
ip route show
- If the default route for eth1 still persists, run the following command to remove the default route:
route del default gw gateway ip dev eth1
- After deleting the default route, delete the entry from the
/opt/VRTSnas/conf/net_globalroutes.conf
file. - From the elevated prompt of the node where the management console is running, execute the Access CLISH command as follows:
LOGNAME=primary /opt/VRTSnas/clish/bin/clish -u primary
- Bring eth1 under Access management:
Network> device add eth1
- Monitor the state of the Phantomgroup_pubethx service group using following command. Ensure that the service group is brought online:
hagrp -state | grep Phantomgroup_pubeth
- Add a free IP address from cluster for eth1 using the following command:
amigrtionclus> network ip addr add IP NETMASK physical eth1 nodename
- Verify that the IP address is added correctly by checking the output of the following command:
amigrtionclus> network ip addr show
- Log out from the Access CLI.
- Update the
/opt/VRTSnas/conf/net_preexist_dev.conf
file on both the nodes with the entry for eth1 - Add default global route:
amigrationclus> network ip route add all 0.0.0.0 0.0.0.0 via new_gw dev eth1 scope=global
Note:
The scope parameter is available from 7.4.3 and later versions. If you on version 7.4.2.x, the scope parameter is not available and you must use the Linux command instead to add the route.
- Change the console IP:
amigrationclus> network ip addr modify old_ip new_ip new_pub_nm device
Note:
The current logged in Access CLISH session is terminated.