Hälsotillståndet för DCLocator

Microsoft.Windows.Server.2012.AD.Availability.DCLocator.ServiceCheck (UnitMonitor)

Övervakar hälsan av DCLocator

Knowledge Base article:

Sammanfattning

Övervakar att servern kan använda DCLocator för att hitta en lämplig domänkontrollant i domänen.

Om DCLocator misslyckas kan servern inte kommunicera med domänen.

Orsaker

DCLocator kan inte hitta en lämplig domänkontrollant.

Lösningar

Kör "nltest /dsgetdc:" från en upphöjd kommandotolk. för att säkerställa att DCLocator fungerar korrekt.

Kontrollera program- och systemhändelseloggarna för att säkerställa att det inte förekommer systematiska problem med servern.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Availability.DCLocator.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
DCLocator-testet kunde inte hitta någon domänkontrollant.
DCLocator-testet kunde inte hitta någon domänkontrollant i domänen. Kör "nltest /dsgetdc:" från en upphöjd kommandotolk. för att säkerställa att DCLocator fungerar korrekt.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Availability.DCLocator.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Availability.DCLocator.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Availability.DCLocator.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="DCLocAdOK" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="DCLocAdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>60</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>