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

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

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

Knowledge Base article:

요약

클러스터에서 Hyper-V 복제본 브로커를 사용할 수 없습니다. Hyper-V 복제본 브로커를 사용할 수 없는 경우 기본 및 복제 VM 간 복제에 영향을 미칠 수 있습니다.

원인

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

해결 방법

클러스터 서비스를 다시 시작한 다음, Kerberos 인증에 대해 Hyper-V 복제본 브로커의 SPN 등록이 성공적인지 또는 인증서 기반 인증을 사용 중인 경우에는 클러스터에 필요한 인증서 집합이 있는지 확인합니다.

Element properties:

TargetMicrosoft.Windows.HyperV.2016.ServerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2016.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
이 클러스터에 Hyper-V 복제 브로커가 구성되지 않았습니다.
Hyper-V 복제본 브로커가 구성되지 않았거나 이 클러스터에 사용할 수 없습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2016.VMReplicationHealth33418.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.2016.ServerRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2016.VMReplicationHealthMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2016.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>