磁盘组失败

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

逻辑磁盘管理器报告组失败

Knowledge Base article:

摘要

此事件表示逻辑磁盘管理器无法与任何动态磁盘进行通信,导致整个动态磁盘组脱机。

在解决问题之前,动态卷将无法使用。

Dmboot.sys 会将此事件发布到系统日志中。系统日志可能包含其他存储驱动程序产生的表明故障原因的附加信息。

示例事件:

Dmboot.sys 事件 ID: 5

dmboot: 磁盘组 MyMachineDg0 失败。 磁盘组中的所有卷均不可用。

原因

可能的原因包括:

解决方法

执行下列一项或多项操作,诊断并解决问题:

如果这不起作用,则检查是否存在硬件故障。

1. 使用“磁盘管理”重新扫描磁盘,然后重新激活任何失败的磁盘或卷。

2. 如果磁盘是镜像卷或 RAID-5 卷,请根据需要重新同步或重新生成卷。

3. 在任意重新激活的卷上运行 chkdsk。

Element properties:

TargetMicrosoft.Windows.Server.2003.OperatingSystem
CategoryEventCollection
EnabledTrue
Event_ID5
Event Sourcedmboot
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.Server.2003.OperatingSystem.LDMDiskGroupFailed.Alert" Enabled="true" Target="Microsoft.Windows.Server.2003.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>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</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.2003.OperatingSystem.LDMDiskGroupFailed.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>