I posted this in the experienced users forum by mistake, I am reposting it here.
I installed raidmonitor and ran
/usr/local/bin/raidmonitor -iv
I received the following report:
...................
RAID Monitor Report
...................
Current /proc/mdstat saved in /root/raidmonitor/mdstat:
Personalities : [raid1]
read_ahead 1024 sectors
md2 : active raid1 hdb1[1] hda1[0] 264960 blocks [2/2] [UU]
md0 : active raid1 hdb5[1] hda5[0] 15936 blocks [2/2] [UU]
md1 : active raid1 hdb6[1] 38796864 blocks [2/1] [_U]
unused devices:
Current partition info saved in /root/raidmonitor/sfdisk.out:
# partition table of /dev/hda
unit: sectors
/dev/hda1 : start= 63, size= 530082, Id=fd, bootable
/dev/hda2 : start= 530145, size=77626080, Id= 5
/dev/hda3 : start= 0, size= 0, Id= 0
/dev/hda4 : start= 0, size= 0, Id= 0
/dev/hda5 : start= 530208, size= 32067, Id=fd
/dev/hda6 : start= 562338, size=77593887, Id=fd
# partition table of /dev/hdb
unit: sectors
/dev/hdb1 : start= 63, size= 530082, Id=fd, bootable
/dev/hdb2 : start= 530145, size=77626080, Id= 5
/dev/hdb3 : start= 0, size= 0, Id= 0
/dev/hdb4 : start= 0, size= 0, Id= 0
/dev/hdb5 : start= 530208, size= 32067, Id=fd
/dev/hdb6 : start= 562338, size=77593887, Id=fd
/dev/hdd: unrecognized partition
No partitions found
Current /etc/lilo.conf saved in /root/raidmonitor/lilo.conf:
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# e-smith server and gateway software. Instead, modify the source
# template in the /etc/e-smith/templates directory. For more
# information, see
http://www.e-smith.org.
#
# copyright (C) 1999, 2000 e-smith, inc.
#------------------------------------------------------------
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/mitel.pcx
linear
default=esmith
It seems under the personalities section it should read
md1 : active raid1 hdb6[1] hda[0] 38796864 blocks [2/1] [UU]
rather than
md1 : active raid1 hdb6[1] 38796864 blocks [2/1] [_U]
Is this telling me that hda has a problem?
At the end of the partition info it says:
/dev/hdd: unrecognized partition
No partitions found
I am not sure what /dev/hdd is refering to. Is this refering to hda6?
Also, is the order in the personalities section telling me that hdb is the main drive and hda the mirrored drive (I expected the opposite, unless there is really a problem with hda and hdb took over).
Should I replace hda or is there some tests I should run first?
Thanks,
Tim Hogan