Microsoft Windows Server DNS 服務執行中

Microsoft.Windows.Server.DNS.Service.Running (UnitMonitor)

檢查 DNS 服務的執行狀態

Knowledge Base article:

摘要

因為名稱解析服務,DNS 伺服器服務能回應 DNS 用戶端電腦的要求。網域名稱系統 (DNS) 是一種通訊協定,能讓電腦透過傳送目標電腦的名稱給 DNS 伺服器,取得目標電腦的數字 IP 位址。DNS 伺服器服務的問題會導致網路效能降低,或甚至使網路電腦無法確定彼此的位置。

原因

Windows DNS 服務不在執行中。

解決方式

嘗試啟動服務。 DNS 事件記錄檔中的相關事件可能會伴隨著失敗。

Element properties:

TargetMicrosoft.Windows.Server.DNS.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.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.Service.Running" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.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>