Hi there,
Sorry for my newbie questions. I have bought a Dell PowerEdge SC1430 server with 2 raid 1 disks (250Gb). I was planning to install SME Server with a software raid but the machine came with a hardware raid (SAS 5iR U320 SAS Controller). Installation went fine and it works well.
What I am not sure of is whether the raid was configured correctly automatically. In the server-manager menu Disk Redundancy it tells me that it might be using hardware mirroring, which I believe is the case. But whether this is actually working I am not sure. I would greatly appreciate your help!
If I try: cat /proc/mdstat , I get
Personalities : [raid1]
md1 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
md2 : active raid1 sda2[0]
243055296 blocks [2/1] [U_]
unused devices: <none>
The result of fdisk -l is:
Disk /dev/sda: 248.9 GB, 248999051264 bytes
255 heads, 63 sectors/track, 30272 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 fd Linux raid autodetect
/dev/sda2 14 30272 243055417+ fd Linux raid autodetect
Disk /dev/md2: 248.8 GB, 248888623104 bytes
2 heads, 4 sectors/track, 60763824 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
And if I try mdadm --detail /dev/md2 I get:
/dev/md2:
Version : 00.90.01
Creation Time : Fri Apr 6 02:48:56 2007
Raid Level : raid1
Array Size : 243055296 (231.80 GiB 248.89 GB)
Device Size : 243055296 (231.80 GiB 248.89 GB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 2
Persistence : Superblock is persistent
Update Time : Mon May 7 23:22:30 2007
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
Number Major Minor RaidDevice State
0 8 2 0 active sync /dev/sda2
1 0 0 -1 removed
UUID : 212b400a:2e501081:36defda4:6d35900e
Events : 0.46590
I am not 100% sure how to interpret this information. Thanks so much for pointing me in the right direction!
cheers,
Mark