保留

Microsoft.Windows.Server.6.2.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.6.2.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.6.2.OperatingSystem.LDMVolumeNotStarted.Alert" Enabled="false" Target="WindowsServer!Microsoft.Windows.Server.6.2.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.6.2.OperatingSystem.LDMVolumeNotStarted.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>