One drive failed in the RAID 1 array, am I safe to replace it without losing data

raidraid1

We have a server with three disks. Two of them are in RAID 1 defined in BIOS. One of these is showing an error at the bootup screen with the corresponding disk serial code in red.

I intend to replace it but I'm very wary of doing something wrong.

  1. Is it just a matter of turning the server off, replacing the disk, and turning it on then waiting for the disks to synchronize?

  2. We haven't bought the replacement disk yet. The defective one is a 1.8 TB (2 TB?) Hitachi hard disk. Is there a way to see the RPM (7200 or 5400) in order to buy the correct one without having to turn the server off? (I have no problem in turning it off, it would just be more convenient that way).

  3. I'm assuming a missing disk won't affect the RAID 1 config settings (the server will only lose its mirror disk until a replacement is put in the slot) but out of curiosity I'd like to be sure. Will the RAID 1 settings be kept unchanged?

Best Answer

  1. Check whether your server supports hot plug - this is the easiest method: pull out the failed HDD, plug in the new one. Without hot plug, you need to shut down the server, replace the failed disk (check the IDs at this point), power up, and possibly tell the BIOS which disk is to be mirrored where (mind the IDs). Rebuild/remirror should start.

  2. You should replace the disk with a type that matches the remaining disk. Mixing different speeds is not a very good idea. If the disks are not vendor-specific you should have the exact type documented. Additionally, the RAID software should show the exact disk types. Make sure the new disk is at least the size of the remaining one.

  3. You should only replace the disk once replacement has arrived. Depending on the actual problem, the defective drive might still provide some support for the other disk. Additionally, with hot-plug slots, you shouldn't leave a slot open for an extended time (the cooling might fail).

Related Topic