Microsoft Windows Server DNS Hizmeti Çalışıyor

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

DNS hizmetinin çalışıyor durumunu denetler

Knowledge Base article:

Özet

DNS Server hizmeti ad çözümleme hizmetleri için DNS istemci bilgisayarlardan alınan isteklere yanıt veriyor. Etki Alanı Adı Sistemi (DNS), hedeflenen bilgisayarın adını bir DNS sunucusuna göndererek başka bir bilgisayarın sayısal IP adresinin alınmasını sağlayan bir protokoldür. DNS Server hizmetiyle ilgili sorunlar, ağ performansının düşmesine, hatta ağ bilgisayarlarının birbirini bulmasına engel olmasına neden olabilir.

Nedenler

Windows DNS hizmeti çalışmıyor.

Çözümler

Hizmeti başlatmayı deneyin. Hataya, DNS olay günlüğündeki ilgili olaylar eşlik edebilir.

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 Hizmeti Çalışmıyor
Ayrıntılar için lütfen Sistem Durumu Gezgini'ne bakın.
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>