ネットワークにサポートされないレガシ ホストが検出された

Microsoft.Windows.NetworkLoadBalancing.6.2.An.unsupported.legacy.host.was.discovered.on.the.network (Rule)

Knowledge Base article:

概要

ネットワーク負荷分散 (NLB) クラスター内のホストは、ネットワーク トラフィックを負荷分散するように構成されます。ホストの構成が NLB マネージャーを使用して設定されます。適切に構成されていない場合、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.An.unsupported.legacy.host.was.discovered.on.the.network" 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>97</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.An.unsupported.legacy.host.was.discovered.on.the.network.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>