It is possible to migrate a single disk, to Raid 1 as per Table 10 in the User Guide Page 122:
http://www.3ware.com/support/UserDocs/3ware9650SE-UsrGuide.pdf
I am trying to find what the best method is to migrate a disk currently exported as JBOD to a RAID - 1 mirror with a second drive without destroying the data on the original (jbod exported) drive.
The Unit 0 disk contains my current operating system. I cannot migrate the disk from the 3BM BIOS configuration manager, because I do not see that option. I need to access either 3DM2 or tw_cli to issue the migrate commands, however you cannot migrate the disk in jbod mode, and since 3dm2 and tw_cli are both available only while the system is booted, I am in a catch-22 situation.
Any help appreciated, I do not want to destroy my OS drive.
So far the OS is booting fine through the 3ware Raid Controller when setting the Interface Policy JBOD Export to yes.
Thanks. 3DM2 Configuration shown here: http://i.stack.imgur.com/D8yTi.jpg
You cannot migrate a JBOD unit disk into a raid 1 mirror.
You must deselect export JBOD policy in the 3ware controller first. Once you do this the disk in question will remain as a "JBOD" unit and not automatically be considered a "single disk." According to the RAID level migration chart that is linked to in the question, the Single Disk Unit is migrate-able to a mirror "unit." In order to migrate the disk, you will need to delete the unit and recreate it. The disk will be updated to "Single Disk." To complete this change the partition table on the disk will be wiped.
Essentially there is no direct way.
However you can use partimage to make a disk image back up of the your windows boot drive (in my case my desktop Windows 7 x64 Professional disk configuration has a partition configuration as follows: sda1 [110mb as boot] and sda2 [110->1000GB as c:\ system drive]). Use this backup to restore to your raid 1 mirror disk after it is created.
Do yourself the favor of resizing your partitions to the smallest possible size using parted before you create your partition backups so that you don't end up having to jump through hoops to restore your data. Keep in mind that Partimage is old and development on it has stopped, unfortunately I did not know this. The Linux Rescue CD (which btw works very will with the 3ware 9650) includes this old software that you can use successfully to take partition backups. Partimage like CloneZilla has network backup features if like myself you only have two disks available to play with.
The best way to migrate your disk then is as follows:
You would have to boot to a system that doesn't require anything from the disk. A Linux livecd would probably be your best bet.
However, make sure you have WORKING backups available, RAID controller firmware generally isn't the most robust software. You don't want to end up nuking all your data because the controller did something you didn't expect.
Honestly, I wouldn't even attempt this. You should be able to setup a 1 drive RAID1 on the new drive, then manually copy everything over. Configure the system to boot off the new drive, and test and make sure everything works. When you're confident the data has been safely transferred, destroy the JBOD, and add the disk to the RAID1.
Unless you're dealing with a raid controller that has instructions for what you're trying to do in the manual, don't waste time trying to figure it out. Back up your system with an image, raid the disks, and then restore the backup image to the blank volume on the new raid.