Service DNS Microsoft Windows Server en cours d'exécution

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

Vérifie l'état d'exécution du service DNS

Knowledge Base article:

Résumé

Le service Serveur DNS répond aux demandes des ordinateurs clients DNS concernant les services de résolution de noms. DNS (Domain Name System) est un protocole qui permet à un ordinateur d'obtenir l'adresse IP numérique d'un autre ordinateur en envoyant le nom de l'ordinateur cible à un serveur DNS. Des problèmes liés au service Serveur DNS peuvent entraîner une dégradation des performances réseau, voire même empêcher les ordinateurs en réseau de se localiser mutuellement.

Causes

Le service DNS Windows n'est pas en cours d'exécution

Résolutions

Tentez de démarrer le service. Un échec peut être accompagné d'évènements importants dans le journal d'évènements 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 Windows - Le service DNS n'est pas en cours d'exécution
Pour des informations détaillées, reportez-vous à l’Explorateur d’intégrité.
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>