Monitor voor configuratie van replicatiebroker van Hyper-V-2016- en 1709+-knooppunt

Microsoft.Windows.HyperV.VMReplicationHealth33418.Monitor (UnitMonitor)

Controle van replicatiebrokerconfiguratie van Hyper-V.

Knowledge Base article:

Samenvatting

De Hyper-V Replica-broker is niet beschikbaar op het cluster. Als de Hyper-V-replicabroker niet beschikbaar is, kan dat van invloed zijn op de replicatie tussen de primaire virtuele machine en de virtuele replicamachine.

Oorzaken

Deze fout kan optreden als de clusterservice onverwacht stopt of als de Hyper-V-replicabroker niet het doelknooppunt kan bereiken na een clustermigratie.

Oplossingen

Start de clusterservice opnieuw en controleer of de SPN-registratie van de Hyper-V-replicabroker succesvol is voor op Kerberos gebaseerde verificatie of als de vereiste set certificaten aanwezig is in het cluster als op certificaat gebaseerde verificatie wordt gebruikt.

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.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Hyper-V-replicatiebroker is niet geconfigureerd in dit cluster.
De Hyper-V-replicabroker is niet geconfigureerd of is niet beschikbaar voor dit cluster.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.VMReplicationHealth33418.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.ServerRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.VMReplicationHealthMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.VMReplicationHealth33418.ErrorAlert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="VMReplicationHealthy" HealthState="Success"/>
<OperationalState ID="Unhealthy" MonitorTypeStateID="VMReplicationCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
<VMId>localhost</VMId>
<ErrorProperty>ReplicationHealthIssuesList</ErrorProperty>
<ErrorCode>33418</ErrorCode>
</Configuration>
</UnitMonitor>