Ejecución del servicio DNS de Microsoft Windows Server

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

Comprueba el estado de ejecución del servicio DNS

Knowledge Base article:

Resumen

El servicio Servidor DNS responde a las solicitudes de los equipos cliente DNS correspondientes a los servicios de resolución de nombres. El Sistema de nombres de dominio (DNS) es un protocolo que permite a un equipo obtener la dirección IP numérica de otro equipo enviando el nombre del equipo de destino a un servidor DNS. Problemas en el servicio Servidor DNS pueden degradar el rendimiento de la red o incluso impedir que los equipos que pertenecen a esta se localicen entre sí.

Causas

El servicio DNS de Windows no se está ejecutando.

Soluciones

Intente iniciar el servicio. Un error puede ir acompañado de eventos relevantes en el registro de eventos 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
DNS de Windows: El servicio DNS no se está ejecutando
Consulte el Explorador de estado para obtener detalles.
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>