NLB 无法注册为 WMI 提供程序

Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.failed.to.register.as.a.WMI.provider (Rule)

Knowledge Base article:

摘要

主机上的网络负载平衡 (NLB) 驱动程序跟踪连接,以维护在 NLB 群集上配置的客户端/网络相似性。如果驱动程序运行不正常,NLB 可能不会跟踪 TCP 连接或可能会遇到负载分配错误。

解决方案

网络负载平衡 (NLB) 群集聚合期间检测到负载分配错误。这可能会导致客户端流量得不到处理,常规群集流量错误或连接重置。聚合是一个过程,主机通过该过程交换消息,以确定一致的新群集状态,并选择默认主机。在聚合期间,为共同处理特定传输控制协议 (TCP) 或用户数据报协议 (UDP) 端口的网络流量的主机确定新的负载分配。要解决负载分配错误,应重新启动 NLB 群集。

要重新启动 NLB 群集,请执行以下操作:

Element properties:

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

Member Modules:

Source Code:

<Rule ID="Microsoft.Windows.NetworkLoadBalancing.6.2.NLB.failed.to.register.as.a.WMI.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>115</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.failed.to.register.as.a.WMI.provider.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>