예약됨

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

Knowledge Base article:

요약

이 이벤트는 논리 디스크 관리자가 동적 디스크와 통신할 수 없으므로 전체 동적 디스크 그룹이 오프라인 상태가 됨을 나타냅니다.

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

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

샘플 이벤트:

Dmboot.sys 이벤트 ID: 5

디자인 모드 부팅: MyMachineDg0 디스크 그룹 오류가 발생했습니다. 디스크 그룹의 모든 볼륨을 사용할 수 없습니다.

원인

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

해결 방법

문제를 진단하고 해결하려면 다음 중 하나 이상을 수행하세요.

그래도 문제가 해결되지 않으면 하드웨어에 문제가 있는지 확인하세요.

1. 디스크 관리를 사용하여 디스크를 다시 검사한 다음 오류가 발생한 디스크 또는 볼륨을 다시 활성화합니다.

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

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

Element properties:

TargetMicrosoft.Windows.Server.2008.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.2008.OperatingSystem.LDMDiskGroupFailed.Alert" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.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.2008.OperatingSystem.LDMDiskGroupFailed.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>