NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

how to identify and remove shelf

TAQADUS_REHMAN
5,078 Views

Hello,

I am new to netapp,

Previous system admin installed few new shelves, now i need to remove them to use with other filer.  I guess no drives have been used out of these (no aggr, no vol).  I need to know

- how i can identify which are newly installed shelves?

- how i can make sure that disks are not in use?

- we have HA pair, how i can remove ownership info if any?

Thanks.

Regards.

3 REPLIES 3

rwelshman
5,078 Views

For a bit more info, are you wanting to physically detach the shelf from one filer (or filer pair) and move it to another filer (or filer pair)? Or is the shelf assigned to one partner and you want it assigned to the other?

You can see which disks are part of an aggregate using sysconfig -r or aggr status -r. If the disks are assigned to a filer but not in an aggregate, they should be listed as spares (aggr status -s). If they aren't assgined to a filer, you can see them using disk show -n.

TAQADUS_REHMAN
5,078 Views

I want to physically detach the shelf from one filer (or filer pair) and move it to another filer (or filer pair).

YEKYAWTHARMYINT
5,078 Views

Hi,

Do you want to remove physically from one HA pair to another HA pair? If you want to remove physically, you need to remove ownership of all the disk from the shelf that you want to move else the filer will complain about missing disk and panic. You may use disk remove_ownership command to remove ownership. Before removing ownership, make sure the disks are not in-used in any aggregate. You can check with sysconfig -r, aggr status command for raid group and aggregate information and you can use vol status -s command to check the spares disk. use disk show -n to see all the unassigned disk.

Public