DFS-R: Replication Group Members Health Rollup

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

This dependency monitor rolls up health state information from the Replication Group Members entity to the DFS Replication Service entity.

Knowledge Base article:

Summary

This dependency monitor rolls up health state information from the Replication Group Members entity to the DFS Replication Service entity. If the configuration health is unknown, monitoring has not begun for this object. The health of this monitor depends on the health of the Replication Group Members entity.

Causes

An unhealthy state of this monitor indicates that there is a problem with a Replication Group Members 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.Service
Parent MonitorSystem.Health.AvailabilityState
AlgorithmPercentage
Algorithm Parameter50
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.FileServer.DFSR.Service.Contains.ReplicationGroupMembers
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.FileServer.DFSR.ReplicationGroupMemberHealthRollup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.FileServer.DFSR.Service.Contains.ReplicationGroupMembers" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<Algorithm>Percentage</Algorithm>
<AlgorithmParameter>50</AlgorithmParameter>
</DependencyMonitor>