予約済み

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

Knowledge Base article:

概要

このイベントは、起動時に論理ディスク マネージャーがダイナミック ボリュームを自動的に開始できなかったことを示します。 論理ディスク マネージャーが開始できなかったボリュームは、ドライブ文字で識別されます (割り当てられている場合)。

このボリューム上のデータは、この問題が解決されるまで使用できません。

このイベントは、Dmboot.sys によってシステム ログに記録されます。システム ログには、エラーの原因を示す、他の記憶装置ドライバーからの追加情報が含まれている場合があります。

サンプル イベント:

イベントの種類 : エラー

イベント ソース : dmboot

イベントの分類 : なし

イベント ID: 3

日付 : MM/DD/YYYY

時刻 : HH:MM:SS AM/PM

ユーザー: 該当なし

コンピューター : 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>