Microsoft Windows Server DNS 全域名稱 NSLookup

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

預設為停用。

Knowledge Base article:

摘要

此監視器會檢查以全域名稱 NSLookup 為依據的 Windows Server DNS。

設定

間隔秒數:此監視器執行 NSLOOKUP 的間隔時間。

指令碼逾時秒數:SCOM 允許指令碼在終止前的執行時間總計。

查詢逾時秒數:用於 NSLOOKUP 的 -timeout 選項。

查詢類型:用於 NSLOOKUP 的 -querytype 選項。 可接受的值為:A、CNAME、PTR、NS 或 SOA。

主機名稱:要由 NSLOOKUP 解析的主機記錄。

伺服器:NSLOOKUP 查詢導向的伺服器。

接受非代表性:SCOM 是否要接受 NSLOOKUP 的非代表性回應。

原因

NSLOOKUP 無法解析主機名稱。

解決方式

請確認 GlobalNames 區域中存在 CNAME 記錄,且該記錄參考的 A 記錄為有效狀態。

其他

此監視預設為停用。 在將其啟用之前,請確認 GlobalNames 區域中有符合您嘗試解析之主機名稱的 CNAME 記錄。

外部

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 失敗

警告表示監視器內部失敗。
重要警示表示 NSLookup 失敗。

請查看健全狀況總管以取得詳細資料。
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>