The Coraid drives were configured as JBOD. Using minicom and a serial cable, type the following commands into the terminal.
list -l (shows which drives are online)
jbod 1.3 (used to export one or more drive slots as lblades)
On the server in a terminal window, type:
mdadm –detail /dev/md0
to determine which drive is missing or failed.
Next, add the new drive to the array using the following command:
mdadm /dev/md0 -a /dev/etherd/e1.3
Again, type mdadm –detail /dev/md0
Version : 00.90.01
Creation Time : Wed Apr 12 12:48:44 2006
Raid Level : raid5
Array Size : 1172133696 (1117.83 GiB 1200.26 GB)
Device Size : 390711232 (372.61 GiB 400.09 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Tue May 2 17:30:24 2006
State : clean, degraded, recovering
Active Devices : 3
Working Devices : 4
Failed Devices : 0
Spare Devices : 1
Layout : left-symmetric
Chunk Size : 64K
Rebuild Status : 28% complete
Number Major Minor RaidDevice State
0 152 256 0 active sync /dev/etherd/e1.0
1 152 272 1 active sync /dev/etherd/e1.1
2 152 288 2 active sync /dev/etherd/e1.2
3 0 0 -1 removed
4 152 304 3 spare /dev/etherd/e1.3
UUID : 2ac204c3:8ad4f7a0:7f867e5a:f02a5aa7
Events : 0.128802
It may take a few days for the RAID5 array to rebuild.