ManageFaults

A service group level attribute. ManageFaults specifies if VCS manages resource failures within the service group by calling clean entry point for the resources. This attribute value can be set to ALL or NONE. Default = ALL.

If set to NONE, VCS does not call clean entry point for any resource in the group. User intervention is required to handle resource faults/failures. When ManageFaults is set to NONE and one of the following events occur, the resource enters the ADMIN_WAIT state:

1  

The offline entry point did not complete within the expected time. Resource state is ONLINE|ADMIN_WAIT  

2  

The offline entry point was ineffective. Resource state is ONLINE|ADMIN_WAIT  

3  

The online entry point did not complete within the expected time. Resource state is OFFLINE|ADMIN_WAIT  

4  

The online entry point was ineffective. Resource state is OFFLINE|ADMIN_WAIT  

5  

The resource was taken offline unexpectedly. Resource state is OFFLINE|ADMIN_WAIT  

6  

For the online resource the monitor entry point consistently failed to complete within the expected time. Resource state is ONLINE| MONITOR_ TIMEDOUT|ADMIN_WAIT