Bewaking capaciteit opslag bestandsshare

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

Knowledge Base article:

Samenvatting

Deze bewaking geeft aan of de drempel van het onderliggende volume van de bestandsshare is overschreden.

Oorzaken

Deze bewaking geeft aan dat de capaciteit van het bestandsshareobject van de VMM bijna is bereikt. Dit duidt er doorgaans op dat het volume achter de bestandsshare bijna vol is. De standaarddrempelwaarden zijn: bij 80% verbruikt activeert de melding Waarschuwing en bij 90% verbruikt activeert de melding Kritiek.

Oplossingen

Voeg extra ruimte aan de bestandsshare toe of verplaats bronnen die van de share gebruikmaken naar een andere share.

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
De opslagcapaciteit van de bestandsshare is bijna bereikt

De bestandsshare {0} in {1} heeft de kritieke drempelwaarde van de opslagcapaciteit overschreden.
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>