叢集資源失敗

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="onEssentialMonitoring" 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>