System Center 2012 Virtual Machine Manager 記憶域プールの容量

Microsoft.SystemCenter.VirtualMachineManager.2012.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.2012.StoragePoolCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
記憶域プールの容量の使用率はしきい値を超えています

記憶域プールの合計容量:{0} 記憶域プールの使用済み容量:{1} 記憶域プールの使用率は {2} で、警告しきい値 {3} を超えています
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.StoragePoolCapacityMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.StoragePoolCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.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>