垃圾回收计划

Microsoft.Windows.FileServices.Service.Deduplication.6.3.GCScheduleEnabled (UnitMonitor)

Knowledge Base article:

摘要

此对象可以监视计算机上的垃圾回收计划的运行状况。

如果垃圾回收未按计划运行,则不会释放由于文件删除和更新而产生的未引用数据。这将会影响卷上的可用空间量。

原因

未启用垃圾回收计划。

解决方法

使用 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.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.FileServices.Service.Deduplication.6.3.ScheduleJobCheck
RemotableTrue
AccessibilityPublic
Alert Message
未启用重复数据删除垃圾回收计划
计算机 {0} 已启用重复数据删除。 但是,当前未启用任何垃圾回收计划。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.GCScheduleEnabled" TypeID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.ScheduleJobCheck" Accessibility="Public" Target="Microsoft.Windows.FileServices.Service.Deduplication.6.3" Remotable="true" ParentMonitorID="SystemHealth!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.Deduplication.6.3.GCScheduleEnabled.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState MonitorTypeStateID="ScheduleNotEnabled" HealthState="Warning" ID="ScheduleNotEnabled"/>
<OperationalState MonitorTypeStateID="ScheduleEnabled" HealthState="Success" ID="ScheduleEnabled"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<PropertyBagValueToCheck>GarbageCollectionSchedulesEnabled</PropertyBagValueToCheck>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
</Configuration>
</UnitMonitor>