叢集服務無法識別節點是否為容錯移轉叢集的成員

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.cannot.identify.a.node.as.a.member.of.failover.cluster (Rule)

Knowledge Base article:

摘要

叢集服務無法識別節點是否為容錯移轉叢集的成員

解決方式

如果因變更節點的電腦名稱而導致問題發生,將電腦名稱還原至先前的名稱是修正問題最簡單的方式。

注意:我們建議您僅在必要時才變更節點的電腦名稱。

如果還原至先前的電腦名稱無法解決問題,則必須執行下列後續動作。

如果您目前尚未開啟 [事件檢視器],另請參閱「開啟事件檢視器和檢視與容錯移轉叢集相關的事件」。

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

收回不再使用的節點名稱:

在重新命名的節點上執行清除命令,以準備將其重新新增至叢集:

下列程序假設您已將網路和儲存裝置連線至要新增的伺服器,並且您已驗證目前使用中的節點組及其他硬體。

新增節點至容錯移轉叢集:

在新增節點之後,確認節點上已安裝所有必要的應用程式。

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

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
叢集服務無法識別節點是否為容錯移轉叢集的成員
{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.service.cannot.identify.a.node.as.a.member.of.failover.cluster" 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>1093</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.service.cannot.identify.a.node.as.a.member.of.failover.cluster.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>