👋
I have two servers with identical configurations, each with 8 disks set up as RAID 1 pairs (disk #1 is mirrored with disk #2, disk #3 with disk #4, and so on). Both servers support hot-swap, meaning I can replace the disks without shutting down. I need to perform the following operation: swap two disks (#3 and #4) from the first server to the second server via hot-swap, and swap disks #3 and #4 from the second server to the first. It's important to note that the data on these disks is different.
Questions:
Will the RAID configurations on both servers fail after such a hot-swap disk replacement? How can I correctly confirm the "Foreign" configuration on the new disks to avoid errors and prevent data loss on the other RAID pairs? Is there a way for the RAID controller to automatically "recognize" these disks, or do I need to manually import/clear the "Foreign Configuration"? What is the best sequence of steps to preserve the integrity of the remaining RAID arrays on each server after swapping the disks via hot-swap? I would appreciate any advice on the optimal way to swap the disks and configure RAID without risking data loss!