Go to main content

Oracle® Solaris Cluster Geographic Edition Data Replication Guide for Hitachi TrueCopy and Universal Replicator

Exit Print View

Updated: July 2016
 
 

How to Add a Data Replication Component to a Hitachi TrueCopy or Universal Replicator Protection Group

  1. Log in to a cluster node.

    You must be assigned the Geo Management rights profile to complete this procedure. For more information, see Chapter 4, Administering RBAC in Oracle Solaris Cluster 4.3 Geographic Edition System Administration Guide.

  2. Create a data replication component in the protection group.

    This command adds a data replication component to a protection group on the local cluster and propagates the new configuration to the partner cluster if the partner cluster contains a protection group of the same name.

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

    Specifies the properties of the data replication component.

    You can specify the Fence_level property which defines the fence level that is used by the data replication component. The fence level determines the level of consistency among the primary and secondary volumes for that data replication component.

    You can set this property to data, status, never, or async. When you use a Fence_level of never or async, the application can continue to write to the primary cluster even after failure on the secondary cluster. However, when you set the Fence_level property to data or status, the application on the primary cluster might fail because the secondary cluster is not available for the following reasons:

    • Data replication link failure

    • Secondary cluster and storage is down

    • Storage on the secondary cluster is down


    Caution

    Caution  -  To avoid application failure on the primary cluster, specify a Fence_level of never or async. If you specify a Fence_level of never, the data replication roles do not change after you perform a takeover. If you have special requirements to use a Fence_level of data or status, consult your Oracle representative.


    The other properties you can specify depend on the type of data replication you are using. For details about these properties, see Appendix A, Standard Geographic Edition Properties, in Oracle Solaris Cluster 4.3 Geographic Edition System Administration Guide.

    replication-component

    Specifies the name of the new data replication component.

    protection-group

    Specifies the name of the protection group that will contain the new data replication component.

    For information about the names and values that are supported by Geographic Edition software, see Appendix B, Legal Names and Values of Geographic Edition Entities, in Oracle Solaris Cluster 4.3 Geographic Edition System Administration Guide.

    For more information about the geopg command, refer to the geopg(1M) man page.

Example 9  Adding a Data Replication Component to a Hitachi Universal Replicator Protection Group

This example creates a Hitachi TrueCopy or Universal Replicator data replication component in the hurpg protection group.

# geopg add-replication-component -p Fence_level=async devgroup1 hurpg