Reserved

Microsoft.Windows.Client.Vista.OperatingSystem.LDMAutoImportFailed.Alert (Rule)

Knowledge Base article:

Summary

This event indicates that the Logical Disk Manager was unable to automatically start any dynamic disks and volumes at system startup.

Dynamic volumes will be unavailable for use until the problem is resolved.

This event is posted to the system log by Dmboot.sys. The system log might contain additional information from other storage drivers that indicates the cause of the failure.

Causes

Possible causes include:

Resolutions

Reactivate the disk. To do this:

If that does not resolve the problem, do the following:

1. Open the Disk Management snap-in.

2. Rescan the disks and reactivate the failed disks and volumes.

Resynchronize or regenerate the volume as necessary if the disk was a member of a mirrored or RAID-5 volume.

3. Run chkdsk on any reactivated volumes.

Additional

Sample Event:

Event Type: Error

Event Source: dmboot

Event Category: None

Event ID: 6

Date: MM/DD/YYYY

Time: HH:MM:SS AM/PM

User: N/A

Computer: Computer_Name

Description:

dmboot: Failed to auto-import disk group Computer_NameDg0. All volumes in the disk group are not available.

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.Windows.Client.Vista.OperatingSystem.LDMAutoImportFailed.Alert" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem" DiscardLevel="100" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<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="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>