集群取消加入作业失败后的问题:此操作将从LIF正在使用的故障转移组中删除所有故障转移目标
适用场景
- ONTAP 9
- 集群取消加入
问题描述
- 在对
cluster unjoin
HA对中的第二个节点执行了之后、集群处于不正常状态、同时对先前未加入的节点引用了一些陈旧的集群配置。 - 即使节点
Cluster-02
Cluster Show
已断开连接、其仍会显示在输出中。
Cluster::*> cluster show
Node Health Eligibility Epsilon
-------------------- ------- ------------ ------------
Cluster-02 false false false
Cluster-03 true true true
Cluster-04 true true false
Cluster-05 true true false
Cluster-06 true true false
Cluster-07 true true false
Cluster-08 true true false
7 entries were displayed
- 强制取消加入也无法完成:
Cluster::*> cluster unjoin -node Cluster-02 -force true
Warning: This command will forcibly unjoin node "Cluster-02" from the cluster. You must unjoin the failover partner as well. This will permanently remove
from the cluster any volumes that remain on that node and any logical interfaces with that node as the home-node. Contact support for additional
guidance.
Do you want to continue? {y|n}: y
[Job 60197] Job is queued: Cluster unjoin of Node:Cluster-02 with UUID:XXXXX.
[Job 60197] Checking prerequisites
[Job 60197] Cleaning cluster database
Error: command failed: [Job 60197] Job failed: This operation deletes all failover targets from the failover group that is in use by a lif
(Cluster-04_mgmt1).
执行