Shouldn't it be as simple as unplugging 2 or more raid drives, and then plugging them into a new machine, going to the raid controller and adding them as an "existing set".

It doesn't seem to be the case, the little bit of information I have found online advises a lot of caution or to avoid doing it all.

Has anyone tried and succeeded? Or can shed some in depth knowledge?

link|improve this question

Talking about Hardware Raid. – Nick Josevski Feb 24 '10 at 4:44
feedback

2 Answers

up vote 3 down vote accepted

First of all, there's the driver issue. If the two controllers use different drivers, your OS won't boot.

Secondly, different controllers may handle parity XOR calculations differently, or may have their own proprietary data written to the disk to improve performance, reliability, whatever and that data may not be usable to a different controller

Third, if it is the same controller, you should not have a problem unless they are on drastically different firmware revisions.

This is all assuming you are using hardware or fake-hardware RAID. Strictly software RAID done by the OS is portable, but has other issues.

link|improve this answer
feedback

Tried, never succeeded. Even if you've backed up the controller/RAID configuration, and moved both of the drives to a machine with an identical RAID controller with the exact same firmware revision, and plugged them in in the same SCSI/SATA configuration, etc, you can still have problems, and the very slightest hiccup can make your RAID unrecoverable.

Recovering RAID is a last resort. The proper procedure is to create a new RAID and migrate the data. You'll practically never have problems there.

link|improve this answer
Thanks for sharing your experience. Decided to give up on "transplanting" the raided drives. – Nick Josevski Mar 2 '10 at 10:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.