Hyper-V 2016 및 1709 이상 노드 복제 브로커 구성 모니터

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

Hyper-V 복제 브로커 구성 모니터입니다.

Knowledge Base article:

요약

클러스터에서 Hyper-V 복제본 브로커를 사용할 수 없습니다. Hyper-V 복제본 브로커를 사용할 수 없는 경우 주 VM과 복제본 VM 간의 복제가 영향을 받을 수 있습니다.

원인

이 오류는 클러스터 서비스가 예기치 않게 중지되거나 클러스터 마이그레이션 후 대상 노드에서 Hyper-V 복제본 브로커를 표시할 수 없는 경우에 발견할 수 있습니다.

해결 방법

클러스터 서비스를 다시 시작하고 Hyper-V 복제본 브로커의 SPN 등록이 Kerberos 기반 인증에서 성공하는지 또는 인증서 기반 인증을 사용하는 경우 필수 인증서 집합이 클러스터에 있는지 확인하세요.

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 복제본 브로커가 구성되어 있지 않습니다.
Hyper-V 복제본 브로커가 구성되지 않았거나 이 클러스터에 사용할 수 없습니다.
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>