Microsoft Windows Server DNS WINS 连接器初始化失败

Microsoft.Windows.DNSServer.2016.WINSConnector.Initialize.Failed (Rule)

DNS 服务的警报生成规则。

Knowledge Base article:

摘要

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

原因

DNS 服务器无法通过 NetBIOS 适配器状态查找初始化 WINSR 反向查找。

解决方法

配置 WINSR 设置

此问题可能是由于在 DNS 服务器上错误配置 Windows Internet 名称服务反向 (WINSR) 查找而造成的。采取的操作取决于 DNS 服务器是否必须支持 WINSR 查找。如果 DNS 服务器必须支持 WINSR 反向查找,请重新启动服务器,然后验证是否为计算机上的 TCP/IP 客户端属性正确设置了 TCP/IP 上的 NetBIOS 配置。

要执行此过程,必须拥有“管理员”成员身份,或者已向你委派了适当的权限。

无需支持 WINSR 查找

如果无需 WINSR 查找,请从区域中删除 WINSR 记录,然后重新加载修改后的区域或重新启动 DNS 服务器服务。

若要从区域中删除 WINSR 记录,请执行以下操作:

1.在 DNS 服务器上,启动服务器管理器。若要启动服务器管理器,请依次单击“开始”、“管理工具”和“服务器管理器”。

2.在控制台树中,依次展开“角色”、“DNS 服务器”、“DNS”和 DNS 服务器。

3.展开“反向查找区域”,然后单击包含 WINSR 资源记录的区域。

4.在右侧窗格中,右键单击 WINSR 资源记录,然后单击“删除”。

5.在控制台树中,右键单击该区域,然后单击“重新加载”。

如果重新加载该区域失败,请重新启动 DNS 服务器服务。

若要重启 DNS 服务器服务,请执行以下操作:

在控制台树中,右键单击 DNS 服务器,单击“所有任务”,然后单击“重新启动”。

需要支持 WINSR 查找

若要为计算机上的 TCP/IP 客户端属性设置 NetBIOS/WINS 配置,请执行以下操作:

1.在 DNS 服务器上,依次单击“启动”、“控制面板”和“控制面板主页”,然后在“网络和 Internet”下单击“查看网络状态和任务”。

2.针对要配置的连接单击“查看状态”,然后单击“属性”。

3.依次单击“Internet 协议第四版 (TCP/IPv4)”、“属性”、“高级”和“WINS”选项卡。

4.在“NetBIOS 设置”中,单击“启用 TCP/IP 上的 NetBIOS”。

外部

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

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - WINS 连接器初始化失败

事件 ID:{0}
事件源:{1}
事件日志:{2}
事件说明:{3}
Event LogDNS Server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.DNSServer.2016.WINSConnector.Initialize.Failed" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>DNS Server</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">131</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.DNSServer.2016.WINSConnector.Initialize.Failed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>