Perform this procedure from any cluster node.
Before You Begin
Ensure that you have the name of the resource that you are disabling and enabling.
# clresource disable resource # clresource enable resource
Specifies the name of the resource.
# clresource status
The output from this command indicates the state of the resource that has been disabled and re-enabled.
This example shows how to clear a Start_failed resource state that has occurred on the rscon resource by disabling and enabling the resource.
Verify that the resource is in the Start_failed resource state.
# clresource status
=== Cluster Resources ===
Resource Name       Node Name       Status        Message
--------------      ----------      -------        -------
rscon               phys-schost-1   Faulted       Faulted
                    phys-schost-2   Offline       Offline
hastor              phys-schost-1   Online        Online
                    phys-schost-2   Offline       Offline
                                                  Disable and re-enable the resource.
# clresource disable rscon # clresource enable rscon
Verify that the resource is re-enabled and that the Start_failed resource status is cleared.
# clresource status
=== Cluster Resources ===
Resource Name        Node Name       Status        Message
--------------       ----------      -------       -------
rscon                phys-schost-1   Online        Online
                     phys-schost-2   Offline       Offline
hastor               phys-schost-1   Online        Online
                     phys-schost-2   Offline       Offline
                                                  See also
The clresource(1CL) man page.