Go to main content

Oracle® Solaris Cluster 4.3 Data Services Planning and Administration Guide

Exit Print View

Updated: April 2016
 
 

Removing Resources

Disable the resource before you remove it from a resource group.


Note -  Perform this procedure from any cluster node.

How to Remove a Resource

  1. On a cluster member, assume the root role that provides solaris.cluster.modify RBAC authorization.
  2. Disable the resource that you are removing.
    # clresource disable resource
    resource

    Specifies the name of the resource to disable.

  3. Remove the resource.
    # clresource delete resource
    resource

    Specifies the name of the resource to remove.

  4. Verify that the resource has been removed.
    # clresource show
Example 18  Removing a Resource

This example shows how to disable and remove a resource (resource-1).

# clresource disable resource-1
# clresource delete resource-1

See Also

The clresource(1CL) man page.