Hyper-V 2016 および 1709+ レプリケーション再同期が必要な状態モニター

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

仮想マシンのレプリケーション状態を監視します。

Knowledge Base article:

概要

レプリケーション元の VM は再同期の必要な状態です。

原因

ネットワークやストレージの処理能力を超えるデータ変更がレプリケーション元の仮想マシンで発生している場合、VM は再同期の必要な状態になることがあります。

解決方法

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
レプリケーションは再同期が必要な状態です。
レプリケーションは再同期が必要な状態です。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.VMReplicationResyncRequiredState.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" 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.VMReplicationResyncRequiredState.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>ReplicationState</ErrorProperty>
<ErrorCode>9</ErrorCode>
</Configuration>
</UnitMonitor>