손상된 시스템 파일 재부팅 복구 집계 모니터

Microsoft.Windows.Client.Vista.PhysicalDisk.COFIRE_FixedR.Monitor (UnitMonitor)

손상된 파일 복구 서버에서 손상된 파일을 복구한 후 재부팅이 필요한 경우 생성되는 보고서를 모니터링합니다.

Knowledge Base article:

요약

이 상태 관리 모니터는 시스템 드라이브의 OS 섹션에서 불량 섹터가 검색되었으며 드라이브를 자체 치료할 수 있을 때 노란색을 표시합니다. 이 하드웨어 오류로부터 복구되는 동안 하드 드라이브에 데이터 손실을 가져올 수 있는 다른 불량 섹터가 만들어질 가능성이 높습니다.

해결 방법

1. 드라이브에 대해 ChkDsk를 실행하여 불량 블록의 범위를 측정합니다.

2. 하드 드라이브의 교체를 고려하십시오.

Element properties:

TargetMicrosoft.Windows.Client.Vista.Aggregate.PhysicalDisk
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows Vista 컴퓨터에 손상된 파일 시스템이 있으며 복구되었습니다.
Windows Vista에서 손상된 시스템 파일을 검색했으며 자체적으로 치료했습니다. 직접적으로 수행할 작업은 없습니다. 그러나 이 문제가 지속되고 하드 드라이브에 추가 불량 섹터가 있는 경우 하드 드라이브 교체를 고려하십시오. 시스템의 상태를 확인하여 Windows Vista에서 발생한 다른 관련 하드 드라이브 문제를 파악하십시오.
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Vista.PhysicalDisk.COFIRE_FixedR.Monitor" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Target="Microsoft.Windows.Client.Vista.Aggregate.PhysicalDisk" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" Remotable="true" Enabled="true" Priority="Normal" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Vista.PhysicalDisk.COFIRE_FixedR.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NoProblem" HealthState="Success" MonitorTypeStateID="ManualResetEventRaised"/>
<OperationalState ID="ProblemFixed" HealthState="Error" MonitorTypeStateID="EventRaised"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-CorruptedFileRecovery-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>8</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.Windows.Client.Vista.Aggregate.PhysicalDisk"]/ContainsSystemDrive$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>