DNS İstemci Hizmeti Durumu

Microsoft.Windows.Server.6.2.OperatingSystem.DNSClientServiceHealth (UnitMonitor)

DNS İstemcisi için Windows hizmetinin durumunu izler

Knowledge Base article:

Özet

DNS İstemcisi hizmeti, Etki Alanı Ad Sistemi (DNS) adlarını çözümler ve önbelleğe alır. Bu hizmet durursa, bilgisayar DNS adlarını çözümleyemez ve Active Directory etki alanı denetçilerini bulamaz.

Nedenler

Bir hizmet, aşağıdakiler gibi birçok nedenden ötürü durabilir:

Çözümlemeler

Hizmet Bilgisayar Yönetim Konsolu Görevi kullanılarak yeniden başlatılabilir:

Bilgisayar Yönetim Konsolu'nu Başlat

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.6.2.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DNS Hizmeti Durdu
{0} sunucusundaki DNS hizmeti çalışmayı durdurdu
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.6.2.OperatingSystem.DNSClientServiceHealth" Accessibility="Public" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.6.2.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.6.2.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.6.2.OperatingSystem.DNSClientServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>DNSCache</ServiceName>
</Configuration>
</UnitMonitor>