.TP
.B
This is the defining attribute for the resource type, and will be shown in logs.
No other instances of the
.B
resource may have the same value for the
.B
parameter.
This parameter is required; the resource manager will ignore specification of a resource without this parameter.
You may safely change this attribute on the fly; doing so will not cause a restart of the resource or its children.
Content:
Default Value:
.TP
\fB\fp (timeout: )
This starts the resource.
This stops the resource.
Depth .
This checks the status of the resource. This is specified in the OCF Resource Agent API, but not LSB compliant. This is synonymous with
.B status
on some resource managers.
Given (minimally) all required parameters to start or check the status of the resource, validate that those parameters are correct as much as possible.
Display the XML metadata describing this resource.
Reconfigure the resource in-place with the new given parameters.
Attempt to recover the resource in-place without affecting dependencies. If this fails, the resource manager will try more forceful recovery (such as stop-start).
Depth .
This checks the status of the resource. This is LSB compliant, but not specified by the OCF Resource Agent API. This is synonymous with
.B monitor
on some resource managers.
Reconfigure the resource in-place with the new given parameters.
Given (minimally) all required parameters to start or check the status of the resource, validate that those parameters are correct as much as possible. This is a misinterpretation of the
.B validate-all
action, and should be fixed. Please report a bug.
If this resource was the slave instance of the
resource, promote it to master status.
If this resource was the master instance of the
resource, demote it to slave status.
Migrate this resource to another node in the cluster.
The operational behavior of this is not known.
.PP
-
Started at level .
Stopped at level .
.TH RESOURCE_AGENT 8 2009-01-20 " (Resource Agent)"
.SH
Cluster Resource Agent
.SH DESCRIPTION
.SH PARAMETERS
.SH RGMANAGER INTERNAL PARAMETERS
.TP
.B __enforce_timeouts
If set to 1, an operation exceeding the defined timeout will be considered
a failure of that operation. Note that fail-to-stop is critical, and causes
a service to enter the failed state.
.TP
.B __independent_subtree
If set to 1, failure of a status operation of this resource or any of its
children will be considered non-fatal unless a restart of this resource and
all of its children also fails.
.SH ACTIONS
.SH RGMANAGER NOTES
.PP
An instatnce of this resource defined in the
.B <resources>
section of
.B cluster.conf
can be referenced in the resource
tree at most
time(s). All subsequent references to this resource will be ignored.
.PP
This is the root resource class. Other resource
types must be attached as children to this resource
class.
.PP
Known Child Types:
.SH REFERENCES
.PP
http://www.opencf.org/cgi-bin/viewcvs.cgi/specs/ra/resource-agent-api.txt?rev=HEAD - The Open Cluster Framework Resource Agent Application Programming Interface draft version 1.0
.PP
http://www.linux-foundation.org/spec/refspecs/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html - Linux Standards Base v3.1.0 - Init Script Actions
.PP
http://sources.redhat.com/cluster/wiki/RGManager - Linux-cluster Resource Group Manager information