DFS-R: Replicated Folder Health

Microsoft.Windows.FileServer.DFSR.ReplicatedFolderRollup (DependencyMonitor)

This dependency monitor rolls up health states from the Replicated Folder entity to the Replication Volume entity.

Knowledge Base article:

Summary

This dependency monitor rolls up health states from the Replicated Folder entity to the Replication Volume entity. If the health state is unknown, monitoring has not begun for this object. The health state of this monitor depends on the health state of the Replicated Folder entity.

Causes

An unhealthy state of this monitor indicates that there is a problem with a Replicated Folder monitor.

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.Volume
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.FileServer.DFSR.Volume.Contains.ReplicatedFolder
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.FileServer.DFSR.ReplicatedFolderRollup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Volume" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.FileServer.DFSR.Volume.Contains.ReplicatedFolder" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>Custom</Category>
<Algorithm>BestOf</Algorithm>
</DependencyMonitor>