予約済み

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

Knowledge Base article:

概要

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

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

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

サンプル イベント:

Dmboot.sys イベント ID:5

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

原因

考えられる原因には、次のようなものがあります。

解決方法

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

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

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.LDMDiskGroupFailed.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5</Value>
</ValueExpression>
</SimpleExpression>
</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.LDMDiskGroupFailed.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>