Hyper-V 2012 복제가 일시 중단된 위험 상태 모니터.

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

가상 컴퓨터의 복제 상태를 모니터링합니다.

Knowledge Base article:

요약

복제가 정상적이지 않아서 복제하는 VM이 위험 상태입니다.

원인

이 오류는 다음과 같은 원인으로 인해 발생할 수 있습니다.

해결 방법

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
복제가 일시 중단된 위험한 상태입니다.
복제가 일시 중단된 위험한 상태입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.VMReplicationCriticalSuspendedState.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.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>