JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Geographic Edition Data Replication Guide for Oracle Data Guard     Oracle Solaris Cluster Geographic Edition
search filter icon
search icon

Document Information

Preface

1.  Replicating Data With Oracle Data Guard Software

2.  Administering Oracle Data Guard Protection Groups

Working With Oracle Data Guard Protection Groups

Overview of Administering Protection Groups

Creating, Modifying, Validating, and Deleting an Oracle Data Guard Protection Group

How to Create and Configure an Oracle Data Guard Protection Group

How to Modify an Oracle Data Guard Protection Group

How to Validate an Oracle Data Guard Protection Group

How the Data Replication Layer Validates the Application Resource Groups and Data Replication Entities

How to Delete an Oracle Data Guard Protection Group

Administering Oracle Data Guard Application Resource Groups

How to Add an Application Resource Group to an Oracle Data Guard Protection Group

How to Delete an Application Resource Group From an Oracle Data Guard Protection Group

Administering Oracle Data Guard Broker Configurations

How to Add an Oracle Data Guard Broker Configuration to an Oracle Data Guard Protection Group

How the Data Replication Subsystem Verifies the Oracle Data Guard Broker Configuration

How to Modify an Oracle Data Guard Broker Configuration

How to Delete an Oracle Data Guard Broker Configuration From an Oracle Data Guard Protection Group

Replicating the Oracle Data Guard Protection Group Configuration to a Partner Cluster

How to Replicate the Oracle Data Guard Protection Group Configuration to a Partner Cluster

Activating and Deactivating a Protection Group

How to Activate an Oracle Data Guard Protection Group

How to Deactivate an Oracle Data Guard Protection Group

Resynchronizing an Oracle Data Guard Protection Group

How to Resynchronize an Oracle Data Guard Protection Group

Checking the Runtime Status of Oracle Data Guard Data Replication

Displaying an Oracle Data Guard Runtime Status Overview

How to Check the Overall Runtime Status of Replication

Displaying a Detailed Oracle Data Guard Runtime Status

3.  Migrating Services That Use Oracle Data Guard Data Replication

A.  Geographic Edition Properties for Oracle Data Guard Broker Configurations

Index

Replicating the Oracle Data Guard Protection Group Configuration to a Partner Cluster

You can replicate the configuration of a protection group to the partner cluster either before or after you configure data replication, resource groups, and resources on both clusters.

How to Replicate the Oracle Data Guard Protection Group Configuration to a Partner Cluster

Perform this procedure from a node of the cluster to which you want information replicated, for example, phys-newyork-1.

Before You Begin

Before you replicate the configuration of an Oracle Data Guard protection group to a partner cluster, ensure that the following conditions are met:

  1. Become superuser or assume a role that is assigned the Geo Management RBAC rights profile.

    For more information about RBAC, see Geographic Edition Software and RBAC in Oracle Solaris Cluster Geographic Edition System Administration Guide.


    Note - If you use a role with Geo Management RBAC rights, ensure that the /var/cluster/geo ACLs are correct on each node of both partner clusters. If necessary, become superuser 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 RBAC rights profile and Oracle Data Guard.


  2. Replicate the protection group configuration to the partner cluster.
    phys-newyork-1# geopg get -s partnershipname ODGprotectiongroup
    -s partnershipname

    Specifies the name of the partnership from which the protection group configuration information is gathered.

    ODGprotectiongroup

    Specifies the name of the protection group.

    The geopg get command retrieves the configuration information of the protection group from the remote cluster and creates the protection group on the local cluster. If the corresponding Oracle Data Guard configuration is enabled, the geopg get command also disables the Oracle Data Guard configuration.


    Note - The geopg get command replicates Geographic Edition related entities. For information about how to replicate Oracle Solaris Cluster entities, see Replicating and Upgrading Configuration Data for Resource Groups, Resource Types, and Resources in Oracle Solaris Cluster Data Services Planning and Administration Guide.


Example 2-9 Replicating the Oracle Data Guard Protection Group Configuration to a Partner Cluster

This example shows how to replicate the configuration of sales-pg from cluster-paris to cluster-newyork.

# ssh root@phys-newyork-1
phys-newyork-1# geopg get -s paris-newyork-ps sales-pg

The configuration of the protection group is retrieved from the remote cluster, in this example cluster-paris, and then validated by the data replication subsystem on the local cluster cluster-newyork.