Hyper-V 2016 및 1709 이상 복제본 네트워크 수신기

Microsoft.Windows.HyperV.ReplicaServiceMonitor (UnitMonitor)

Hyper-V 2016 및 1709 이상 복제본 서버 네트워크 수신기를 모니터링합니다.

Knowledge Base article:

요약

복제 트래픽을 수신하는 데 필요한 HTTP 또는 HTTPS 네트워크 수신기를 이 서버에서 사용할 수 없습니다.

HTTP 수신기를 사용할 수 없어 복제본 서비스가 비정상임을 감지하면 오류 상태로 바뀝니다.

원인

해결 방법

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>