AD レプリケーション キュー モニター

Microsoft.Windows.Server.2012.AD.Performance.Replication.Queue.Monitor (UnitMonitor)

ドメイン コントローラー レプリケーション キュー内の項目数を監視します。

Knowledge Base article:

概要

AD レプリケーション キュー内のアイテム数を監視します。この数値が大きくなりすぎると、AD レプリケーションで遅延が発生する可能性があります。

原因

次の原因が考えられます。

解決方法

コンピューターのシステム全体のパフォーマンスを表示して、追加リソースが必要かどうかを確認します。

追加のドメイン コントローラーを追加して、負荷が分散されるようにします。

アクティブな AD サイトに十分な数の DC が存在することを確認してください。

'repadmin /showrepl' と 'repadmin /replsum' を実行し、他のドメイン コントローラーでレプリケーションの失敗がないことを確認します。

外部

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Replication.Queue.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
AD レプリケーション キュー ヘルス モニターは、1 つまたは複数のしきい値を超えました。
平均レプリケーション キュー サイズは、構成されたしきい値を超えています。
カウンター: {0}
平均キュー サイズ: {1}
サンプル数:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.Replication.Queue.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.PerformanceReplication.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Replication.Queue.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.Replication.Queue.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="QueueOK" MonitorTypeStateID="QueueOK" HealthState="Success"/>
<OperationalState ID="QueueWarn" MonitorTypeStateID="QueueWarn" HealthState="Warning"/>
<OperationalState ID="QueueError" MonitorTypeStateID="QueueError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Frequency>300</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
<WarnThreshold>20</WarnThreshold>
<ErrorThreshold>50</ErrorThreshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>