Go to main content

Oracle® Solaris Cluster 4.3 Data Services Planning and Administration Guide

Exit Print View

Updated: April 2016
 
 

Enabling a Resource

You can enable a resource that you neglected to enable when you brought online a resource group.


Note -  You can also use the Oracle Solaris Cluster Manager browser interface to enable a resource. 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.

How to Enable a Resource

Perform this procedure from any cluster node.

Before You Begin

Ensure that you have created and have the name of the resource that you intend to enable.

  1. On a cluster member, assume the root role that provides solaris.cluster.admin RBAC authorization.
  2. Enable the resource.
    # clresource enable [-n nodelist] resource
    –n nodelist

    Specifies a comma-separated, ordered list of nodes on which to enable the resource.

    This list is optional. If you omit this list, the resource is enabled on all nodes in its resource group's node list.


    Note -  If you specify more than one node with the –n option, you can specify only one resource.
    resource

    Specifies the name of the resource that you want to enable.

  3. Verify that the resource has been enabled.
    # clresource status

    The output from this command indicates the state of the resource that you have enabled.

See Also

The clresource(1CL) man page.