Hyper-V 2016 および 1709+ レプリカ ネットワーク リスナー

Microsoft.Windows.HyperV.ReplicaServiceMonitor (UnitMonitor)

Hyper-V 2016 および 1709+ レプリカ サーバー ネットワーク リスナーを監視します。

Knowledge Base article:

概要

このサーバーでは、レプリケーション トラフィックを受信するために必須の HTTP または HTTPS ネットワーク リスナーが使用不能です。

レプリカ サービスが異常であることが検出され、HTTP(S) リスナーが使用不能であることがその原因と考えられる場合、状態がエラーに変化します。

原因

解決方法

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.ServerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.ReplicaServiceMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Hyper-V レプリカ ネットワーク リスナーがホストで使用不能です。
Hyper-V レプリカ ネットワーク リスナーがホストで使用不能です。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.ReplicaServiceMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.ServerRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.ReplicaServiceMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.ReplicaServiceMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicaServiceHealthy" MonitorTypeStateID="HostHealthy" HealthState="Success"/>
<OperationalState ID="ReplicaServiceUnhealthy" MonitorTypeStateID="HostCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
</Configuration>
</UnitMonitor>