Clusterconfiguratie is afhankelijk van serverfunctie

Microsoft.Windows.NetworkLoadBalancing.ClusterConfigurationDependsOnServerRoles (DependencyMonitor)

Knowledge Base article:

Samenvatting

Dit is een afhankelijkheidstotaliseringsmonitor die de status bepaalt van het NLB-cluster op basis van de status van de knooppunten in het cluster. Standaard is de algehele status van het cluster in order als tenminste één knooppunt in het cluster in orde is.

Oplossingen

Gebruik Health Explorer om de hoofdoorzaak vast te stellen waarom het NLB-cluster een fout of waarschuwingsstatus heeft.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.Cluster
Parent MonitorSystem.Health.ConfigurationState
AlgorithmBestOf
Source MonitorSystem.Health.ConfigurationState
RelationshipMicrosoft.Windows.NetworkLoadBalancing.ClusterContainsServerRole
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Clusterconfiguratie is afhankelijk van serverfunctie
Het NLB-cluster {0} ({1}) heeft een configuratieprobleem waardoor dit mogelijk niet beschikbaar is. Gebruik Health Explorer om de hoofdoorzaak vast te stellen van dit probleem.

Source Code:

<DependencyMonitor ID="Microsoft.Windows.NetworkLoadBalancing.ClusterConfigurationDependsOnServerRoles" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.Cluster" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.NetworkLoadBalancing.ClusterContainsServerRole" MemberMonitor="Health!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.NetworkLoadBalancing.ClusterConfigurationDependsOnServerRoles_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.Cluster"]/IPAddress$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.Cluster"]/DnsName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<Algorithm>BestOf</Algorithm>
</DependencyMonitor>