Veritas NetBackup™ Flex Scale Release Notes
- Getting help
- Features, enhancements, and changes
- What's new in this release
- What's new in this release
- Limitations
- Known issues
- Cluster configuration issues
- Disaster recovery issues
- Infrastructure management issues
- Miscellaneous issues
- Networking issues
- Upgrade issues
- UI issues
- Cluster configuration issues
- Fixed issues
Takeover to a secondary cluster fails even after the primary cluster is completely powered off
The takeover to a secondary cluster fails even after primary cluster is completely powered off with the following error:
<cluster_name> cluster is either running or not completely down. Takeover of replication role is not permitted
In a rare scenario, the status of a remote cluster cannot be determined. The remote cluster status can be obtained from the console using the following command.
# haclus -display <remote_cluster_name> | grep ClusState
The takeover operation is permitted only when the remote cluster status is faulted or exited. But due to a bug, the remote cluster status shows the status as unknown even after the remote cluster is powered off. Also, if the remote cluster is powered off when the local cluster is down, the remote cluster status shows init. The takeover is not permitted in these scenarios. (4012004)
Workaround:
If the user can confirm that the remote cluster is down, then the takeover can be forced by running the following commands manually from the console.
Run the following command:
# /opt/VRTSnas/pysnas/bin/nso_replication.py --command update_master_server_etc_hosts --data '{"fqdn": "<master_fqdn>", "new_ip": "<new_master_ip>","old_ip": "<old_master_ip>"}'
Update the DNS entry of master server FQDNs to the IPs of the new primary.
Run the following command:
# hagrp -online -propagate -force NBUMasterBrain -any
Run the following command:
# /opt/VRTSnas/scripts/rep/nso_replication.sh prepare primary
Run the following command:
# /opt/VRTSnas/pysnas/bin/nso_replication.py --command clear_host_cache
Verify that the master server (nbu_master) is online and healthy and all media servers are healthy.