Monitor van de laatste binding voor PDC van AD DC Op Master

Microsoft.Windows.Server.2008.AD.DomainController.OpMasterPDCLastBind.Monitor (UnitMonitor)

Knowledge Base article:

Samenvatting

Monitor van de laatste binding voor AD Op Master-PDC. Deze monitor genereert een waarschuwing als de antwoordtijd voor een binding naar de domeincontroller die de operations-masterfunctie van de PDC-emulator (primaire domeincontroller) vasthoudt een opgegeven periode overschrijdt.

Dit betekent dat de operations-master een langere periode in minder dan een optimale tijd antwoordt (standaard ongeveer 1,5 uur voor de PDC-emulator).

Configuratie

Oorzaken

De PDC-emulator is mogelijk overbelast.

Oplossingen

Beoordeel andere waarschuwingen die vanuit de PDC-emulator zijn gegenereerd om vast te stellen of deze overbelast is.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.DomainController.OpMasterPDCLastBind.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

De wachttijd van de laatste binding van de PDC van de OP Master ligt boven de geconfigureerde drempelwaarde

De wachttijd van de laatste binding van de PDC van de OP Master ligt boven de geconfigureerde drempelwaarde. De huidige waarde is {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DomainController.OpMasterPDCLastBind.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.DomainController.OpMasterPDCLastBind.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DomainController.OpMasterPDCLastBind.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="Warn" MonitorTypeStateID="Warn" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<NumSamples>5</NumSamples>
<ThresholdWarnSec>5</ThresholdWarnSec>
<ThresholdErrorSec>15</ThresholdErrorSec>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>