Microsoft Windows Server DNS サービスが実行されています

Microsoft.Windows.DNSServer.2016.Service.Running (UnitMonitor)

DNS サービスの実行状態を確認します

Knowledge Base article:

概要

DNS サーバー サービスは、名前解決サービスを提供するために、DNS クライアント コンピューターからの要求に応答します。ドメイン ネーム システム (DNS) は、ターゲット コンピューターの名前を DNS サーバーに送信することによって、コンピューターが別のコンピューターの数値 IP アドレスを取得できるようにするプロトコルです。DNS サーバー サービスで問題が発生すると、ネットワークのパフォーマンスが低下したり、ネットワーク コンピューターが互いを見つけることができなくなったりするおそれがあります。

原因

Windows DNS サービスが実行中ではありません。

解決方法

サービス開始を試行するエラーが発生した場合、DNS イベント ログに関連するイベントが記録されている可能性があります。

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - DNS サービスが実行されていません
詳細については、ヘルス エクスプローラーをご覧ください。
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Service.Running" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Service.Running_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<ServiceName>DNS</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>