클러스터 디스크 리소스가 오래된 디스크 식별자를 검색했습니다.

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

Knowledge Base article:

요약

클러스터 디스크 리소스가 오래된 디스크 식별자를 검색했습니다.

해결 방법

클러스터 소프트웨어에서 자동으로 DiskSignature 또는 DiskUniqueIds 속성을 수정한 후(디스크가 복원된 후 또는 복제된 저장소를 사용하는 클러스터에서)에는 별다른 작업이 필요하지 않습니다. 그래도 해당 저장소 구성을 확인하는 것이 적절할 수 있습니다.

현재 이벤트 뷰어가 열려 있지 않을 경우에는 '이벤트 뷰어 열기 및 장애 조치(failover) 클러스터링에 관련된 이벤트 보기'를 참조하십시오.

다음 절차를 수행하려면 각 클러스터형 서버에서 로컬 Administrators 그룹의 구성원이어야 하고 사용하는 계정이 도메인 계정이거나 사용자에게 해당 권한이 위임되어 있어야 합니다.

이벤트 뷰어를 열고 장애 조치(failover) 클러스터링에 관련된 이벤트를 보려면

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>