Hi Jim,
Jim Davis jdavis@CS.Arizona.EDU writes:
Potential plan: buy a shelf of 9GB disks, put it on toaster A, move a shelf of 4GB disks to toaster B, keeping all of the toaster A data on toaster A. Toaster B ends up with an empty file system on its 4GB disk shelf.
Now the mechanics of the move are a little unclear to me. Presumably we hook up the 9GB shelf to toaster A and 'raid fail' each 4GB disk in the shelf we want to move? But there will be 5 9GB data disks, since we have to burn one as a hot spare and one becomes the new parity disk. Will there be a problem with having 7 disks to move data from, but only 5 disks to move data to? There would be enough GBs on the 5 9GB disks, but...
I'd propose this plan of action:
Buy enough 9GB disks to support all data resident on 4GB disks.
Install Data ONTAP 5.0.
Attach 9GB disks and create second volume.
Run NDMPcopy to transfer vol0 -> vol1 (special care required if you use incrementals).
Make vol1 the root volume
Offline & destroy vol0 after vol1 deemed okay!
Break up 4GB disks between filer A & B.
Create second volume on Filer A using leftover 4GB disks.
Alternative is:
dump data to tape (quota trees would be useful)
Break up 4GB disks between filer A & B
Add 2 volumes to Filer A using 4GB & 9GB disks
restore from tape to any volume (again quota trees would be useful)
You have to get *all* the data off the 4GB disks before you can free any of them up (as Dan already pointed out). We don't have an EVACUATE command.
Note for the future:
We aim to have a volume copy command in a future release that will allow a larger volume (measured by disk capacity) to be transferred to a smaller volume (measured by disk capacity) as long as the resident data will fit.
You will need to use NDMPcopy to transfer the volume if you do it with one filer and multiple volumes since BareMetal Migrate is only available in the 4.3. software release. With two (single volume) filers in play BareMetal Migrate is just the ticket.
Cheers, Grant