群集服务已确定此节点不具有群集配置数据的最新副本

Microsoft.Windows.6.2.Cluster.Management.Monitoring.cluster.service.has.determined.that.this.node.does.not.have.the.latest.copy.of.cluster.configuration.data (Rule)

Knowledge Base article:

摘要

群集服务已确定此节点不具有群集配置数据的最新副本

解决方案

其中一个节点不包含群集配置的最新副本,这表示群集服务将不会在该节点上启动。尝试在群集中所有其他节点上启动群集服务。如果可以在具有群集配置数据的最新副本的节点上启动群集服务,则之前无法启动的节点可能会获取最新副本,然后成功地加入群集。

如果没有具有群集配置的最新副本的可用节点,请使用“强制群集启动”命令。因为一些群集配置更改可能会丢失,因此应将此操作作为最后的解决方法。

若要执行以下过程,您必须是每个群集服务器上本地“管理员”组的成员,并且您使用的帐户必须是域帐户,或者您被委派了等效的权限。

若要强制群集启动,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
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.service.has.determined.that.this.node.does.not.have.the.latest.copy.of.cluster.configuration.data" 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>1561</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>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.cluster.service.has.determined.that.this.node.does.not.have.the.latest.copy.of.cluster.configuration.data.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>