Monitor de capacidad de LUN de almacenamiento

Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.LUN.StorageLUNCapacityMonitor (UnitMonitor)

Knowledge Base article:

Resumen

Este monitor indica si el uso de la capacidad de este LUN ha superado el umbral.

Causas

Este monitor muestra que esta unidad lógica de almacenamiento (LUN) se acerca a su capacidad total. Los umbrales predeterminados son resultados consumidos al 80% en un estado de advertencia, y resultados consumidos al 90% en un estado crítico.

Resoluciones

En función de las capacidades de la matriz subyacente, agregue más espacio al LUN o mueva los recursos usándola para otro LUN.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.Storage.2016.StorageLUNCapacityMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.LUN.StorageLUNCapacityMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.StorageLUNCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<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>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<TotalCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit"]/TotalCapacity$</TotalCapacity>
<RemainingCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit"]/RemainingCapacity$</RemainingCapacity>
<WarningThreshold>80</WarningThreshold>
<CriticalThreshold>90</CriticalThreshold>
<ThinlyProvisioned>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit"]/ThinlyProvisioned$</ThinlyProvisioned>
</Configuration>
</UnitMonitor>