파일 시스템 오류 또는 손상

Microsoft.Windows.Server.10.0.LogicalDisk.AvailabilityHealth (UnitMonitor)

파일 시스템에서 파일 시스템의 오류 또는 논리 디스크에 대한 손상을 보고했는지 여부를 모니터링합니다.

Knowledge Base article:

요약

NTFS에서 논리 디스크가 손상되었거나 완전히 사용 불가능하다고 보고했습니다. 해당 볼륨에 저장된 일부 데이터에 액세스하지 못할 수 있습니다.

원인

논리 디스크가 손상되었거나 다음과 같은 몇 가지 원인으로 인해 논리 디스크에 액세스하지 못할 수 있습니다.

해결 방법

오류(예: 디스크, 컨트롤러, 케이블 연결 오류)가 있는지 하드웨어 상태를 확인하십시오. 대부분의 경우 시스템 로그에는 오류 원인을 나타내는 하위 수준 저장소 드라이버의 추가 이벤트가 포함되어 있습니다.

하드웨어 문제를 찾아 해결한 후에 다음을 수행하십시오.

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

2. 디스크를 다시 검사하여 오류가 있는 디스크를 다시 활성화합니다.

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

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

Element properties:

TargetMicrosoft.Windows.Server.10.0.LogicalDisk
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.LogicalDisk.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message
NTFS에서 논리 디스크 오류 또는 손상 보고
논리 디스크 {0}의 NTFS에서 파일 시스템의 일부에 오류가 있거나 일부가 손상되었음을 보고했습니다. 논리 디스크에 대해 이 더티 비트가 설정되었습니다. 대부분의 경우 CHKDSK 유틸리티를 실행하면 문제가 해결됩니다. 전체 지침은 제품 정보를 참조하십시오.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.LogicalDisk.AvailabilityHealth" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.LogicalDisk" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.LogicalDisk.Monitortype" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.LogicalDisk.AvailabilityHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotAvailabile" MonitorTypeStateID="Bad" HealthState="Error"/>
<OperationalState ID="Availabile" MonitorTypeStateID="Good" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<DiskLabel>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DiskLabel>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>