邏輯磁碟可用性

Microsoft.Windows.Client.Win7.LogicalDisk.AvailabilityHealth (UnitMonitor)

監視此邏輯磁碟的可用性。

Knowledge Base article:

摘要

邏輯磁碟區無法使用。無法存取磁碟區中儲存的資料。

原因

邏輯磁碟無法存取的原因很多,其中包括:

解決方式

檢查硬體狀態,確定是否有任何失敗 (例如磁碟、控制器或纜線失敗)。在大多數狀況下,系統記錄包含來自較低等級存放驅動程式且指出失敗原因的其他事件。

確定並解決硬體問題之後:

1. 開啟磁碟管理嵌入式管理單元。

2. 重新掃描磁碟,然後重新啟動有錯誤的所有磁碟。

如果磁碟是鏡像或 RAID-5 磁碟區的成員,請在必要時重新同步處理或重新產生磁碟區。

3. 在重新啟動的所有磁碟區上執行 chkdsk。

Element properties:

TargetMicrosoft.Windows.Client.Win7.LogicalDisk
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Client.Win7.LogicalDisk.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message
邏輯磁碟無法使用
邏輯磁碟 {0} 無法使用
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Win7.LogicalDisk.AvailabilityHealth" Accessibility="Public" Enabled="true" Target="Win7!Microsoft.Windows.Client.Win7.LogicalDisk" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Client.Win7.LogicalDisk.Monitortype" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Win7.LogicalDisk.AvailabilityHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotAvailabile" MonitorTypeStateID="Bad" HealthState="Error"/>
<OperationalState ID="Availabile" MonitorTypeStateID="Good" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<DiskLabel>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DiskLabel>
</Configuration>
</UnitMonitor>