clruncmd command
Purpose
Restores cluster manager to normal operation.Syntax
clruncmd { -c }nodename
Note: The
nodename
represents the name of a cluster node where cluster services are
active.Description
The clruncmd command instructs the cluster manager on the specified node to resume event processing after an event script failure occurs. Run the clruncmd command only after the reasons for the failure have been manually corrected. After an event script failure occurs, the remainder of the failed event is skipped, and the event processing resumes with the next event in the event queue. You must manually perform any actions which were skipped after the event failure occurred.
Flag
- -c
- By default, event processing resumes with the next event in the queue. You can use this flag to skip the renaming event processes and cancel any other events that are in the queue.
Example
To instruct the cluster manager to return to normal operations for a node that is named
node1
, enter:clruncmd node1