Microsoft Windows Server-DNS – IP-Adresse, NSLookup

Microsoft.Windows.Server.DNS.IPAddress.NSLookup (UnitMonitor)

Testet jede IP-Adresse, an die der Server gebunden ist

Knowledge Base article:

Zusammenfassung

Ein DNS-Server kann so festgelegt werden, dass er auf mehrere IP-Adressen lauscht. Dieser Monitor testet jede einzelne IP-Adresse auf den PTR-Eintrag 127.0.0.1. Dieser Test sollte immer erfolgreich sein, egal, ob für den Server Zonen und/oder Weiterleitungen konfiguriert sind.

Konfiguration

Intervall (Sekunden): Das Intervall, in dem dieser Monitor einen NSLOOKUP-Test ausführt.

Skripttimeout (Sekunden): Die Zeit insgesamt, für die SCOM die Ausführung des Skripts zulässt, bevor sie beendet wird.

Abfragetimeout (Sekunden): Wird für die Option "-timeout" von NSLOOKUP verwendet.

Abfragetyp: Wird für die Option "-querytype" von NSLOOKUP verwendet. Gültige Werte: A, CNAME, PTR, NS oder SOA.

Hostname: Der Hosteintrag, der von NSLOOKUP aufgelöst wird.

Server: Der Server, an den NSLOOKUP die Abfrage weiterleiten soll.

Nicht autoritative akzeptieren: Ob SCOM eine nicht autoritative Antwort an NSLOOKUP zulassen soll.

Ursachen

NSLOOKUP konnte 127.0.0.1 nicht auflösen.

Lösungen

Stellen Sie sicher, dass der DNS-Server gestartet wurde und so festgelegt ist, dass er auf alle IP-Adressen lauscht oder die IP-Adresse, die Ziel dieses Monitors ist.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server.IPAddress
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows-DNS – NSLookup-Fehler bei einer lokalen Adresse

Die Warnung weist auf einen Fehler im Monitor hin.
"Kritisch" bedeutet, dass bei NSLookup ein Fehler aufgetreten ist.

Weitere Informationen finden Sie unter "Integritäts-Explorer".
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.IPAddress.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server.IPAddress" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.IPAddress.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdb3cadfd895b84ca7919d8b5b414d249b" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId373f94c4ba054e8cae46db6430d2c670" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId5f3ec1d3c1084903b2c184c4691d5146" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>901</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</QueryType>
<HostName>127.0.0.1</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.Server.DNS.Server.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>