Virtual Machine Manager 최대 동적 메모리 모니터

ProHostMaxDynamicMemoryUnitMonitor (UnitMonitor)

가상 컴퓨터당 최대 메모리의 총합이 호스트의 실제 메모리를 초과하는지 확인하는 유닛 모니터입니다.

Knowledge Base article:

요약

이 모니터는 Hyper-V 호스트의 가상 컴퓨터용으로 구성된 최대 메모리 총합을 추적하고 구성된 최대 메모리가 호스트의 설치된 실제 메모리를 사용자 정의 비율만큼 초과할 경우 경고를 생성합니다. 기본 임계값은 125%(경고)와 150%(오류)입니다.

원인

이 호스트의 가상 컴퓨터용으로 구성된 최대 메모리 총합이 정의된 임계값을 초과합니다.

해결 방법

가상 컴퓨터를 마이그레이션하거나 가상 컴퓨터에 할당된 최대 메모리를 조정하여 상황을 개선하십시오.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.PRO.V2.ManagedHost.HyperV
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.PRO.MaxDynMemPerformance.ScriptBasedThresholdType
RemotableTrue
AccessibilityPublic
Alert Message
PRO 최대 동적 메모리 사용량
이 호스트의 가상 컴퓨터에 할당된 최대 동적 메모리의 총합이 경고 또는 위험 수준에 도달했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="ProHostMaxDynamicMemoryUnitMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.ManagedHost.HyperV" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.VirtualMachineManager.PRO.MaxDynMemPerformance.ScriptBasedThresholdType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="ProHostMaxDynamicMemoryUnitMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="MaxDynamicMemoryUnitMonitor_StateSuccess" MonitorTypeStateID="ConditionSuccess" HealthState="Success"/>
<OperationalState ID="MaxDynamicMemoryUnitMonitor_StateWarning" MonitorTypeStateID="ConditionWarn" HealthState="Warning"/>
<OperationalState ID="MaxDynamicMemoryUnitMonitor_StateError" MonitorTypeStateID="ConditionError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<VMNames>$Target/Property[Type="Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.ManagedHost.HyperV"]/VMNames$</VMNames>
<WarningThreshold>125</WarningThreshold>
<ErrorThreshold>150</ErrorThreshold>
</Configuration>
</UnitMonitor>