Microsoft Windows Server DNS WINS NSLookup

Microsoft.Windows.DNSServer.2016.WINS.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.DNSServer.2016.Zone.WINSConnector
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - WINS NSLookup 失败

“警告”表示监视器内部发生故障。
“严重”表示 NSLookup 失败。
请参阅运行状况资源管理器以了解详细信息。
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.WINS.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.DNSServer.2016.Zone.WINSConnector" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2016.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.WINS.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId883d05288f8e4248956d1bd84b7c0132" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId990c7e64dfe549c8975b06275c9dcf13" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId4f1a2ab5e2d74e18b9d6a11f6587318a" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>PlaceHolder</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>