Cluster Server 8.0.1 Agent Developer's Guide - Windows
- Introduction
- Agent entry point overview
- About agent entry points
- Agent entry points described
- About the action entry point
- About the info entry point
- Considerations for using C++ or script entry points
- About the agent information file
- About the ArgList and ArgListValues attributes
- Creating entry points in C++
- About creating entry points in C++
- Syntax for C++ entry points
- Agent framework primitives
- Agent Framework primitives for container support
- Creating entry points in scripts
- About creating entry points in scripts
- Syntax for script entry points
- Agent framework primitives
- VCSAG_GET_ATTR_VALUE
- Agent Framework primitives with container support
- Example script entry points
- Logging agent messages
- Building a custom agent
- Files for use in agent development
- Creating the type definition file for a custom agent
- Building a custom agent on UNIX
- Defining resources for the custom resource type
- Building a script based IMF-aware custom agent
- Creating XML file required for AMF plugins to do resource registration for online and offline state monitoring
- Testing agents
- Static type attributes
- About static attributes
- Static type attribute definitions
- AdvDbg
- ArgList
- State transition diagram
- Internationalized messages
- Troubleshooting VCS resource's unexpected behavior using First Failure Data Capture (FFDC)
- Appendix A. Using pre-5.0 VCS agents
ResFaultPolicy
The ResFaultPolicy resource attribute controls how resources are to be handled in the event they become faulted. Each resource within a service group can have a policy. By default, VCS assigns resources the FaultPropagateAll policy, whereby a faulting resource causes the entire service group and all resources to fault.
Possible values (or policies) for the resource attribute ResFaultPolicy include:
FaultNone:
The agent does not call the clean entry point.
VCS marks the resource as in the ADMIN_WAIT state. When the fault is removed and the ADMIN_WAIT state is cleared, VCS fails over the service group.
FaultHold:
The agent calls the clean entry point.
VCS attempts to restart the resource according to the value of the RestartLimit resource attribute. VCS One does not propagate the fault to other resources in the service group.
FaultPropagateAll (default):
The agent calls the clean entry point.
Before taking the parent group offline, VCS attempts to restart the resource based on the value of the resource attribute RestartLimit before declaring the resource as faulted.
Before taking the service group offline, VCS attempts to restart the group based on the value of the resource attribute OnlineRetryLimit.
VCS takes the entire service group offline and attempts to fail over the service group, based on the value of the group attribute GrpFaultPolicy.