Go to main content

Administering the Disaster Recovery Framework for Oracle® Solaris Cluster 4.4

Exit Print View

Updated: June 2019
 
 

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 Administering an Oracle Solaris Cluster 4.4 Configuration.
  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.

    For more information, see Disaster Recovery Framework Rights Profiles in Installing and Configuring the Disaster Recovery Framework for Oracle Solaris Cluster 4.4.


    Note -  If you use a role with Geo Management 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 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(8) man page for information about additional options for the stop subcommand.