볼륨 최적화 마지막 실행 롤업

Microsoft.Windows.FileServices.Service.Deduplication.6.3.VolumeOptimizationRollup (DependencyMonitor)

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
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorMicrosoft.Windows.FileServices.Service.Deduplication.6.3.Volume.OptimizationRun
RelationshipMicrosoft.Windows.FileServices.Service.Deduplication.6.3.HostsDedupVolume
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
최적화가 실행되지 않은 볼륨
{0} 컴퓨터에는 중복 제거 최적화가 정의된 일정 내에 실행되지 않은 볼륨이 하나 이상 있습니다.

Source Code:

<DependencyMonitor ID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.VolumeOptimizationRollup" MemberMonitor="Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume.OptimizationRun" RelationshipType="Microsoft.Windows.FileServices.Service.Deduplication.6.3.HostsDedupVolume" Accessibility="Public" Target="Microsoft.Windows.FileServices.Service.Deduplication.6.3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.Deduplication.6.3.VolumeOptimizationRollup.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>