リソース グループ モニター

Microsoft.Windows.Cluster.Groups.State (DependencyMonitor)

クラスター内のグループを対象としたロールアップ モニター。

Knowledge Base article:

概要

このモニターは、クラスター内に含まれるすべてのリソース グループの依存関係ロールアップ モニターです。 状態は、関係しているエンティティのインスタンスの状態に基づいて計算されます。 状態が不明である場合、関係しているものが存在しないか、クラスター グループのいずれにもアクティブなモニターが現在存在していません。

原因

このモニターの異常な状態は、関係しているクラスター リソース グループに関する異常な状態および問題を示します。

解決方法

ヘルス エクスプローラーを使用して、異常な状態になった原因を調べます。 問題の原因となる特定のモニターの情報を使用して、トラブルシューティングと問題の解決を行います。

Element properties:

TargetMicrosoft.Windows.Cluster
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.Cluster.Contains.Microsoft.Windows.Cluster.Group
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Cluster.Groups.State" Accessibility="Public" Enabled="true" Target="Cluster!Microsoft.Windows.Cluster" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.Cluster.Contains.Microsoft.Windows.Cluster.Group" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberInMaintenance>Success</MemberInMaintenance>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>