存放集區過度佈建監視

Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor (UnitMonitor)

Knowledge Base article:

摘要

存放集區中 LUN 的總容量接近或大於存放集區的總容量。預設設定是如果 LUN 的總容量超過存放集區受管理總空間的 90%,就會產生警示。

解決方式

為您的存放集區加入額外容量或減少 LUN 的容量。

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Storage.StoragePool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.Storage.CheckValueWithinRangeMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
超過存放集區過度佈建閾值

存放集區 {1} 可能在 {0}\% 過度佈建
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.CheckValueWithinRangeMonitorType" ParentMonitorID="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool"]/OverProvisionPercent$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverProvisionHealthy" MonitorTypeStateID="ValueWithinRangeHealthy" HealthState="Success"/>
<OperationalState ID="OverProvisionCritical" MonitorTypeStateID="ValueWithinRangeCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<MinValue>0</MinValue>
<MaxValue>90</MaxValue>
<CurrentValue>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool"]/OverProvisionPercent$</CurrentValue>
</Configuration>
</UnitMonitor>