ONTAP Discussions

Assigning disk to cluster after disk replacement

Odnap1104
5,744 Views

Hello NetApp Community,

 

Pardon the ignorance. We have cluster netapp 8.3P1 and one disk failed. It has been replaced but the disk is showwing as unnassign. I am not so sure what command/syntax to use to assign it back to the cluster.

 

clu01::> storage disk show -container-type unassigned

 

                     Usable              Disk   Container Container
Disk                   Size Shelf Bay    Type        Type      Name    Owner
---------------- ---------- ----- --- ------- ----------- --------- --------
3.5.9                     -     5   9    FCAL  unassigned -         -

 

clu01::> system node run -node clu01-01 -command disk show -n


DISK         OWNER         POOL  SERIAL NUMBER HOME          DR HOME
------------ ------------- ----- ------------- ------------- -------------
4d.89        Not Owned     NONE  XXXXXXXXXXXXX

 

 

Getting confused which disk to use when assigning the disk. is it 3.5.9 or the 4d.89?

 

Thank you in advance...

 

 

 

1 ACCEPTED SOLUTION

notermanjeroen
5,717 Views

Hi,

 

It's best to use the cluster commands if they are available, please try the following command:

disk assign -disk 3.5.9 -node clu01-01

 

Kind regards.

View solution in original post

2 REPLIES 2

notermanjeroen
5,718 Views

Hi,

 

It's best to use the cluster commands if they are available, please try the following command:

disk assign -disk 3.5.9 -node clu01-01

 

Kind regards.

Odnap1104
5,711 Views

Hi notermanjeroen,

 

Thanks for the command but got an error:

 

Error: command failed: With -disk input, nodename must not be specified. The nodename is only used for storage disk
assign with -auto or -all input.

 

I have replaced the -node with -owner clu01-01 and seems to work! 

 

Thanks!

 

 

Public