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 복제 큐 상태 모니터가 임계값을 하나 이상 초과했습니다.
평균 복제 큐 크기가 구성된 임계값을 초과합니다.
카운터: {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>