AD-replicatiewachtrijmonitor

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

Hiermee wordt het aantal items in de replicatiewachtrij van domeincontrollers gecontroleerd.

Knowledge Base article:

Samenvatting

Hiermee wordt het aantal items in de AD-replicatiewachtrij gecontroleerd. Als dit aantal te groot wordt, is er mogelijk een vertraging opgetreden in de AD-replicatie.

Oorzaken

Hier zijn enkele mogelijke oorzaken:

Oplossingen

Bekijk de algehele systeemprestaties van de computer om na te gaan of deze meer bronnen nodig heeft.

Voeg extra domeincontrollers toe om de belasting beter en over meer controllers te kunnen verdelen.

Zorg ervoor dat er voldoende DC's aanwezig zijn op de actieve AD-sites.

Voer repadmin /showrepl en repadmin /replsum uit om na te gaan of zich geen replicatiefouten hebben voorgedaan op andere domeincontrollers.

Extern

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2016.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.Replication.Queue.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
De statusmonitor van de AD-replicatiewachtrij heeft vastgesteld dat een of meer drempelwaarden zijn overschreden.
De gemiddelde grootte van de replicatiewachtrij ligt boven de geconfigureerde drempelwaarde.
Teller: {0}
Gemiddelde wachtrijgrootte: {1}
Aantal steekproeven: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.Performance.Replication.Queue.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.PerformanceReplication.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.Replication.Queue.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.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>