복제 일관성 모니터

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

이 모니터는 전체 도메인 컨트롤러에서 복제 일관성이 유지되는지를 확인합니다.

Knowledge Base article:

요약

이 모니터는 전체 도메인 컨트롤러에서 복제 일관성이 유지되는지를 확인합니다.

구성

IntervalSeconds: 모니터 실행 빈도(초)

TimeoutSeconds: 모니터가 시간 초과될 때까지의 시간(초)

원인

가능한 원인은 다음과 같습니다.

해결 방법

도메인 컨트롤러가 온라인이며 정상적으로 작동하는지 확인합니다.

DNS에서 도메인 컨트롤러의 IP 주소를 올바르게 확인하는지 확인합니다.

dcdiag에서 문제를 반환하지 않는지 확인합니다.

repadmin에서 AD 복제의 문제를 표시하지 않는지 확인합니다.

해결 방법

모든 네트워크 어댑터의 DNS 서버가 올바른지 확인합니다.

모든 네트워크 어댑터의 DNS 서버가 온라인이며 정상적으로 작동하는지 확인합니다.

네트워크 어댑터 관련 문제가 없는지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Configuration.ReplicationConsistency.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
복제 일관성 상태 모니터에서 오류가 발생했습니다.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationConsistency.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.Configuration.ReplicationConsistency.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationConsistency.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConsistencyOK" MonitorTypeStateID="ConsistencyOK" HealthState="Success"/>
<OperationalState ID="ConsistencyError" MonitorTypeStateID="ConsistencyError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>43200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>