Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_RESOURCE_RESTART_ACTION enumeration (clusapi.h)
Used by the RestartAction resource common property to specify the action to be taken by the cluster service if the resource fails.
Syntax
typedef enum CLUSTER_RESOURCE_RESTART_ACTION {
ClusterResourceDontRestart = 0,
ClusterResourceRestartNoNotify,
ClusterResourceRestartNotify,
ClusterResourceRestartActionCount
} CRRA;
Constants
ClusterResourceDontRestartValue: 0 Do not restart the resource after a failure. |
ClusterResourceRestartNoNotifyRestart the resource after a failure. If the resource exceeds its restart threshold within its restart period, do not attempt to failover the group to another node in the cluster. |
ClusterResourceRestartNotifyRestart the resource after a failure. If the resource exceeds its restart threshold within its restart period, attempt to fail over the group to another node in the cluster. This is the default setting. |
ClusterResourceRestartActionCountDefines the maximum value of the CLUSTER_RESOURCE_RESTART_ACTION enumeration. It is not a valid value for the RestartAction property. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
