El cliente SMB no pudo responder a la solicitud para mover

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

El cliente SMB no pudo mover la conexión al nodo de clúster especificado

Knowledge Base article:

Resumen

El cliente SMB no pudo mover su conexión al nodo de clúster especificado.

Causas

Este error puede ocurrir si el administrador solicitó mover el cliente SMB a un nodo de clúster que no está disponible.

Soluciones

: inspeccione el evento y preste atención al código de razón o estado para solucionar el error. No son necesarias acciones de recuperación, ya que el cliente SMB mantendrá su conexión actual.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3
CategoryAvailabilityHealth
EnabledTrue
Event_ID30628
Event SourceMicrosoft-Windows-SMBClient
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
El cliente SMB no pudo responder a la solicitud para mover
El cliente SMB no pudo mover la conexión al nodo de clúster especificado
Event LogMicrosoft-Windows-SMBClient/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.WitnessMoveFailure" 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>Microsoft-Windows-SMBClient/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SMBClient</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">30628</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.WitnessMoveFailure.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>