Monitor de último enlace de PDC del maestro de operaciones de DC de AD

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

Knowledge Base article:

Resumen

Monitor de último enlace de PDC del maestro de operaciones de AD. Este monitor genera una alerta cuando el tiempo de respuesta para enlazar con el controlador de dominio que tiene la función de maestro de operaciones emulador del controlador de dominio principal (PDC) excede un período de tiempo especificado.

Esto significa que el maestro de operaciones ha estado respondiendo en un tiempo que no es óptimo durante un período prolongado (de forma predeterminada, alrededor de 1,5 horas para el emulador PDC).

Configuración

Causas

El emulador PDC podría estar sobrecargado.

Soluciones

Revise otras alertas generadas desde el emulador PDC para determinar si está sobrecargado.

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
La latencia del último enlace de PDC del maestro de operaciones es superior al umbral configurado

La latencia del último enlace de PDC del maestro de operaciones es superior al umbral configurado. El valor actual es {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>