ONTAP Hardware

Disk/SSD assignment

HDD
2,940 Views

Hi,

 

I have a FAS2554 with 2 controllers; the system comes with 20 spindle disks and 4 SSDs, they are split evently. 

 

Is there a way to have one of the two controllers take ownership of the 4 SSDs? Thanks!

2 REPLIES 2

Sahana
2,878 Views

Hi,

 

You can use storage disk removeowner and storage disk assign.

Refer https://library.netapp.com/ecmdocs/ECMP1610202/html/storage/disk/removeowner.html

https://library.netapp.com/ecmdocs/ECMP1610202/html/storage/disk/assign.html

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

Ashun
105 Views

In the following example, remove the ownership of the disk named 1.1.2 from node01 and assign it to node02
cluster mode
::> disk option modify -node * -autoassign off
::>disk show
::>disk removeowner -disk 1.1.2
::>disk assign -disklist 1.1.2 -owner node02

7-mode
node01::>disk show
node01::>remove_ownership -disk DISKNAME
node02::>disk show
node02::>disk assign DISKNAME

 

Hope the above information will be helpful to you

Public