网络监视器

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>