Hyper-V 2016 및 1709 이상 복제 역방향 복제 시작 안 됨 모니터

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

장애 조치(failover)된 가상 머신이 다시 보호되지 않았습니다.
참고: 이 모니터는 기본적으로 사용되지 않습니다. 필요한 경우 재정의를 통해 사용하도록 설정하세요.

Knowledge Base article:

요약

복제본 가상 머신에서 장애 조치(failover)가 시작되었지만 현재 보호되고 있지 않습니다. 주 서버로 다시 역방향 복제하거나 다른 서버로 복제하여 가상 머신을 다시 보호하세요.

참고: 이 모니터는 기본적으로 사용되지 않습니다. 필요한 경우 재정의를 통해 사용하도록 설정하세요.

원인

해결 방법

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
복제본 가상 머신이 장애 조치(failover)되었습니다. 역방향 복제를 시작합니다.
가상 머신 복제 복구가 장애 조치(failover)되었습니다. 역방향 복제를 시작합니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.VMReplicationHealth33412.Monitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.VirtualMachine" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.VMReplicationHealthMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.VMReplicationHealth33412.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</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>$Target/Property[Type="HVLib!Microsoft.Windows.HyperV.VirtualMachine"]/VirtualMachineId$</VMId>
<ErrorProperty>ReplicationHealthIssuesList</ErrorProperty>
<ErrorCode>33412</ErrorCode>
</Configuration>
</UnitMonitor>