Bewaking overprovisioning opslaggroep

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

Knowledge Base article:

Samenvatting

De LUNs in de opslaggroep hebben een totale capaciteit van ongeveer of meer dan de totale capaciteit van de opslaggroep. Standaard treedt een alarm in werking wanneer de totale capaciteit van de LUNs meer bedraagt dan 90% van de totaal beheerde ruimte voor de opslaggroep.

Oplossingen

Voeg extra capaciteit toe aan uw opslaggroep of reduceer de capaciteit van uw LUNs.

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
Drempel overprovisioning opslaggroep overschreden

Opslaggroep {1} is mogelijk {0}\% overgeprovisioneerd
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>