Network mask dedicata non valida

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

Knowledge Base article:

Riepilogo

Gli indirizzi IP dedicati in Bilanciamento carico di rete devono essere configurati correttamente ed essere in grado di contattare singoli host del cluster Bilanciamento carico di rete. Se l'indirizzo IP dedicato non è configurato correttamente, non può essere utilizzato per gestire l'host o per altre comunicazioni non correlate al cluster.

Soluzioni

Assicurarsi che la subnet mask dedicata sia valida

Se la subnet mask dedicata non è valida, il cluster Bilanciamento carico di rete eseguirà la convergenza e funzionerà normalmente senza la subnet mask. Se tuttavia è necessaria la subnet mask per la gestione del cluster remoto, assicurarsi che sia specificata con un formato valido.

È necessario verificare che la subnet mask dedicata sia specificata correttamente.

Per assicurarsi che la subnet mask dedicata sia specificata correttamente:

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>