O driver NLB falhou ao se registrar para notificações do provedor de IPv4 NSI

Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.driver.failed.to.register.for.notifications.with.the.IPv4.NSI.provider (Rule)

Knowledge Base article:

Resumo

Os hosts de um cluster de Balanceamento de Carga de Rede (NLB) estão configurados para balancear a carga de tráfego da rede. A configuração do host é definida usando o Gerenciador NLB e, se ele não tiver a configuração adequada, o cluster de NLB pode não funcionar corretamente.

Resoluções

Verifique se a versão IPv4/IPv6 correta está instalada no adaptador de rede

A versão correta da pilha de IP (IPv4 ou IPv6) deve estar instalada no adaptador de rede no qual o Balanceamento de Carga de Rede (NLB) está vinculado. O endereço IP virtual deve estar em um formato IPv4 ou IPv6 válido.

Verifique se a versão de pilha de IP correta está instalada no adaptador de rede

Para verificar se a versão de pilha de IP correta (IPv4/IPv6) está instalada no adaptador de rede:

Desabilite e habilite todos os adaptadores de rede novamente

Para desabilitar e reabilitar todos os adaptadores de rede:

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.register.for.notifications.with.the.IPv4.NSI.provider" 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>102</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.GenerateAlert.SuppressByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.driver.failed.to.register.for.notifications.with.the.IPv4.NSI.provider.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>