[Nano サーバー] クラスターの共有ボリューム - 空き領域モニター (MB)

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

このモニターは、目的のクラスターの共有ボリュームの空き領域 (MB) をチェックします。

Knowledge Base article:

概要

クラスターの共有ボリュームの空きディスク領域の容量がしきい値を超えました。利用可能な空き領域が増えるまで、システム パフォーマンスが悪影響を受ける可能性があり、また、クラスターの共有ボリューム上にファイルを追加したり、既存のファイルを変更したりできなくなることがあります。

構成

クラスターの共有ボリュームの空き領域監視ルーチンは、高度に構成可能なソリューションであり、オペレーターはシステムおよび非システムの論理ディスク ボリュームに対してさまざまなしきい値を設定できます。また、警告状態とエラー状態にそれぞれ別のしきい値を設定できます。

クラスターの共有ボリュームのサイズは数ギガバイトからテラバイト単位の大容量まで、さまざまに異なる可能性があります。このため、クラスターの共有ボリュームの空き領域監視ルーチンでは、オペレーターは、警告とエラーのしきい値をメガバイト数とパーセントの両方で指定する必要があります。このため、しきい値に達するには、システムまたは非システム ドライブのメガバイト数およびパーセントで定義された両方のしきい値に違反する必要があります。

原因

既存のファイルのサイズが大きくなり、新しいファイルが追加されると、クラスターの共有ボリュームの空き領域が占有されます。クラスターの共有ボリュームのディスク空き領域がしきい値を下回ると、クラスターの共有ボリュームのディスクの状態が変わります。

解決方法

空きディスク領域を増大するには、次の手順のいずれかまたは複数を実行します。

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.FreeSpaceMB.Monitortype.NanoServer
RemotableTrue
AccessibilityPublic
Alert Message
クラスターの共有ボリュームの空き領域 (MB) のアラート
{0}:{2} にマウントされているクラスターの共有ボリューム {1} のディスク領域が不足しています。空き領域の警告またはエラーしきい値を {4} MB 超えています(パーティション:{3})。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpaceMB.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.FreeSpaceMB.Monitortype.NanoServer" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Monitoring.FreeSpaceMB.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>
<DriveErrorMBytesThreshold>100</DriveErrorMBytesThreshold>
<DriveWarningMBytesThreshold>500</DriveWarningMBytesThreshold>
</Configuration>
</UnitMonitor>