저장소파일공유용량모니터

Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor (UnitMonitor)

Knowledge Base article:

요약

이모니터는이파일공유의기본볼륨용량사용률이임계값을초과했는지여부를나타냅니다.

원인

이모니터는 VMM의 FileShare 개체가해당용량에근접함을보여줍니다. 이는일반적으로파일공유의볼륨이거의찼음을나타냅니다. 기본임계값은 80% 사용된경우경고알림이발생하고 90% 사용된경우위험알림이발생합니다.

해결 방법

파일 공유에 공간을 추가하거나 해당 공유를 사용하는 리소스를 다른 공유로 이동합니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Storage.FileShare
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.Storage.StorageLUNCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
파일 공유의 저장소가 용량 한도에 가까워짐

{1}에 있는 파일 공유 {0}이(가) 저장소 용량의 위험 임계값에 도달했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLUNCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/SharePath$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ShareVolumeCapacityCritical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="ShareVolumeCapacityWarning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="ShareVolumeCapacityHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<TotalCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/Capacity$</TotalCapacity>
<RemainingCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/FreeSpace$</RemainingCapacity>
<WarningThreshold>80</WarningThreshold>
<CriticalThreshold>90</CriticalThreshold>
<ThinlyProvisioned>True</ThinlyProvisioned>
</Configuration>
</UnitMonitor>