Oracle® Solaris Cluster Data Services Planning and Administration Guide

Exit Print View

Updated: September 2014, E39648–02
 
 

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 2-16  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.