群集磁盘资源发现陈旧的磁盘标识符

Microsoft.Windows.10.0.Cluster.Management.Monitoring.Cluster.disk.resource.found.the.disk.identifier.to.be.stale (Rule)

Knowledge Base article:

摘要

群集磁盘资源发现陈旧的磁盘标识符

解决方法

群集软件自动更正 DiskSignature 或 DiskUniqueIds 属性后(在还原磁盘后或在使用复制存储的群集中),无需进行任何操作。但是,检查下存储配置可能比较恰当。

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。

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

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

Element properties:

TargetMicrosoft.Windows.10.0.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.10.0.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Cluster.disk.resource.found.the.disk.identifier.to.be.stale" Enabled="true" Target="Clus8Library!Microsoft.Windows.10.0.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.10.0.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1568</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>Microsoft-Windows-FailoverClustering/Operational</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.10.0.Cluster.Management.Monitoring.Cluster.disk.resource.found.the.disk.identifier.to.be.stale.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>