서버 역할에 종속된 클러스터 구성

Microsoft.Windows.NetworkLoadBalancing.ClusterConfigurationDependsOnServerRoles (DependencyMonitor)

Knowledge Base article:

요약

클러스터의 노드 상태를 기반으로 NLB 클러스터의 상태를 결정하는 종속성 롤업 모니터입니다. 기본적으로 클러스터의 노드 중 하나 이상이 정상 상태이면 클러스터의 전체 상태가 정상으로 나타납니다.

해결 방법

상태 탐색기를 사용하여 NLB 클러스터가 오류 또는 경고 상태인 근본 원인을 확인하십시오.

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
서버 역할에 종속된 클러스터 구성
NLB 클러스터 {0}({1})에 해당 클러스터를 사용할 수 없게 만들 수 있는 문제가 발생했습니다. 상태 탐색기를 사용하여 문제의 근본 원인을 확인하십시오.

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>