Consistentiemonitor voor infrastructuurmaster

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

Hiermee controleert u of de DC en de PDC consistent zijn voor de FSMO-eigenaar.

Knowledge Base article:

Samenvatting

Met deze monitor controleert u of de PDC en de lokale DC het eens zijn over welke server eigenaar is van de FSMO-rol Infrastructuurmaster.

Configuratie

IntervalSeconds: Hoe vaak de monitor wordt uitgevoerd (seconden)

Oorzaken

Hier zijn enkele mogelijke oorzaken:

Oplossingen

Zorg ervoor dat de domeincontroller online is en goed functioneert.

Zorg ervoor dat DNS het IP-adres van de domeincontroller op de juiste manier kan omzetten.

Controleer of dcdiag geen problemen retourneert.

Controleer of repadmin geen problemen met de AD-replicatie aangeeft.

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
De statusmonitor voor consistentie van de infrastructuurmaster is mislukt.
{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>