Netzwerklistener für Hyper-V 2016- und 1709+-Replikate

Microsoft.Windows.HyperV.ReplicaServiceMonitor (UnitMonitor)

Überwacht Servernetzwerklistener für Hyper-V 2016- und 1709+-Replikate.

Knowledge Base article:

Zusammenfassung

Ein HTTP- oder HTTPS-Netzwerklistener, der zum Empfang von Replikationsdatenverkehr erforderlich ist, ist auf diesem Server nicht verfügbar.

Er wechselt in den Fehlerstatus, wenn er erkennt, dass der Replikatdienst fehlerhaft ist, wahrscheinlich weil der HTTP(S)-Listener nicht verfügbar ist.

Ursachen

Lösungen

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
Der Hyper-V-Replikatnetzwerklistener ist auf dem Host nicht verfügbar.
Der Hyper-V-Replikatnetzwerklistener ist auf dem Host nicht verfügbar.
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>