DFS-R: Clustered Replicated Folders

Microsoft.Windows.FileServer.DFSR.10.0.Cluster.OfflineResource (AggregateMonitor)

This object aggregates clustered replicated folder monitors, and creates a Critical alert if it detects any monitors in a Critical health state.

Knowledge Base article:

Summary

This object aggregates clustered replicated folder monitors, and creates a Critical alert if it detects any monitors in a Critical health state.

Causes

An unhealthy state of this monitor indicates that a clustered replicated folder monitor is in a Critical state and that the replicated folder is offline.

Resolutions

Use Health Explorer to find the unhealthy monitor

In the Operations console, use the Health Explorer to drill down and find the cause of the unhealthy state. Then use the product knowledge of the specific monitor causing the issue to troubleshoot and fix the problem.

Verification

After resolving the underlying problem(s), this monitor should return to a healthy state.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.10.0.ClusteredReplicatedFolder
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
DFS-R: Clustered Replicated Folders
A clustered replicated folder is offline and replication is stopped.

Source Code:

<AggregateMonitor ID="Microsoft.Windows.FileServer.DFSR.10.0.Cluster.OfflineResource" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.10.0.ClusteredReplicatedFolder" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServer.DFSR.10.0.Cluster.OfflineResource_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>