Oracle® Solaris Cluster Geographic Edition System Administration Guide

Exit Print View

Updated: July 2014, E39667-01
 
 

How to Modify a Data Replication Component

Use this procedure to modify a property of a data replication component.


Note -  You can also accomplish this procedure by using the Oracle Solaris Cluster Manager GUI. Click Partnerships, click the partnership name to go to its page, then in the Protection Groups section click the protection group name. In the Protection Groups panel, click the data replication component name. Then in the Data Replication component panel, click Edit. For more information about Oracle Solaris Cluster Manager, see Chapter 13, Using the Oracle Solaris Cluster GUI, in Oracle Solaris Cluster System Administration Guide .
  1. Assume the root role or assume a role that is assigned the Geo Management RBAC rights profile.

    For more information about RBAC, see Securing Geographic Edition Software in Oracle Solaris Cluster Geographic Edition Installation and Configuration 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, 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 RBAC rights profile and Oracle ZFS Storage Appliance software.


  2. Modify the data replication component.

    The following command modifies the properties of a data replication component in a protection group on the local cluster. The command then propagates the new configuration to the partner cluster if the partner cluster contains a protection group with the same name.

    # geopg modify-replication-component -p  property [-p…] replication-component protection-group
    –p property

    Specifies the properties of the data replication component.

    replication-component

    Specifies the name of the data replication component.

    protection-group

    Specifies the name of the protection group that contains the data replication component.

Example 7-7  Modifying the Properties of an Oracle ZFS Storage Appliance Remote Replication Component

The following example modifies the Timeout property of the remote replication component trancos which is part of the appliance protection group zfssa-p.

# geopg modify-replication-component -p Timeout=215 trancos zfssa-pg