群集资源失败

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

Knowledge Base article:

摘要

在故障转移群集中,仅当群集服务或应用程序中必需的群集资源可以联机时,其才能够联机(且可供客户端使用)。

原因

如果用户执行以下操作之一,这些事件将记录到日志中:

解决方案

检查群集资源的状态

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。查看事件日志,并考虑以下操作是否适用于您的情况:

查看资源的挂起超时值

要查看资源的挂起超时值,请执行以下操作:

打开事件查看器并查看与故障转移群集相关的事件

要打开事件查看器并查看与故障转移群集相关的事件,请执行以下操作:

您还可以通过以下链接查看按群集服务记录的事件:

群集服务事件

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
群集资源失败
{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>