SMB Tanığı istemcisi bir SMB Tanığı sunucusundan hata aldı

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

SMB Tanığı istemcisi bir SMB Tanığı sunucusundan bir hata aldı.

Knowledge Base article:

Özet

SMB Tanığı istemcisi bir SMB Tanığı sunucusundan bir hata aldı.

Nedenler

Küme düğümündeki SMB Tanığı hizmeti başarısız olursa, bu durum meydana gelebilir. SMB Tanığı istemcisi, varsa, farklı bir SMB Tanığı sunucusuna bağlanmayı deneyecektir.

Çözümler

Çevrimiçi birçok küme düğümü bulunduğundan emin olun ve SMB Tanığı hizmetinin her bir düğümde çalışmasını sağlayın.

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 Tanığı istemcisi bir SMB Tanığı sunucusundan hata aldı
SMB Tanığı istemcisi, NetName '{2}' için bir '{1}' SMB Tanığı sunucusundan '{0}' hatası aldı.
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>