NetLogon サービスの正常性

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

Windows サービスの正常性を監視します:NetLogon

Knowledge Base article:

概要

Netlogon サービスがこのドメイン コントローラーで実行中であることをモニターします。このサービスは、コンピューターとドメイン コントローラー間のセキュリティで保護されたチャネルを、ユーザーおよびサービスの認証用に管理します。

サービスが停止すると、コンピューターはユーザーとサービスの認証を行うことができず、ドメイン コントローラーは DNS レコードを登録できません。

原因

NetLogon サービスが実行されていません。

解決方法

Netlogon サービスが自動的に開始するように設定され、実行中であることを確認します。

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2016.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.2016.AD.AvailabilityEssentialService.NetLogon.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.AvailabilityEssentialServices.AggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.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>