Microsoft Windows Server DNS - NSLookup van globale namen

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

Standaard uitgeschakeld.

Knowledge Base article:

Samenvatting

Deze monitor controleert op Windows Server DNS op basis van een NSLookUp van globale namen.

Configuratie

Interval in seconden: het interval waarmee deze monitor een NSLOOKUP uitvoert.

Scripttime-out in seconden: hoe lang het script kan worden uitgevoerd voordat het door SCOM wordt beëindigd.

Time-out voor query's in seconden: wordt gebruikt voor de optie -timeout van NSLOOKUP.

Type query: wordt gebruikt voor de optie -querytype van NSLOOKUP. Acceptabele waarden zijn: A, CNAME, PTR, NS of SOA.

Hostnaam: de hostrecord die moet worden omgezet door NSLOOKUP.

Server: de server waarnaar NSLOOKUP de query moet versturen.

Niet-gezaghebbend accepteren: of SCOM een niet-gezaghebbend antwoord op NSLOOKUP al dan niet moet accepteren.

Oorzaken

Het is NSLOOKUP niet gelukt om de hostnaam om te zetten.

Oplossingen

Zorg ervoor dat de CNAME-record aanwezig is in de GlobalNames-zone en dat de A-record waarnaar de record verwijst, geldig is.

Aanvullend

Deze monitor is standaard uitgeschakeld. Voordat u de monitor inschakelt, moet u ervoor zorgen dat er een CNAME-record in de GlobalNames-zone aanwezig is die hoort bij de hostnaam die u probeert om te zetten.

Extern

http://technet.microsoft.com/en-us/library/cc816610(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone.Global
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - NSLookup van globale namen is mislukt
Waarschuwing geeft een interne storing van de monitor aan.
'Kritiek' geeft aan dat NSLoopup mislukt is.

Zie Health Explorer voor meer informatie.
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.GlobalNames.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone.Global" 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.GlobalNames.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId2e9fa13822f445ffb398f55d314ebe09" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdf73958a4b65c4320aba7088fb09d9f0c" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdfbc80dcc4dd9448ba2046e51abbc23b0" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>CNAME</QueryType>
<HostName>PlaceHolder</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>