AD 表示レプリケーション チェック

Microsoft.Windows.Server.2012.R2.AD.Availability.ReplicationShowReplCheck.Monitor (UnitMonitor)

ドメイン コントローラーの入力方向のレプリケーションのヘルスを監視します。

Knowledge Base article:

概要

このモニターは、ドメイン コントローラーが、入力方向のすべてのレプリケーション パートナーとのレプリケーションを正常に実行していることを確認します。

入力方向のパートナーのいずれかでレプリケーションに失敗した場合、ドメイン コントローラー間で AD データの矛盾が生じます。

構成

原因

アラートは、このドメイン コントローラーでは、1 つ以上のレプリケーション パートナーとのレプリケーションに問題があったことを示しています。

ドメイン コントローラーで、AD 内の 1 つ以上の名前付けコンテキストについてレプリケーションに失敗した場合、そのデータ (ユーザー/コンピューター アカウント、パスワードなど) は古くなる、または期限切れになる可能性があります。

このアラートは、フォレスト内のもう一方のドメイン コントローラーのいずれかを再起動中、またはメンテナンスの実行中に発生する可能性があります。これを緩和するには、DC が ping に応答しているかどうかを確認します。ただし、偽陰性によって、このモニターからアラートが発生することもあります。

解決方法

問題が発生しているドメイン コントローラーにログオンし、診断を実行して、レプリケーションに失敗した理由を特定します。レプリケーション エラーの診断には、次の診断コマンドが役に立ちます。

Active Directory レプリケーションに関する問題のトラブルシューティングのための TechNet ガイド

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.ReplicationMonitors.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Availability.ReplicationShowReplCheck.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
AD 表示レプリケーション チェック ヘルス モニターで障害が発生しました。
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Availability.ReplicationShowReplCheck.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.ReplicationMonitors.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Availability.ReplicationShowReplCheck.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Availability.ReplicationShowReplCheck.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="ReplicationShowReplCheckOK" MonitorTypeStateID="ReplicationShowReplCheckOK" HealthState="Success"/>
<OperationalState ID="ReplicationShowReplCheckWarn" MonitorTypeStateID="ReplicationShowReplCheckWarn" HealthState="Warning"/>
<OperationalState ID="ReplicationShowReplCheckError" MonitorTypeStateID="ReplicationShowReplCheckError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<ReplLatencyThreshold>65</ReplLatencyThreshold>
<TimeoutSeconds>300</TimeoutSeconds>
<RootDSEReplLatencyThreshold>15</RootDSEReplLatencyThreshold>
</Configuration>
</UnitMonitor>