Microsoft Windows Server DNS WINSR NSLookup

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

默认情况下禁用

Knowledge Base article:

摘要

NetBIOS 协议是早期版本的 Windows 使用的主要网络协议。NetBIOS 与 Windows Internet 名称服务 (WINS) 一起支持非层次结构的简单命名系统。可以将 DNS 服务器和客户端配置为支持 NetBIOS 和 WINS,以作为对域名系统 (DNS) 协议的补充。

配置

间隔秒数:此监视器执行 NSLOOKUP 的时间间隔。

脚本超时秒数:SCOM 终止脚本前,允许脚本运行的总时间。

查询超时秒数:用于 NSLOOKUP 的 -timeout 选项。

查询类型:用于 NSLOOKUP 的 -querytype 选项。 可接受下列值:A、CNAME、PTR、NS 或 SOA。

主机名:将由 NSLOOKUP 解析的主机记录。

服务器:NSLOOKUP 应将查询指向的服务器。

接受非权威:SCOM 是否应接受对 NSLOOKUP 的非权威响应。

原因

NSLOOKUP 无法解析主机名。

解决方案

请确保为 DNS 服务器配置的 WINS 服务器可用且包含监视器将尝试解析的记录。

其他

默认情况下,此监视器已禁用。 启用之前,应先在包含正测试的主机名的 WINS 服务器上创建一条记录。

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone.WINSRConnector
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 - WINS-R NSLookup 失败
“警告”表示监视器内部发生故障。
“严重”表示 NSLookup 失败。

请参阅运行状况资源管理器以了解详细信息。
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.WINSR.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone.WINSRConnector" 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.WINSR.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId15a643bdddce41bb8ce485d436456b09" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdcf5e790f14bf477499b66bf3d078f939" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdeb4c529827d949238bd29299304d63bd" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</QueryType>
<HostName>4.3.2.1.in-addr.arpa</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>