Oracle® Solaris Cluster Geographic Edition System Administration Guide

Exit Print View

Updated: July 2014, E39667-01
 
 

How to Stop All Protection Groups in a Multigroup

Perform this procedure to stop all protection groups that are configured a multigroup. The protection groups to stop can be either those on only the clusters that are specified in the protection-group list of the multigroup or those on both partner clusters where the protection groups are configured.

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


  2. Stop all protection groups in the multigroup.
    • To stop all protection groups on only the clusters specified in the protection-group list of the multigroup, include the –e local option in the command.
      # geomg stop -e local multigroup
    • To stop all protection groups on both partner clusters where the protection groups are configured, include the –e global option in the command.
      # geomg stop -e global multigroup

    See the geomg (1M) man page for information about additional options for the stop subcommand.