SMB-ügyfél áthelyezési kérelme sikertelen

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

Az SMB-ügyfél nem tudta áthelyezni a kapcsolatot a megadott fürtcsomópontra.

Knowledge Base article:

Összefoglalás

Az SMB-ügyfél nem tudta áthelyezni a kapcsolatát a megadott fürtcsomópontra.

Okok

A hiba akkor fordulhat elő, ha a rendszergazda egy olyan fürtcsomópontra kérte az SMB-ügyfél áthelyezését, amely nem érhető el.

Megoldások

Vizsgálja meg az eseményt, és figyelje a hiba ok- vagy állapotkódját. Helyreállítási művelet nem szükséges, mivel az SMB-ügyfél megtartja a jelenlegi kapcsolatát.

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
SMB-ügyfél áthelyezési kérelme sikertelen
Az SMB-ügyfél nem tudta áthelyezni a kapcsolatot a megadott fürtcsomópontra.
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>