Oracle® Solaris Cluster Geographic Edition Installation and Configuration Guide

Exit Print View

Updated: July 2014, E39666-01
 
 

How to Create a Multigroup

Perform this procedure to configure a multigroup to manage designated sets of protection groups.

Before You Begin

  • Ensure that the protection groups you want to contain in the multigroup are configured and working properly. See the Geographic Edition manual for your data replication product for procedures to configure a protection group.

  • Ensure that a partner cluster for each protection group to configure in the multigroup is configured in the same site. See How to Create and Validate a Site.

  1. From a node of a site controller cluster, 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.


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


  2. Create the multigroup.
    site-controller-cluster-node# geomg create -s site multigroup
    -s site

    The name of the site.

    multigroup

    The name to assign the new multigroup. The name must be unique throughout the specified site. If the name is not unique, the command fails with an error.

  3. From a node of a site controller cluster, add protection groups to the multigroup.
    site-controller-cluster-node# geomg add-protection-group protection-group-list multigroup

    The following describes the syntax choices for protection-group-list:

    cluster:protection-group

    Specifies a single protection group: The colon (:) separates the cluster name cluster from the name of the protection group that is configured in that cluster.

    cluster1:protection-group1/cluster2:protection-group2

    Specifies a protection group that has a dependency on another protection group. The protection group that is specified in the dependency chain before the slash (/) depends on the protection group that is specified after the slash.

    cluster1:protection-group1,cluster1:protection-group2,cluster2:protection-group1/cluster3:protection-group1

    The comma (, ) separates multiple protection group names in the same command.

    (cluster1:protection-group2,cluster2:protection-group1)/cluster3:protection-group1

    Specifies that multiple protection groups, cluster1:protection-group2 and cluster2:protection-group1, all have a dependency on the cluster3:protection-group1 protection group. Parentheses can only be used to enclose multiple protection groups with a dependency on another, single protection group. Only one protection group can be specified as the depended-on protection group.

  4. Verify the multigroup configuration.
    # geomg status multigroup

See also

To delete a multigroup, see Deleting a Multigroup in Oracle Solaris Cluster Geographic Edition System Administration Guide .

To administer a multigroup, see Chapter 9, Administering Multigroups, in Oracle Solaris Cluster Geographic Edition System Administration Guide.