Hyper-V 2016 および 1709+ レプリケーションの重大な中断状態モニター

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

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

Knowledge Base article:

概要

レプリケーションが正常でないため、レプリケーション元の 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.VMReplicationCriticalSuspendedState.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.VMReplicationCriticalSuspendedState.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>8</ErrorCode>
</Configuration>
</UnitMonitor>