La configuration du cluster dépend du rôle de serveur

Microsoft.Windows.NetworkLoadBalancing.ClusterConfigurationDependsOnServerRoles (DependencyMonitor)

Knowledge Base article:

Résumé

Il s'agit d'une analyse de cumul de dépendances qui détermine l'état du cluster NLB basé sur l'état des nœuds du cluster. Par défaut, si au moins un nœud du cluster est intègre, l'état général du cluster est considéré intègre.

Résolutions

Utilisez l'Explorateur d'intégrité pour déterminer la raison pour laquelle le cluster NLB génère une erreur ou un état d'avertissement.

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
La configuration du cluster dépend du rôle de serveur
Le cluster NLB {0} ({1}) rencontre un problème de configuration qui risque de le rendre indisponible. Utilisez l'Explorateur d'intégrité pour déterminer la cause précise de ce problème.

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>