SMB 서버가 파일 공유에 CA 속성을 설정하지 못함

Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF (Rule)

SMB 서버가 파일 공유에 CA(지속적으로 사용 가능) 속성을 설정하지 못했습니다.

Knowledge Base article:

요약

SMB 서버가 새 파일 공유 또는 기존 파일 공유에 지속적인 가용성 속성을 설정하지 못했습니다.

원인

이 오류는 관리자 또는 응용 프로그램이 클러스터 디스크에 있는 공유에 지속적인 가용성 속성을 설정하려고 하지만 다시 시작 키 필터가 디스크에 연결되어 있지 않은 경우에 발생할 수 있습니다.

해결 방법

ResumeKeyFilter 이벤트 로그를 검사하여 다시 시작 키 필터가 클러스터 디스크에 연결되지 않은 이유를 확인합니다.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3.Clustered
CategoryAvailabilityHealth
EnabledTrue
Event_ID1801
Event SourceMicrosoft-Windows-SMBServer
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
SMB 서버가 파일 공유에 CA 속성을 설정하지 못함
SMB 서버가 파일 공유에 CA(지속적으로 사용 가능) 속성을 설정하지 못했습니다.
Event LogMicrosoft-Windows-SMBServer/Operational

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF" Target="Microsoft.Windows.FileServices.Service.SMB.6.3.Clustered" Remotable="true" Enabled="true">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Windows-SMBServer/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SMBServer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1801</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>