レプリケーション パートナー数モニター

Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitor (UnitMonitor)

ドメイン コントローラーのレプリケーション パートナー数を監視します。

Knowledge Base article:

概要

AD レプリケーション パートナー数モニター。このモニターは、ドメイン コントローラーのレプリケーション パートナーの数が適切であることを確認します。

レプリケーション パートナーの数が少なすぎる、または多すぎる場合、全体的なレプリケーションの正常性が影響を受ける可能性があります。

構成

原因

アラートは、このドメイン コントローラーのレプリケーション パートナーが異常に多すぎるため、迅速にレプリケートできない危険性があることを示しています。

入力方向または出力方向のレプリケーション パートナーがないドメイン コントローラーは、変更を取得または適用できません。

一般的にこのアラートは別のドメイン コントローラーの障害によってトリガーされるため、知識整合性チェッカー (KCC) によって新たに最適なレプリケーション パスが計算されます。

解決方法

この場合、ドメイン コントローラーの障害を修復し、将来的にドメイン コントローラーに障害が発生した場合の過負荷を防止するために、レプリケーション トポロジの設計を見直します。

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ReplicationPartner.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
レプリケーション パートナー数ヘルス モニターで障害が発生しました。
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ReplicationPartner.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicationMonitoringOK" MonitorTypeStateID="ReplicationMonitoringOK" HealthState="Success"/>
<OperationalState ID="ReplicationMonitoringWarn" MonitorTypeStateID="ReplicationMonitoringWarn" HealthState="Warning"/>
<OperationalState ID="ReplicationMonitoringError" MonitorTypeStateID="ReplicationMonitoringError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<ConnectionsThresholdWarning>40</ConnectionsThresholdWarning>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>