Veritas Access Appliance Release Notes
- Overview of Access Appliance
- Changes in this release
- Fixed issues
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- Admin 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
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- Access Appliance known issues
- Getting help
After continuous replication failover/failback operations, the virtual IPs in the source may appear offline
After continuous replication failover and failback operations, the virtual IPs in the source may appear offline. If you bring the virtual IPs online using the network ip addr online command, the command fails with the following error:
ACCESS ip addr ERROR V-493-10-1479 Node <node name> is either still starting or does not have all the filesystems mounted
ACCESS ip addr ERROR V-493-10-1394 ip addr online command failed
(IA-32565)
Workaround:
List all the file system service groups that are in OFFLINE/FAULTED/PARTIAL state.
hagrp -state | grep vrts_vea_cfs_int_cfsmount
Run the following command for the file system service groups that are not online to identify the empty file system service groups.
hagrp -resources vrts_vea_cfs_int_cfsmount<integer>
where <integer> can be any positive number.
If the above command shows empty output then run the following command:
hagrp -dep vrts_vea_cfs_int_cfsmount<integer>
If there are dependency links, run the following command:
/home/maintenance # hagrp -dep vrts_vea_cfs_int_cfsmount<integer>
For example:
/home/maintenance # hagrp -dep vrts_vea_cfs_int_cfsmount3 #Parent Child Relationship vrts_vea_cfs_int_cfsmount3 RVGgroup_rvg_test online local firm vrts_vea_cfs_int_cfsmount3 cvm online local firm
Delete the dependencies.
hagrp -unlink vrts_vea_cfs_int_cfsmount<integer> RVGgroup_rvg_test hagrp -unlink vrts_vea_cfs_int_cfsmount<integer> cvm
Delete the groups using the following command:
hagrp -delete vrts_vea_cfs_int_cfsmount<integer>
Check if the phantom groups are offline:
hagrp -state | grep Phantomgroup_pubeth
If there are any offline groups then run the following command for all the groups that are offline:
hagrp -online Phantomgroup_pubeth2 -any
Verify that all the Phantomgroups are online.
hagrp -state | grep Phantomgroup_pubeth
The virtual IPs should now appear online.