El controlador NLB no pudo conectarse a un adaptador de red

Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.driver.failed.to.attach.to.network.adapter (Rule)

Knowledge Base article:

Resumen

El adaptador de red al cual el Equilibrio de carga de red (NLB) está atado se debe configurar correctamente y debe poder realizar operaciones NLB. Si el adaptador no se configura correctamente, el controlador NLB no podrá enlazarse al adaptador.

Soluciones

Deshabilite y habilite nuevamente todos los adaptadores de red NLB

Cuando el controlador del Equilibrio de carga de red (NLB) no pueda adjuntarse al adaptador de red o registrarse en la especificación de interfaz del controlador de red (NDIS), el host no será un miembro activo del clúster NLB. Debe deshabilitar y habilitar nuevamente el adaptador de red antes de intentar enlazar el NLB al adaptador de nuevo.

Para deshabilitar y habilitar nuevamente todos los adaptadores de red:

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.driver.failed.to.attach.to.network.adapter" 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>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(85|89|98)$</Pattern>
</RegExExpression>
</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.driver.failed.to.attach.to.network.adapter.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>