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

reassign hot spares that is own by filer2 to filer 1

newbeee
2,044 Views

any one here know whats the command?

 

Apprehsiate your help

1 REPLY 1

asulliva
2,026 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