복제 파트너 수 모니터

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>