Cluster resource failed

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.resource.failed (Rule)

Knowledge Base article:

Summary

In a failover cluster, a clustered service or application can come online (and be available for clients to use) only when the necessary clustered resources within it can come online.

Causes

These events will be logged if one of the following actions was taken:

Resolutions

Check state of clustered resource

If you do not currently have Event Viewer open, see "Opening Event Viewer and viewing events related to failover clustering." Review the event logs and consider whether the following actions apply to your situation:

Viewing the value for Pending timeout for a resource

To view the value for Pending timeout for a resource:

Opening Event Viewer and viewing events related to failover clustering

To open Event Viewer and view events related to failover clustering:

You can also view the events logged by the cluster service using the link below:

Cluster Service Events

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Cluster resource failed
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.6.2.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.resource.failed" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1069</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.resource.failed.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>