彙總修復並重新開機損毀系統檔案監視

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

當損毀檔案修復伺服器修復損毀的檔案並要求重新開機時,此監視會進行回報

Knowledge Base article:

摘要

當 Windows Vista 偵測到系統磁碟機的 OS 區段有損毀的磁區,而且可以自行修復時,此健全狀況監視就會轉變成「黃色」。雖然 Windows Vista 可以自行修復硬體錯誤,但是硬碟非常有可能會產生其他損毀磁區,而這些磁區可能會造成資料遺失。

解決方式

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>