삭제 마지막 실행

Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume.ScrubbingRun (UnitMonitor)

Knowledge Base article:

요약

이 개체는 볼륨의 삭제 작업 상태를 모니터링합니다.

데이터 중복 제거 볼륨이 삭제에서 처리되지 않은 경우 데이터 손상 검색, 보고 및 잠재적인 복구가 발생하지 않은 것입니다. 따라서 손상이 검색되었을 때는 백업에서 데이터를 복구하기에 너무 늦었거나 디스크에 너무 많은 손상이 확산된 후일 수 있습니다.

원인

삭제를 실행하지 못했거나 취소되었습니다.

해결 방법

Start-DedupJob cmdlet을 사용하여 삭제를 실행합니다. 또는 PowerShell cmdlet New-DedupSchedule 및 Set-DedupSchedule을 사용하여 삭제 일정을 만들거나 사용하도록 설정합니다.

추가 정보

Windows PowerShell의 중복 제거 Cmdlet(http://go.microsoft.com/fwlink/?LinkId=255899)

Element properties:

TargetMicrosoft.Windows.FileServices.Service.Deduplication.6.3.Volume
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.Windows.FileServices.Service.Deduplication.6.3.LastJobRun
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume.ScrubbingRun" TypeID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.LastJobRun" Accessibility="Public" Target="Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume" Remotable="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState MonitorTypeStateID="JobNotRunWithinThreshold" HealthState="Error" ID="JobNotRunWithinThreshold"/>
<OperationalState MonitorTypeStateID="JobRunWithinThreshold" HealthState="Success" ID="JobRunWithinThreshold"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<PropertyBagValueToCheck>DaysSinceLastScrubbing</PropertyBagValueToCheck>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<VolumeId>$Target/Property[Type='Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume']/VolumeId$</VolumeId>
<ThresholdInDays>30</ThresholdInDays>
</Configuration>
</UnitMonitor>