How to move a volume from one aggregate to another on a NetApp
Upon occasion, you may want to move a volume from one set of disks to another. Luckily, in Data ONTAP 8 and above, you can do this online...with the one caveat - only for block storage volumes. That means, if your volume is shared via NFS or CIFS, you cannot move it online - you must first remove the NFS export and/or stop the CIFS share.
To actually move the volume type:
NETAPP-CLI> vol move start <volumename> <aggrname>
This is a background process, and you can check on it periodically by doing the following:
NETAPP-CLI> snapmirror status
or
NETAPP-CLI> vol move status
If it finished, and you want to see when it finished, review the system log
NETAPP-CLI> rdfile /etc/messages
Subscribe to:
Post Comments (Atom)
Featured Post
Remove 3D Objects and other annoying folders on Windows 10
Microsoft just keeps adding more crap to clutter up the navigation in Windows 10. Seriously, who needs a 3D Objects folder? The tiny perc...
-
Sometimes a VM snapshot can get corrupted. You can check for consistency by running vmkfstools against the last snapshot in the chain for a...
-
I recently deployed a new UCS blade, and I was greeted with the error: " configuration failed due to compute-unavailable,insufficient...
-
So I updated to Windows 8.1 because I figured it's been out long enough and the vendors got the driver issues fixed...apparently not! ...
No comments:
Post a Comment