Microsoft Windows Server DNS GlobalNames NSLookup

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

既定では無効

Knowledge Base article:

概要

このモニターは、Global Names NSLookUp に基づいて Windows Server DNS を確認します。

構成

間隔 (秒): このモニターが NSLOOKUP を実行する間隔です。

スクリプト タイムアウト (秒): SCOM が許容する、スクリプトが終了するまでの合計の実行時間です。

クエリ タイムアウト (秒): NSLOOKUP の -timeout オプションに使用されます。

クエリの種類: NSLOOKUP の -querytype オプションに使用されます。 許容されている値は A、CNAME、PTR、NS、SOA です。

ホスト名: NSLOOKUP の解決対象のホスト レコードです。

サーバー: NSLOOKUP がクエリを送るサーバーです。

非権限の承認: SCOM が NSLOOKUP への権限のない応答を承認するかどうかを指定します。

原因

NSLOOKUP がホスト名解決に失敗しました。

解決方法

CNAME レコードが GlobalNames ゾーン内に存在し、それが参照する 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 - GlobalNames 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>