Go to main content

Oracle® Solaris Cluster 4.3 Data Services Planning and Administration Guide

Exit Print View

Updated: April 2016
 
 

How to Change Resource Group Properties

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


Note -  You can also use the Oracle Solaris Cluster Manager browser interface to edit resource group properties. Click Resource Groups, click the resource group to go to its page, click the Properties tab, then click Edit to access the list of editable properties. 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.

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 22  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