保留

Microsoft.Windows.Server.2008.OperatingSystem.LDMVolumeNotStarted.Alert (Rule)

Knowledge Base article:

摘要

此事件表示邏輯磁碟管理員在開機時無法自動啟動動態磁碟區。 邏輯磁碟管理員無法啟動的磁碟區以其磁碟機代號 (如果有的話) 進行識別。

在問題解決之前,此磁碟區上的資料將無法使用。

此事件由 Dmboot.sys 張貼至系統記錄中。系統記錄可能包含來自其他存放驅動程式且指出失敗原因的其他資訊。

範例事件:

事件類型: 錯誤

事件來源: dmboot

事件類別: 無

事件識別碼: 3

日期: MM/DD/YYYY

時間: HH:MM:SS AM/PM

使用者: N/A

電腦: Computer_Name

描述:

dmboot: 無法啟動磁碟區 Volume2 (E:)

資料:

0000: 00 00 00 00 03 00 4e 00 ......N.

0008: 00 00 00 00 03 00 50 c0 ......PÀ

0010: 00 00 00 00 00 00 00 00 ........

0018: 01 00 00 00 00 00 00 00 ........

0020: 00 00 00 00 00 00 00 00 ........

原因

可能的原因包括:

解決方式

可能的解決方式包括:

1. 開啟磁碟管理嵌入式管理單元,然後檢查屬於此磁碟區成員的磁碟狀態。

2. 識別處於遺失或離線狀態的磁碟。

3. 嘗試使用 [重新啟動磁碟] 來重新啟動磁碟。

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

2. 重新掃描磁碟,然後重新啟動任何失敗的磁碟與磁碟區。

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

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

Element properties:

TargetMicrosoft.Windows.Server.2008.OperatingSystem
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
LDM - 磁碟區沒有啟動
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2008.OperatingSystem.LDMVolumeNotStarted.Alert" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.OperatingSystem" ConfirmDelivery="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>dmboot</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.OperatingSystem.LDMVolumeNotStarted.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>