クラスター サービスは、フェールオーバー クラスターのメンバーとしてノードを識別できません

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>