Resource Common Properties
Common properties for resources are data values stored in the cluster database that describe the identity and behavior of each resource in a cluster.
In this section
-
This property is not supported.
-
Specifies the period (in milliseconds) of the deadlock detection heartbeat.
-
This property is not supported.
-
Provides comments about the resource. The following table summarizes the attributes of the Description property.
-
Dump services.
-
Provides the recommended interval in milliseconds at which the Cluster service should poll the resource to determine if it is operational. The polling occurs when the Resource Monitor calls the resource DLL's IsAlive entry point function. The following table summarizes the attributes of the IsAlivePollInterval property.
-
Contains the last error that was set by the resource.
-
Provides the recommended interval in milliseconds at which the Cluster service should poll the resource to determine if it appears operational.
-
The maximum number of monitors.
-
process id of the resource monitor.
-
Provides the name of the resource. The following table summarizes the attributes of the Name property.
-
Sets the number of milliseconds that a Resource Monitor will wait for a resource DLL to update the status of a resource in an OnlinePending or OfflinePending state before terminating the resource. The following table summarizes the attributes of the PendingTimeout property.
-
Specifies whether the resource should be brought online or left offline when the Cluster service is started. The following table summarizes the attributes of the PersistentState property.
-
Contains a 64-bit value that is specific to the resource.
-
Contains a 64-bit value that is specific to the resource.
-
Provides a resource-specific status message of the resource. The following table summarizes the attributes of the ResourceSpecificStatus property.
-
Describes the action to be taken by the cluster service if the resource fails.
-
Indicates the time delay, in milliseconds, before a failed resource is restarted.
-
Defines an interval of time, in milliseconds, during which a specified number of restart attempts can be made on a nonresponsive resource.
-
Specifies the maximum number of restart attempts that can be made on a resource within an interval defined by the RestartPeriod property before the Cluster service initiates the action specified by the RestartAction property.
-
Specifies the interval of time (in milliseconds) that a resource should remain in a failed state before the Cluster service attempts to restart it. The following table summarizes the attributes of the RetryPeriodOnFailure property.
-
Indicates whether the resource requires its own Resource Monitor. The following table summarizes the attributes of the SeparateMonitor property.
-
Contains information about the status of the resource.
-
Specifies the display name of the resource. The following table summarizes the attributes of the Type property.
Related topics