Senaste körning av skräpinsamling

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

Knowledge Base article:

Sammanfattning

Detta objekt övervakar hälsotillståndet för skräpinsamlingsjobben på volymen.

När en datadedupliceringsvolym inte har processats av skräpinsamling kommer inte orefererade data på grund av borttagning och uppdatering av filer att frigöras. Detta kan påverka mängden ledigt utrymme på volymen.

Orsaker

Skräpinsamling kunde inte köras eller avbröts.

Lösning

Kör skräpinsamling genom att använda Start-DedupJob cmdlet. Eller skapa eller aktivera ett skräpinsamlingsschema genom att använda PowerShell cmdlets New-DedupSchedule och Set-DedupSchedule.

Mer information

Deduplicering av Cmdlets i Windows PowerShell (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.GarbageCollectionRun" 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>DaysSinceLastGarbageCollection</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>