Reserved

Microsoft.Windows.Client.Vista.OperatingSystem.LDMDiskGroupFailed.Alert.MissionCritical (Rule)

Knowledge Base article:

概要

このイベントは、論理ディスクマネージャとダイナミック ディスクが通信できないことが原因でダイナミック ディスク グループ全体がオフラインになることを示します。

ダイナミック ボリュームは、この問題が解決されるまで使用できません。

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

原因

考えられる原因は次のとおりです。

解決方法

この問題を診断、解決するには、次の手順の 1 つまたは複数を実行します。

解決しない場合は、ハードウェアに障害がないかを確認します。

1. ディスク管理を使用してディスクを再スキャンし、失敗したディスクまたはボリュームを再アクティブ化します。

2. ディスクがミラー ボリュームまたは RAID-5 ボリュームのメンバだった場合は、必要に応じてボリュームを再同期または再生成します。

3. 再アクティブ化したボリュームで chkdsk を実行します。

追加情報

サンプル イベント:

Dmboot.sys イベント ID: 5

dmboot:ディスク グループ MyMachineDg0 が失敗しました。ディスク グループのすべてのボリュームは利用できません。

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
LDM - ディスク グループの失敗
{0}
Event LogSystem

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.Client.Vista.OperatingSystem.LDMDiskGroupFailed.Alert.MissionCritical" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value>true</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Client.Vista.OperatingSystem.LDMDiskGroupFailed.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>