因為 WINS 登錄失敗,叢集 IP 位址資源無法上線

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

Knowledge Base article:

摘要

因為 WINS 登錄失敗,叢集 IP 位址資源無法上線

解決方式

確認已為叢集化 IP 位址資源指定可供存取的有效 Windows 網際網路名稱服務 (WINS) 伺服器。如需詳細資訊,請參閱本主題稍後介紹的「檢視 IP 位址資源的內容」。

如果您目前尚未開啟 [事件檢視器],請參閱「開啟事件檢視器和檢視與容錯移轉叢集相關的事件」。如果事件包含您尚未查閱的錯誤碼,請參閱本主題稍後介紹的「尋找與部分事件訊息所包含錯誤碼相關的詳細資訊」。暫時的因應措施為:停用 IP 位址資源的 NetBIOS。

若要執行以下程序,您在每部叢集伺服器上都必須身為本機 Administrators 群組的成員,且您使用的帳戶必須是網域帳戶,或是已經委派您對應的權限。

檢視叢集中的 IP 位址資源內容:

開啟事件檢視器和檢視與容錯移轉叢集相關的事件:

尋找與部分事件訊息所包含錯誤碼相關的詳細資訊:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
因為 WINS 登錄失敗,叢集 IP 位址資源無法上線
{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>