群集 IP 地址资源由于 WINS 注册失败而无法联机

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.WINS.registration.failed (Rule)

Knowledge Base article:

摘要

群集 IP 地址资源由于 WINS 注册失败而无法联机

解决方案

确保已为群集 IP 地址资源指定了可访问的有效 Windows Internet 名称服务 (WINS) 服务器。有关详细信息,请参阅本主题后面的“查看 IP 地址资源的属性”。

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。如果事件中包含您尚未查找的错误代码,请参阅本主题后面的“了解有关某些事件消息包含的错误代码的详细信息”。作为暂时的解决办法,为 IP 地址资源禁用 NetBIOS。

若要执行以下过程,您必须是每个群集服务器上本地“管理员”组的成员,并且您使用的帐户必须是域帐户,或者您被委派了等效的权限。

要查看群集中的 IP 地址资源的属性,请执行以下操作:

要打开事件查看器并查看与故障转移群集相关的事件,请执行以下操作:

要了解有关某些事件消息包含的错误代码的详细信息,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
群集 IP 地址资源由于 WINS 注册失败而无法联机
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.6.2.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.WINS.registration.failed" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1078</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.WINS.registration.failed.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>