Removing a remote cluster from a global cluster setup

This topic includes commands that are used to remove the remote cluster from the cluster list.

To remove a remote cluster in a global cluster setup

  1. Run the following command:
    hagrp -offline ClusterService -any
  2. Remove the remote cluster from the ClusterList of all the global groups using the following command:
    hagrp -modify <global_group> ClusterList -delete <remote_clus>
  3. Remove the remote cluster from the ClusterList of all the heartbeats using the following command:
    hahb -modify Icmp ClusterList -delete <remote_clus>
  4. Delete the remote cluster using the following command:
    haclus -delete <remote_clus>