Reserved

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

Knowledge Base article:

요약

이 이벤트는 시스템을 시작할 때 논리 디스크 관리자가 동적 디스크 및 볼륨을 자동으로 시작하지 못했음을 나타냅니다.

문제가 해결될 때까지 동적 볼륨을 사용할 수 없습니다.

이 이벤트는 Dmboot.sys에서 시스템 로그에 게시합니다. 시스템 로그에는 실패의 원인을 나타내는 다른 저장소 드라이버의 추가 정보가 포함되어 있을 수 있습니다.

원인

가능한 원인은 다음과 같습니다.

해결 방법

디스크를 다시 활성화하십시오. 이렇게 하려면 다음을 수행하십시오.

문제가 해결되지 않으면 다음을 수행하십시오.

1. 디스크 관리 스냅인을 엽니다.

2. 디스크를 다시 검사하여 오류가 발생한 디스크와 볼륨을 다시 활성화합니다.

디스크가 미러 또는 RAID-5 볼륨에 속한 경우 필요하면 볼륨을 다시 동기화하거나 다시 생성합니다.

3. 다시 활성화된 볼륨에서 chkdsk를 실행합니다.

추가 정보

샘플 이벤트:

이벤트 종류: 오류

이벤트 원본: dmboot

이벤트 범주: 없음

이벤트 ID: 6

날짜: MM/DD/YYYY

시간: HH:MM:SS AM/PM

사용자: 해당 없음

컴퓨터: Computer_Name

설명:

dmboot: Computer_NameDg0 디스크 그룹을 자동으로 가져오지 못했습니다. 디스크 그룹의 모든 볼륨을 사용할 수 없습니다.

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.LDMAutoImportFailed.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.LDMAutoImportFailed.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>