El cliente testigo SMB recibió un error del servidor Testigo SMB

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

Knowledge Base article:

Resumen

El cliente testigo SMB recibió un error del servidor Testigo SMB

Causas

Esto puede ocurrir si hay un error en el servicio Testigo SMB en el nodo de clúster. El cliente Testigo SMB intentará la conexión a un servidor Testigo SMB diferente si hay alguno disponible.

Soluciones

Asegúrese de que hay varios nodos de clúster conectados, y de que el servicio Testigo SMB se está ejecutando en cada nodo.

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
El cliente testigo SMB recibió un error del servidor Testigo SMB
El cliente testigo SMB recibió un error '{0}' del servidor Testigo SMB '{1}' para NetName '{2}'.
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>