Koozali.org: home of the SME Server

Raid not Working

Dacky

Raid not Working
« on: October 30, 2006, 01:08:22 AM »
I recently installed SME 7.  It is just about to be put in production but in checking the system, it appears RAID is not working.  I installed two brandnew identical 200 gb drives, both as master.  But raidmonitor only shows one.  How can I enable the other drive?  I read this should be automatic as part of the install, but it doesn't appear to be.  Here is the output of the raidmonitor report:

...................
RAID Monitor Report
...................

Current /proc/mdstat saved in /root/raidmonitor/mdstat:

Personalities : [raid1]
md1 : active raid1 hda1[0] hdb1[1]
      104320 blocks [2/2] [UU]
     
md2 : active raid1 hda2[0] hdb2[1]
      195253888 blocks [2/2] [UU]
     
unused devices: <none>

Current partition info saved in /root/raidmonitor/sfdisk.out:

# partition table of /dev/hda
unit: sectors

/dev/hda1 : start=       63, size=   208782, Id=fd, bootable
/dev/hda2 : start=   208845, size=390508020, Id=fd
/dev/hda3 : start=        0, size=        0, Id= 0
/dev/hda4 : start=        0, size=        0, Id= 0

Current /etc/lilo.conf saved in /root/raidmonitor/lilo.conf:


Reloading cron daemon configuration:                       [  OK  ]
Current cron entry is:

*/15 * * * * root /usr/local/bin/raidmonitor -v

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Raid not Working
« Reply #1 on: October 30, 2006, 02:21:13 AM »
Dacky

> md1 : active raid1 hda1[0] hdb1[1]
>       104320 blocks [2/2] [UU]
     
> md2 : active raid1 hda2[0] hdb2[1]
>      195253888 blocks [2/2] [UU]
     
That looks OK.

What does
cat /proc/mdstat
show ?

Also check the admin console as there is a menu to check configure RAID1
...