専用ネットワーク マスクが無効

Microsoft.Windows.NetworkLoadBalancing.6.2.The.dedicated.network.mask.is.invalid (Rule)

Knowledge Base article:

概要

ネットワーク負荷分散 (NLB) の専用 IP アドレスは、適切に構成され、各 NLB クラスター ホストと通信できる必要があります。専用 IP アドレスが正しく構成されていない場合、ホストの管理やその他のクラスター関連以外の通信に専用 IP アドレスを使用できません。

解決方法

専用サブネット マスクが有効であることを確認します

専用サブネット マスクが無効な場合、ネットワーク負荷分散 (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.The.dedicated.network.mask.is.invalid" 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>30</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.The.dedicated.network.mask.is.invalid.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.6.2.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>