SMB 감시 클라이언트가 SMB 감시 서버에서 오류를 받음

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

SMB 감시 클라이언트가 SMB 감시 서버에서 오류를 받았습니다.

Knowledge Base article:

요약

SMB 감시 클라이언트가 SMB 감시 서버에서 오류를 받았습니다.

원인

이 문제는 클러스터 노드의 SMB Witness 서비스가 실패하는 경우에 발생할 수 있습니다. SMB 감시 클라이언트는 사용 가능한 경우 다른 SMB 감시 서버에 연결하려고 합니다.

해결 방법

온라인 상태의 클러스터 노드가 여러 개 있는지, 각 노드에서 SMB Witness 서비스가 실행 중인지 확인합니다.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3
CategoryAvailabilityHealth
EnabledTrue
Event_ID9
Event SourceMicrosoft-Windows-SMBWitnessClient
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
SMB 감시 클라이언트가 SMB 감시 서버에서 오류를 받음
SMB 감시 클라이언트가 NetName '{2}'에 대한 SMB 감시 서버 '{1}'에서 '{0}' 오류를 받았습니다.
Event LogWitnessClientAdmin

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.WitnessClientServerFailed" Target="Microsoft.Windows.FileServices.Service.SMB.6.3" 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>WitnessClientAdmin</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SMBWitnessClient</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">9</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.WitnessClientServerFailed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[1]$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[2]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[3]$</AlertParameter3>
<AlertParameter4>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[3]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>