NLB-knooppunt is afhankelijk van netwerkadapter

Microsoft.Windows.NetworkLoadBalancing.ServerRoleDependsOnNetworkAdapter (DependencyMonitor)

Knowledge Base article:

Samenvatting

Dit is een afhankelijkheidstotaliseringsmonitor die de status totaliseert van de netwerkinterface die door het NLB-knooppunt wordt gebruikt. Het doel van deze monitor is om ervoor te zorgen dat problemen met deze netwerkadapter geen gevolgen hebben voor de status van het NLB-knooppunt omdat de netwerkinterface een van de kernafhankelijkheden van NLB is. De status van de netwerkinterface wordt in feite vastgesteld door het Windows Base OS-beheerpakket.

Oplossingen

Gebruik Health Explorer om de hoofdoorzaak vast te stellen van het probleem.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.ServerRole
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.NetworkLoadBalancing.ServerRoleContainsNetworkAdapter
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Netwerkadapter gebruikt door NLB is niet in orde
De netwerkadapter gebruikt door NLB-knooppunt {0} op {1} is niet in orde. Het NLB-knooppunt maakt deel uit van een cluster met IP {2}.

Source Code:

<DependencyMonitor ID="Microsoft.Windows.NetworkLoadBalancing.ServerRoleDependsOnNetworkAdapter" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.ServerRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.NetworkLoadBalancing.ServerRoleContainsNetworkAdapter" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.NetworkLoadBalancing.ServerRoleDependsOnNetworkAdapter_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.ServerRole"]/DedicatedIPAddress$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.ServerRole"]/ClusterIP$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>