Go to main content

Administering the Disaster Recovery Framework for Oracle® Solaris Cluster 4.4

Exit Print View

Updated: June 2019
 
 

How to Take Over a Multigroup

Perform this procedure to transfer all operation of protection groups in a multigroup to partner clusters in the specified site.


Note -  To take over a protection groups that is not configured as a multigroup, instead follow procedures in How to Force Immediate Takeover of a Protection Group by a Secondary Cluster.

Caution

Caution  -  To avoid possible loss of replicated data, use instead the geomg switchover command. The geomg takeover command is intended only for situations where the potential risk of data loss is justified, such as when the primary site is not available or during unplanned downtime.


  1. From a node of a controller cluster of the target site, assume the root role or assume a role that is assigned the Geo Management rights profile.

    For more information, see Disaster Recovery Framework Rights Profiles in Installing and Configuring the Disaster Recovery Framework for Oracle Solaris Cluster 4.4.


    Note -  If you use a role with Geo Management rights, ensure that the /var/cluster/geo ACLs are correct on each node of both partner clusters. If necessary, assume the root role on the cluster node and set the correct ACLs.
    # chmod A+user:username:rwx:allow /var/cluster/geo

    The /var/cluster/geo directory must have the correct access control lists (ACL) applied for compatibility between the Geo Management rights profile and data replication software.


  2. Initiate takeover of the multigroup by the standby site.
    # geomg takeover [-f] -s site multigroup
    -f

    Forces takeover, even if the primary cluster for a protection group in the multigroup is reachable and the protection group is active on that cluster.

    -s site

    The name of the standby site which is to take over the specified multigroup.

    multigroup

    The name of the multigroup to take over.

    See the geomg(8) man page for information about additional options for the takeover subcommand.

Next Steps

For information about failing back a protection group to the original cluster, see Recovering a Protection Group to a Cluster.