Netlogon 服务运行状况

Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.NetLogon.ServiceCheck (UnitMonitor)

监视 Windows 服务:NetLogon 的运行状况

Knowledge Base article:

摘要

监视 Netlogon 服务是否正在此域控制器上运行。此服务在此计算机与用来对用户和服务进行身份验证的域控制器之间维持一个安全通道。

如果该服务已停止,则该计算机将无法对用户和服务进行身份验证,并且该域控制器无法注册 DNS 记录。

原因

Netlogon 服务未运行。

解决方案

验证 Netlogon 服务是否已设置为自动启动并且正在运行。

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
NetLogon 服务未运行
NetLogon 服务未运行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.NetLogon.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.NetLogon.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>Netlogon</ServiceName>
</Configuration>
</UnitMonitor>