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>