Go to main content

Oracle® Solaris Cluster Remote Replication Guide for Oracle ZFS Storage Appliance

Exit Print View

Updated: February 2020
 
 

How to Remove a Remote Replication Component From an Oracle ZFS Storage Appliance Protection Group


Note -  You can also accomplish this procedure by using the Oracle Solaris Cluster Manager GUI. Click Partnerships, click the partnership name, click the protection group name, in the Data Replication Components section highlight the remote replication component name, and click Remove. For more information about Oracle Solaris Cluster Manager, see Chapter 12, Using the Oracle Solaris Cluster Manager Browser Interface in Administering an Oracle Solaris Cluster 4.4 Configuration.

Before You Begin

Ensure that the following conditions are met:

  • The protection group is defined on the local cluster.

  • The protection group is offline on the local cluster and the partner cluster, if the partner cluster can be reached.

  • The remote replication component is managed by the protection group.

  1. Assume the root role or assume a role that is assigned the Geo Management rights profile.

    For more information, see Securing Disaster Recovery Framework Software 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 Oracle ZFS Storage Appliance software.


  2. Remove the remote replication component.
    # geopg remove-replication-component zfssa-replication-component zfssa-protection-group
    zfssa-replication-component

    Specifies the name of the remote replication component.

    zfssa-protection-group

    Specifies the name of the protection group.

Example 3  Removing a Remote Replication Component From an Oracle ZFS Storage Appliance Protection Group

In the following example, the remote replication component trancos is removed from the appliance protection group, zfssa-pg.

# geopg remove-replication-component trancos zfssa-pg