System Center 2019+ Virtual Machine Manager 저장소 풀 용량

Microsoft.SystemCenter.VirtualMachineManager.StoragePoolCapacityMonitor (UnitMonitor)

저장소 풀 용량 사용률을 모니터링합니다.

Knowledge Base article:

요약

저장소 풀 용량 모니터는 VMM에서 저장소 풀의 사용 가능한 용량을 추적합니다. 저장소 사용량이 사용 가능한 저장소 풀 용량에 가까워지면 모니터가 경고 또는 위험 상태가 됩니다.

원인

저장소풀의저장소사용량이풀의사용가능한용량에근접했습니다. 기본적으로 저장소 사용량이 용량의 80%를 초과하면 모니터가 경고 상태가 되고 저장소 사용량이 용량의 90%를 초과하면 모니터가 위험 상태가 됩니다. 이러한각임계값은재정의할수있습니다.

해결 방법

모니터를 정상 상태로 되돌리기 위해 다음 작업을 수행할 수 있습니다.

저장소의 풀 용량을 재정의합니다.

풀 내의 저장소 사용량을 낮춥니다.

모니터의 경고 및 위험 임계값을 재정의합니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.StoragePool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.StoragePoolCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
저장소풀용량사용률이임계값을초과함

저장소 풀 전체 용량: {0}
저장소 풀 사용 용량: {1}
저장소 풀 사용량이 {2}이고 경고 임계값 {3}을(를) 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.StoragePoolCapacityMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.StoragePoolCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.StoragePoolCapacityMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/TotalCapacity$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/UsedCapacity$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='StoragePoolUsage']$</AlertParameter3>
<AlertParameter4>$Data/Context/Property[@Name='WarningThreshold']$</AlertParameter4>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="StorageCapacityCritical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="StorageCapacityWarning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="StorageCapacityHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<TotalCapacity>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/TotalCapacity$</TotalCapacity>
<UsedCapacity>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/UsedCapacity$</UsedCapacity>
<WarningThreshold>80</WarningThreshold>
<CriticalThreshold>90</CriticalThreshold>
</Configuration>
</UnitMonitor>