ドメイン ネーム サーバー (DNS) の正常性

Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck (UnitMonitor)

Windows サービスの正常性を監視します:ドメイン ネーム サーバー (DNS)

Knowledge Base article:

概要

Domain Name Server (DNS) サービスがこのドメイン コントローラーで実行中であることをモニターします。このサービスにより、DNS クエリと動的 DNS 更新要求に応答することにより、DNS クライアントが DNS 名を解決できます。

サービスが停止すると、DNS は更新されません。

原因

ドメイン ネーム サーバー (DNS) サービスは実行されていません。

解決方法

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

DNS Server イベント ログを確認して、サービスが正しく実行中であることを確認します。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainController.DNS
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
ドメイン ネーム サーバー (DNS) サービスが実行されていません
ドメイン ネーム サーバー (DNS) サービスは実行されていません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainController.DNS" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>dns</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>