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
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- Backup issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenStack issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Access Appliance known issues
- Getting help
Unplanned failback fails if the source cluster goes down
If the source cluster goes down, unplanned failback fails with an error:
ACCESS Sync_rep ERROR V-493-10-91 Failback operation failed!
The following error appears in the logs:
Message from Host 10.221.62.53: VxVM VVR vradmin ERROR V-5-52-449 Secondary rvg1 does not have an active Primary
The issue is seen if the virtual IP address used by the replication service is on a different node then the logowner node. This happens because continuous replication requires the IP and logowner to be on the same node.
Workaround:
Find the logowner node.
# vxprint -Vl rvg_test | grep logowner logowner: clat743-01 (default)
In this example, clat743-01 is the logowner node.
Run the following command.on the Access CLISH:
# /opt/VRTSnas/clish/bin/clish -u admin -c "network ip addr show" IP Netmask/Prefix Device Node Type Status ------------ --------------- ------ ----- -------- ------ 10.221.54.85 255.255.240.0 eth4 clat743-01 Physical 10.221.54.86 255.255.240.0 eth5 clat743-01 Physical 10.221.54.55 255.255.240.0 eth1 clat743-01 Physical 10.221.54.87 255.255.240.0 eth4 clat743-02 Physical 10.221.54.88 255.255.240.0 eth5 clat743-02 Physical 10.221.54.56 255.255.240.0 eth1 clat743-02 Physical 10.221.54.89 255.255.240.0 eth1 clat743-01 Virtual ONLINE (Con IP) 10.221.54.59 255.255.240.0 eth5 clat743-02 Virtual ONLINE (Continuous Replication IP)
Observe the node on which the continuous replication IP resides. In this example, it is clat743-02.
Move the logowner to the node on which the continuous replication IP resides. Run the following command on the node where continuous replication IP is running.
# vxrvg -g sfsdg set logowner=on rvg_test
In the example, run the command on clat743-02.
Run the failback command.
# replication continuous failback fs_name