複寫一致性監視器

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>