Oracle® Solaris Cluster Data Services Planning and Administration Guide

Exit Print View

Updated: September 2014, E39648–02
 
 

How to Change Resource Group Properties (CLI)

This procedure explains how to change resource group properties. For a description of resource group properties, see the rg_properties(5) man page.


Note -  Perform this procedure from any cluster node.

Before You Begin

Ensure that you have the following information.

  • The name of the resource group to change

  • The name of the resource group property to change and its new value

  1. On a cluster member, assume the root role that provides solaris.cluster.modify RBAC authorization.
  2. Change the resource group property.
    # clresourcegroup set -p property=new-value resource-group
    –p property

    Specifies the name of the property to change

    resource-group

    Specifies the name of the resource group

  3. Verify that the resource group property has been changed.
    # clresourcegroup show resource-group
Example 2-20  Changing a Resource Group Property

This example shows how to change the Failback property for the resource group (resource-group-1).

# clresourcegroup set-p Failback=True resource-group-1
# clresourcegroup show resource-group-1