ONTAP Discussions

How to make new added disk as SPARE ones?

heightsnj
12,986 Views

we have just added two new shelve's onto the filer, and I can see disks under node shell by using "disk show -n".

 

Next step, I wanted to add them in existing aggrs. However, I am not able to see them on Cluster shell.

What is the command to make then SPARE ones, I guess, by assigning the ownership,  which is the first step I think I need to do before I add them in an aggr.

Also, what would be the command to show me the model of the shelf, ex, 4246  or 2246, what would be command to list all disks in a particular shelf. 

 

Thanks for sharing!

9 REPLIES 9

aborzenkov
12,980 Views

Are you using C-Mode or 7-Mode?

heightsnj
12,976 Views

cmode

aborzenkov
12,971 Views

You need to assign disks using "storage disk assign". You can see them in cluster shell with "storage disk show -container-type unassigned". In principle you should be able to use "disk assign" in node shell as well.

heightsnj
12,969 Views

Thanks for your prompt response.

 

Do I need or Can I specify what node should some "unassigned" ones go to?

 

Should I do this Either on Cluster shell Or Node shell or both?

 

 

aborzenkov
12,967 Views

You must specify to which node they will be assigned. In 7-Mode default is the node where you run command, but in C-Mode cluster shell you can sit anywhere. You need to only run it once, and being on C-Mode you should do it from cluster shell if this is possible.

heightsnj
12,963 Views

We have added two new shelf, say shelf-1 and shelf-2.

 

I wanted to assing all disks in shelf-1 to node-1. What would be options in using "storage disk assign". Is following a right command?

 storage disk assign -disk 3b.22 -node node-1    # 3b.22 is the path of the shelf-1 as the result of "disk show -v" in node shell

 

Also, any command to show me the model of the shelf? another way to identify the shelf / disks.

 

Thanks!

aborzenkov
12,956 Views

And your Data ONTAP version is ... ?

heightsnj
12,953 Views

8.3p2

 

the following is correct?

storage disk assign -disk node1:3b.22 -owner node1  

aborzenkov
12,911 Views

In 8.3 I would expect something like 1.22 (<stack>.<shelf>). In any case, this is of course not correct. Did you read documentation? Assuming your system is actually using node names for whatever reason, this would be node1:3b.22.* for all disks in shelf 22. Or you can simply run storage disk assign -all if all disks should be assigned to the same node.

 

You can see shelf information using - surprise - "storage shelf show" command.

Public