Sun Cluster 3.0 Data Services Installation and Configuration Guide

How to Change Resource Group Properties

To complete this procedure, you must supply the following information:

This procedure describes the steps for changing resource group properties. For a complete list of resource group properties, see Appendix A, Standard Properties.

Perform this procedure from any cluster node.

  1. Become superuser on a node in the cluster.

  2. Change the resource group property.


    # scrgadm -c -g resource-group-name -y property=new-value
    
    -c

    Changes the specified property.

    -g resource-group-name

    Specifies the name of the resource group.

    -y property

    Specifies the name of the property to change.

  3. Verify that the resource group property has been changed.


    # scrgadm -pv -g resource-group-name
    

Example-Changing a Resource Group Property

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


# scrgadm -c -g ss-rg-1 -y Failback=True
# scrgadm -pv -g ss-rg-1