TCP 接続のコールバック オブジェクトを開くことができなかったため、NLB は TCP 接続を追跡できない

Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.cant.track.TCP.connections.because.it.was.unable.to.open.the.TCP.connection.callback.object (Rule)

Knowledge Base article:

概要

ホスト上のネットワーク負荷分散 (NLB) ドライバーが、接続を追跡して、NLB クラスター上の構成されたクライアント/ネットワークのアフィニティを維持します。ドライバーが正常に機能していない場合、NLB が TCP 接続を追跡できなかったり、NLB で負荷分散のエラーが発生したりする場合があります。

解決方法

NLB ネットワーク アダプターを無効にして有効にします

ネットワーク負荷分散 (NLB) が TCP 接続のコールバック オブジェクトを開けない場合、NLB は TCP 接続を追跡できません。NLB は新しい接続を受け付けますが、接続状態を追跡しないため、接続中にドライバーにより管理されるアフィニティが破損する場合があります。NLB をアダプターにもう一度バインドする前に、ネットワーク アダプターを無効にしてから有効にする必要があります。

すべてのネットワーク アダプターを無効にしてから有効にするには、以下の手順を実行します:

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.6.2.ServerRole
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.NetworkLoadBalancing.EventProvider Default
WA WriteAction Microsoft.Windows.NetworkLoadBalancing.6.2.GenerateAlert.SuppressByDescription Default
WriteToDB WriteAction Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.cant.track.TCP.connections.because.it.was.unable.to.open.the.TCP.connection.callback.object" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.NetworkLoadBalancing.6.2.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>81</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.GenerateAlert.SuppressByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.cant.track.TCP.connections.because.it.was.unable.to.open.the.TCP.connection.callback.object.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>