Planification du nettoyage de la mémoire

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

Knowledge Base article:

Résumé

Cet objet surveille l'intégrité des planifications de nettoyage de la mémoire sur la machine.

Si le nettoyage de la mémoire n'est pas programmé pour s'exécuter, les données non référencées en raison d'une suppression ou d'une mise à jour des fichiers ne seront pas libérées. Cela aura des conséquences sur la quantité d'espace libre sur le volume.

Causes

La planification du nettoyage de la mémoire n'est pas activée.

Solution

Créez ou activez une planification du nettoyage de la mémoire à l'aide des applets powershell New-DedupSchedule et Set-DedupSchedule.

Informations complémentaires

Applets de déduplication dans Windows PowerShell (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
Aucune planification du nettoyage de la mémoire de déduplication activée
La déduplication est activée sur l'ordinateur {0}. Toutefois, aucune planification du nettoyage de la mémoire n'est actuellement activée.
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>