ONTAP Hardware

reassign hot spares that is own by filer2 to filer 1

newbeee
1,250 Views

any one here know whats the command?

 

Apprehsiate your help

1 REPLY 1

asulliva
1,232 Views

You'll need to remove ownership, then reassign it.  Note that removing ownership for a disk in an aggr will cause it to treat it like a disk is lost, so be careful.

 

cDOT:

 

storage disk removeowner -disk <disk.id>
storage disk assign -disk <disk.id> -owner <node>

7-mode:

disk remove_ownership <disk.id>
disk assign <disk.id>

Hope that helps.

 

Andrew

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