Monitor spójności wzorca RID

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

Monitoruje, czy kontroler domeny i podstawowy kontroler domeny są spójne dla serwera posiadającego rolę FSMO.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza, czy podstawowy kontroler domeny i lokalny kontroler domeny uznają ten sam serwer za właściciela roli FSMO wzorca RID.

Konfiguracja

IntervalSeconds: jak często monitor jest uruchamiany (w sekundach)

Przyczyny

Prawdopodobne przyczyny:

Rozwiązania

Upewnij się, że kontroler domeny jest w trybie online i działa prawidłowo.

Upewnij się, że serwer DNS prawidłowo rozpoznaje adres IP kontrolera domeny.

Sprawdź, czy polecenie dcdiag nie zgłasza problemów.

Sprawdź, czy polecenie repadmin nie zgłasza problemów z replikacją w usłudze AD.

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
Wystąpił błąd monitora kondycji Spójność wzorca RID.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Configuration.FsmoConsistency.RID.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.RID.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>3</FsmoType>
</Configuration>
</UnitMonitor>