Go to main content

Administering the Disaster Recovery Framework for Oracle® Solaris Cluster 4.4

Exit Print View

Updated: June 2019
 
 

How to Switch Over Replication From the Primary Cluster to the Secondary Cluster

Perform this procedure to switch over a protection group to the secondary cluster.


Note -  You can also accomplish this procedure by using the Oracle Solaris Cluster Manager browser interface, if you do not need to use the –f force option. Click Partnerships, click the partnership name to go to its page, highlight the protection group name, and click Switchover. For Oracle Solaris Cluster Manager log-in instructions, see How to Access Oracle Solaris Cluster Manager in Administering an Oracle Solaris Cluster 4.4 Configuration.

Note -  To switch over a set of protection groups that are configured as a multigroup, instead follow procedures in How to Switch Over a Multigroup.

Before You Begin

Before you switch over a protection group from the primary cluster to the secondary cluster, ensure that the following conditions are met:

  • For Oracle ZFS Storage Appliance, data replication is active between the primary cluster and the secondary cluster. That is, the replication is enabled from the source to the target appliances.

  • For Oracle ZFS Storage Appliance, the disaster recovery framework replication resource for this appliance replication shows the Online state.

  • For Oracle Data Guard, the Oracle Data Guard Broker show configuration command must show a SUCCESS state. This state is reflected in the state of the disaster recovery framework replication resource for this Oracle Data Guard Broker configuration, which should show the online state.

  • The disaster recovery framework is running on both clusters.

  • The secondary cluster is a member of a partnership.

  • Both cluster partners can be reached.

  • The overall state of the protection group is set to OK.

  1. 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 the data replication software.


  2. Initiate the switchover.

    The application resource groups that are a part of the protection group are stopped and started during the switchover.

    phys-paris-1# geopg switchover [-f] -m new-primary-cluster protection-group-name
    –f

    Forces the command to perform the operation without asking you for confirmation.

    –m new-primary-cluster

    Specifies the name of the cluster that is to be the new primary cluster for the protection group.

    protection-group-name

    Specifies the name of the protection group.

Example 32  Forcing a Switchover From the Primary Cluster to the Secondary Cluster

The following example performs a switchover to the secondary cluster cluster-newyork.

phys-paris-1# geopg switchover -f -m cluster-newyork example-protection-group

Next Steps

To fail back a protection group to the original cluster, see Recovering a Protection Group to a Cluster.