Volume Enabled Rollup

Microsoft.Windows.FileServices.Service.Deduplication.10.0.VolumeEnabledRollup (DependencyMonitor)

Volume enabled rollup info

Knowledge Base article:

Summary

This dependency monitor rolls up the deduplication state on data deduplication volumes.

When a data deduplication volume is set to disabled state, data deduplication will not run any jobs on the volume. This means no additional space savings will be made.

Causes

The volume is disabled for deduplication.

Resolutions

Enable the volume for deduplication using the powershell cmdlets Enable-DedupVolume or from the File Services Volumes page in Server Manager.

Additional

Deduplication Cmdlets in Windows PowerShell (http://go.microsoft.com/fwlink/?LinkId=255899)

Install and Configure Data Deduplication (http://go.microsoft.com/fwlink/?LinkId=255895)

Element properties:

TargetMicrosoft.Windows.FileServices.Service.Deduplication.10.0
Parent MonitorSystem.Health.ConfigurationState
AlgorithmWorstOf
Source MonitorMicrosoft.Windows.FileServices.Service.Deduplication.10.0.Volume.DedupEnabled
RelationshipMicrosoft.Windows.FileServices.Service.Deduplication.10.0.HostsDedupVolume
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Volumes with Deduplication Disabled
Computer {0} has one or more volumes with deduplicated data on that currently have deduplication disabled. No additional files will be deduplicated on these volumes.

Source Code:

<DependencyMonitor ID="Microsoft.Windows.FileServices.Service.Deduplication.10.0.VolumeEnabledRollup" MemberMonitor="Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume.DedupEnabled" RelationshipType="Microsoft.Windows.FileServices.Service.Deduplication.10.0.HostsDedupVolume" Accessibility="Public" Target="Microsoft.Windows.FileServices.Service.Deduplication.10.0" ParentMonitorID="SystemHealth!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.Deduplication.10.0.VolumeEnabledRollup.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>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>