复制一致性监视器

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

此监视器验证各个域控制器之间的复制是否一致。

Knowledge Base article:

摘要

此监视器验证各个域控制器之间的复制是否一致。

配置

IntervalSeconds:监视器的运行频率(秒)

TimeoutSeconds:监视器超时之前要经过的时间(秒)

原因

可能的原因包括:

解决方案

确保域控制器已联机并正常运行。

确保 DNS 能够正常解析域控制器 IP 地址。

检查 dcdiag 是否未返回任何问题。

检查 repadmin 是否未显示 AD 复制出现任何问题。

解决方案

确保所有网络适配器的 DNS 服务器正确。

确保所有网络适配器的 DNS 服务器已联机并正常运行。

确保网络适配器没有问题。

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
复制一致性运行状况监视失败。
{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>