Go to main content

Oracle® Solaris Cluster 4.3 Geographic Edition System Administration Guide

Exit Print View

Updated: June 2017
 
 

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.


Note -  You can also use the Oracle Solaris Cluster Manager browser interface to perform this task. Click Sites, click the site name to go to its page, highlight the multigroup name, and click Stop Protection Groups. For Oracle Solaris Cluster Manager log-in instructions, see How to Access Oracle Solaris Cluster Manager in Oracle Solaris Cluster 4.3 System Administration Guide.

Before You Begin

If you use a role with Geo Management rights, ensure that the /var/cluster/geo access control lists (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 ACL applied for compatibility between the Geo Management rights profile and data replication software.

For more information, see Securing Geographic Edition Software in Oracle Solaris Cluster 4.3 Geographic Edition Installation and Configuration Guide.

  1. From a node of a site controller cluster, assume the root role or assume a role that is assigned the Geo Management rights profile.
  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.