Skip to main content
ONTAP FlexArray

Modifying assignment of spare array LUNs

Contributors netapp-chikkusu

You can change the ownership of a spare array LUN to another node. You might want to do this for load balancing over the nodes.

Steps
  1. At the console of the node that owns the array LUN you want to reassign, enter the following command to see a list of spare array LUNs on the node: storage disk show -owner local

    The array LUNs owned by the node, both spares and LUNs in aggregates, are listed.

  2. Confirm that the LUN you want to reassign to another node is a spare LUN.

  3. Enter the following command to assign ownership of the array LUN to another node: storage disk assign arrayLUNname -owner new_owner_name -force

    Note

    The array LUN ownership is not changed if the -force option is not used or if the array LUN was already added to an aggregate.

  4. Enter the following command to verify that the ownership of the spare array LUN was changed to the other node: storage disk show -owner local

    The spare array LUN that you changed to the new owner should no longer appear in the list of spares. If the array LUN still appears, repeat the command to change ownership.

  5. On the destination node, enter the following command to verify that the spare array LUN whose ownership you changed is listed as a spare owned by the destination node: storage disk show -owner local

You must add the array LUN to an aggregate before it can be used for storage.