Monitor spójności replikacji

Microsoft.Windows.Server.2012.R2.AD.Configuration.ReplicationConsistency.Monitor (UnitMonitor)

Ten monitor sprawdza spójność replikacji między kontrolerami domeny.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza spójność replikacji między kontrolerami domeny.

Konfiguracja

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

TimeoutSeconds: limit czasu oczekiwania monitora (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.

Rozwiązania

Upewnij się, że wszystkie karty sieciowe mają prawidłowe serwery DNS.

Upewnij się, że serwery DNS wszystkich kart sieciowych są w trybie online i działają prawidłowo.

Upewnij się, że nie ma problemów z kartami sieciowymi.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Configuration.ReplicationConsistency.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Wystąpił błąd monitora kondycji Spójność replikacji.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Configuration.ReplicationConsistency.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.PerformanceReplication.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Configuration.ReplicationConsistency.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Configuration.ReplicationConsistency.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConsistencyOK" MonitorTypeStateID="ConsistencyOK" HealthState="Success"/>
<OperationalState ID="ConsistencyError" MonitorTypeStateID="ConsistencyError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>43200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>