Microsoft Windows Server DNS 서비스 실행

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

DNS 서비스의 실행 상태를 확인합니다.

Knowledge Base article:

요약

DNS Server 서비스는 이름 확인 서비스에 대한 DNS 클라이언트 컴퓨터의 요청에 응답합니다. DNS(Domain Name System)는 컴퓨터가 대상 컴퓨터의 이름을 DNS Server에 전송하여 다른 컴퓨터의 숫자 IP 주소를 구할 수 있도록 지원하는 프로토콜입니다. DNS Server 서비스에 문제가 발생하면 네트워크 성능이 저하되거나 네트워크 컴퓨터가 서로를 찾을 수 없게 될 수 있습니다.

원인

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>