도메인 컨트롤러 하나 이상을 복제하지 않을 수도 있습니다.

One_or_more_domain_controllers_may_not_be_replicating_For_2000 (Rule)

Knowledge Base article:

요약

AD 복제 모니터링 모니터가 복제를 하고 있으며 예상보다 느리게 진행되고 있습니다.

이 경고에 대한 임계값보다 더 느리게 복제되도록 복제 토폴로지 디자인을 변경하거나 복제 토폴로지를 다시 디자인해야 합니다.

해결 방법

전체 포리스트에 대해 예상되는 최악의 경우, 종점간 복제 대기 시간을 확인하십시오. 필요한 경우 이 값에 맞게 스크립트 매개 변수를 조정하십시오.

임계값을 올바르게 설정한 경우, 복제 경로에서 오류가 발생했거나(문제가 생성되었음을 식별하는 다른 연결된 경고) 구성 컨테이너에서 구현된 복제 디자인을 원하는 복제 속도에 맞추지 못하고 다시 구성해야 합니다.

참고: 이 경고는 암호 재설정이 모든 도메인 컨트롤러에 도착하는 데 걸리는 시간에 직접적인 영향을 줍니다.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AD_Replication_Monitoring.DataSource Default
FilterStatePropertyBag ConditionDetection System.ExpressionFilter Default
WA WriteAction System.Health.GenerateAlertForType Default

Source Code:

<Rule ID="One_or_more_domain_controllers_may_not_be_replicating_For_2000" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="AD_Replication_Monitoring.DataSource">
<IntervalSeconds>900</IntervalSeconds>
<TargetComputerFQDNName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerFQDNName>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</TargetComputerName>
<TargetFQDN>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DNSName$</TargetFQDN>
<LogSuccessEvent>false</LogSuccessEvent>
<ObjectUpdateThreshold>24</ObjectUpdateThreshold>
<IntersiteExpectedMaxLatency>15</IntersiteExpectedMaxLatency>
<IntrasiteExpectedMaxLatency>5</IntrasiteExpectedMaxLatency>
<ChangeInjectionFrequency>6</ChangeInjectionFrequency>
<MonitorDomainNC>true</MonitorDomainNC>
<MonitorConfigNC>false</MonitorConfigNC>
<MonitorApplicationPartitions>true</MonitorApplicationPartitions>
<FirstReplicationPeriod>24</FirstReplicationPeriod>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="FilterStatePropertyBag" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>ConversionType</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Alert</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='Bucket']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>update</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='Type']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5.0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WA" TypeID="SystemHealth!System.Health.GenerateAlertForType">
<Priority>1</Priority>
<Severity>1</Severity>
<ManagedEntityTypeId>$MPElement[Name="AD2000Core!Microsoft.Windows.Server.2000.AD.DomainControllerRole"]$</ManagedEntityTypeId>
<KeyProperties>
<KeyProperty>
<PropertyId>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PropertyId>
<IsCaseSensitive>false</IsCaseSensitive>
<Value>$Data/Property[@Name='FQDN']$</Value>
</KeyProperty>
<KeyProperty>
<PropertyId>$MPElement[Name="AD!Microsoft.Windows.Server.AD.DomainControllerRole"]/Name$</PropertyId>
<IsCaseSensitive>false</IsCaseSensitive>
<Value>$Data/Property[@Name='CN']$</Value>
</KeyProperty>
</KeyProperties>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Active_Directory_Latency_Alert_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name='FQDN']$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Property[@Name='FQDN']$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>