A node was only partially joined into the cluster
Applies to
Issue
- A new node was joined into an existing cluster and the new node shows up healthy and eligible from cluster perspective:
cluster::> cluster show
Node Health Eligibility
----------- ------- -----------
node-01 true true
node-02 true true
node-03 true true
node-04 true true
4 entries were displayed.
Note: The command cluster add-node-status
was introduced in ONTAP 9.4. Nodes added to the cluster prior to ONTAP 9.4 will not be displayed.
- The
cluster show
command might display a warning:
Warning: Cluster operation (cluster join) for node "node-04" is not complete and the node is not fully functional. Run "cluster join" on that node to complete the operation.
- The
status
of the new node fromcluster add-node-status
showsjoining-cluster
:
::> cluster add-node-status
Node Name Cluster IP Status Error Reason
---------------- ------------------- ------------------- --------------------------
node-03 169.254.167.42 success
node-02 169.254.10.20 success
node-01 169.254.1.214 success
node-04 169.254.132.149 joining-cluster
4 entries were displayed.
- LIFs of the new node with role
cluster
and/ornode-mgmt
have a UUID instead of node-name:
::> network interface show -role cluster
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
faafd071-3bf6-11ee-870f-d039ea4b938b_clus1
up/up 169.254.132.149/16 node-04
e0c true
faafd071-3bf6-11ee-870f-d039ea4b938b_clus2
up/up 169.254.99.185/16 node-04
e0d true
node-01_clus1
up/up 169.254.1.214/16 node-01
e4a true
node-01_clus2
up/up 169.254.202.66/16 node-01
e8a true
node-02_clus1
up/up 169.254.10.20/16 node-02
e4a true
node-02_clus2
up/up 169.254.165.92/16 node-02
e8a true
node-03_clus1
up/up 169.254.167.42/16 node-03
e0c true
node-03_clus2
up/up 169.254.134.72/16 node-03
e0d true
8 entries were displayed.
::> network interface show -role node-mgmt
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
node
faafd071-3bf6-11ee-870f-d039ea4b938b_mgmt_auto
up/up 10.152.48.107/24 node-04
e0M true
node-01_mgmt
up/up 10.152.48.160/24 node-01
e0M true
node-02_mgmt
up/up 10.152.48.161/24 node-02
e0M true
node-03_mgmt_auto
up/up 10.152.48.100/24 node-03
e0M true
4 entries were displayed.