To complete this procedure, you must supply the following information.
The name of the resource group to change
The name of the resource group property to change and its new value
This procedure describes the steps to change resource group properties. See Appendix A, Standard Properties for a complete list of resource group properties.
Perform this procedure from any cluster node.
Become superuser on a cluster member.
Change the resource group property.
# scrgadm -c -g resource-group -y property=new_value |
Changes the specified property.
Specifies the name of the resource group.
Specifies the name of the property to change.
Verify that the resource group property has been changed.
# scrgadm -pv -g resource-group |
This example shows how to change the Failback property for the resource group (resource-group-1).
# scrgadm -c -g resource-group-1 -y Failback=True # scrgadm -pv -g resource-group-1 |