클러스터 서비스가 파일에 쓸 수 없습니다.

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file (Rule)

Knowledge Base article:

요약

클러스터 서비스가 파일에 쓸 수 없습니다.

해결 방법

디스크에 여유 공간이 충분한지 확인하십시오. 디스크 공간이 꽉 찬 경우 여유 공간을 확보하거나 디스크 공간을 지나치게 많이 소비하는 프로세스의 실행을 취소합니다. 디스크에 여유 공간이 충분한 경우에는 파일 시스템이 손상되었을 수 있습니다. 이 경우에는 해당 디스크에서 Chkdsk /f를 실행하십시오.

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

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

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

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.SuppressedByCustom Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file" 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>1080</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByCustom">
<Priority>1</Priority>
<Severity>1</Severity>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>