Hyper-V 2012 レプリカの同期がとれていない。

Microsoft.Windows.HyperV.2012.VMReplicationHealth33414.Monitor (UnitMonitor)

バーチャル マシン レプリケーションの頻度を監視します。

Knowledge Base article:

概要

プライマリ バーチャル マシンとレプリカ バーチャル マシンが 1 時間を超えて同期されていません。 計画外のフェールオーバー イベントで、1 時間超に相当するデータを失う可能性があります。

原因

このエラーの原因は次のいずれかの可能性があります。

解決方法

Element properties:

TargetMicrosoft.Windows.HyperV.2012.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2012.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
最後のレプリケーションは 1 時間前。
バーチャル マシン レプリケーションが 1 時間を超えて遅れています。
RunAsDefault

Source Code:

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