ネットワーク モニター

Microsoft.Windows.Cluster.Networks.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.Network
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Cluster.Networks.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.Network" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberInMaintenance>Success</MemberInMaintenance>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>