Infrastructure Master Consistency Monitor

Microsoft.Windows.Server.2012.AD.Configuration.FsmoConsistency.Infra.Monitor (UnitMonitor)

Monitors that the DC and PDC are consistent for the FSMO owner.

Knowledge Base article:

Summary

This monitor verifies that the PDC and the local DC agree on which server holds the Infrastructure Master FSMO role.

Configuration

IntervalSeconds: How frequently the monitor is run (seconds)

Causes

Possible causes include the following:

Resolutions

Ensure that the domain controller is online and functioning correctly.

Ensure that DNS is properly resolving the domain controllers IP address.

Check that dcdiag is not returning any problems.

Check that repadmin is not showing any problems with AD replication.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.FsmoConsistency.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Configuration.FsmoHolders.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
The Infrastructure Master Consistency health monitor has failed.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Configuration.FsmoConsistency.Infra.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.FsmoConsistency.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Configuration.FsmoHolders.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Configuration.FsmoConsistency.Infra.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConsistencyOK" MonitorTypeStateID="ConsistencyOK" HealthState="Success"/>
<OperationalState ID="ConsistencyWarn" MonitorTypeStateID="ConsistencyWarn" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<FsmoType>4</FsmoType>
</Configuration>
</UnitMonitor>