[Serwer Nano Server] Udostępniony wolumin klastra — monitor wolnego miejsca (w \%)

Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpacePercent.NanoServer (UnitMonitor)

Ten monitor sprawdza ilość wolnego miejsca (w \%) w docelowym udostępnionym woluminie klastra.

Knowledge Base article:

Podsumowanie

Ilość wolnego miejsca w udostępnionym woluminie klastra przekroczyła wartość progową. Wydajność systemu może się obniżyć, a dodawanie lub modyfikowanie istniejących plików w udostępnionym woluminie klastra może być niemożliwe do chwili udostępnienia dodatkowego wolnego miejsca.

Konfiguracja

Procedura monitorowania Udostępniony wolumin klastra — wolne miejsce jest rozwiązaniem o dużych możliwościach konfiguracji, dzięki którym operatorzy mogą ustawiać różne wartości progowe dotyczące woluminów systemowych i niesystemowych dysków logicznych. Ponadto można ustawić oddzielne wartości progowe stanu ostrzeżenia i stanu błędu.

Ponieważ udostępnione woluminy klastra mogą mieć rozmiar od kilku gigabajtów do wielu terabajtów, w procedurze monitorowania Udostępniony wolumin klastra — wolne miejsce operator wskazuje wartości progowe w megabajtach i procentach, po przekroczeniu których osiągane są progi ostrzeżenia i błędu. Oznacza to, że w celu osiągnięcia progu muszą zostać przekroczone wartości progowe zarówno w megabajtach, jak i w procentach dla dysków systemowych i innych niż systemowe.

Przyczyny

W miarę powiększania się rozmiaru istniejących i dodawania nowych plików zmniejsza się ilość wolnego miejsca w udostępnionym woluminie klastra. Gdy ilość wolnego miejsca w udostępnionym woluminie klastra spadnie poniżej określonego progu, zmieni się stan dysku w tym woluminie.

Rozwiązania

Aby zwiększyć ilość wolnego miejsca na dysku, należy wykonać jedną lub więcej z następujących czynności:

Element properties:

TargetMicrosoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.NewOS
Parent MonitorMicrosoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpaceMonitorRollup.Nano
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpacePercent.Monitortype.NanoServer
RemotableTrue
AccessibilityPublic
Alert Message
Alert o ilości wolnego miejsca (w \%) na udostępnionym woluminie klastra
{0}: Wyczerpuje się miejsce na udostępnionym woluminie klastra {1} zainstalowanym w {2}. Wartość przekraczająca próg ostrzeżenia lub błędu to {4}\% wolnego miejsca. (Partycja: {3}).
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpacePercent.NanoServer" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.NewOS" ParentMonitorID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpaceMonitorRollup.Nano" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpacePercent.Monitortype.NanoServer" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpacePercent.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base"]/ClusterSharedVolumeName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base"]/FriendlyVolumeName$</AlertParameter3>
<AlertParameter4>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base"]/PartitionName$</AlertParameter4>
<AlertParameter5>$Data/Context/Value$</AlertParameter5>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="MonitorOk" MonitorTypeStateID="MonitorOk" HealthState="Success"/>
<OperationalState ID="MonitorWarning" MonitorTypeStateID="MonitorWarning" HealthState="Warning"/>
<OperationalState ID="MonitorError" MonitorTypeStateID="MonitorError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<LogSuccessEvent>false</LogSuccessEvent>
<ScriptGroupId>ClusterSharedVolumeMonitoring</ScriptGroupId>
<TargetComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetComputer>
<ClusterName>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base"]/ClusterName$</ClusterName>
<TimeoutSeconds>300</TimeoutSeconds>
<ClusterSharedVolumeName>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base"]/ClusterSharedVolumeName$</ClusterSharedVolumeName>
<DriveErrorPercentThreshold>5</DriveErrorPercentThreshold>
<DriveWarningPercentThreshold>10</DriveWarningPercentThreshold>
</Configuration>
</UnitMonitor>