Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: femc on October 29, 2005, 05:50:16 PM

Title: raid1 recovery problem with sme7b5
Post by: femc on October 29, 2005, 05:50:16 PM
sme7b5 installed fine on a raid1 sata system. Now i tested a disk failure by disconnecting 1 sata controller cable - results :

1) when booting the box hangs on 'grub:'. what are the commands to enter to make it boot ?

2) created with mkbootdisk a boot rescue floppy - same problems - cannot find a suitable command line to boot linux. 'vmlinuz' does not work

If i cannot make the box boot with 1 failed drive raid1 makes no sense - right ? what commands to enter, and how to make the box boot on 1 drive ? 2nd step would be a raid recovery - first step first.

hdmueller
Title: raid1 recovery problem with sme7b5
Post by: thedude on October 29, 2005, 06:10:40 PM
This is a bug. It has been fixed and I believe is just waiting for the next beta to be released.
Title: raid1 recovery problem with sme7b5
Post by: femc on October 30, 2005, 03:50:56 AM
please - where is the fix and how to apply ?
Title: raid1 recovery problem with sme7b5
Post by: thedude on October 30, 2005, 03:53:41 AM
Go to the bug list and search for the raid bugs. There did seem to be a fix listed, but I don't know if it is anything that can be easily applied
Title: raid1 recovery problem with sme7b5
Post by: femc on October 30, 2005, 06:25:16 AM
Yes - I went to the bug list, and found the latest grub file to be : e-msith-grub-0.0.1-16 . Could not google it. Please somebody give me link or em-attach to me

femcfemc@singnet.com.sg
Title: raid1 recovery problem with sme7b5
Post by: Reinhold on October 30, 2005, 09:50:48 AM
http://www.google.com/search?q=e-smith-grub-0.0.1-16

Regards
Reinhold
Title: raid1 recovery problem with sme7b5
Post by: femc on October 30, 2005, 01:40:22 PM
ok ! i am dumb.

can somebody give / make me the e-smith-grub-0.0.1-17.rpm ( not the *.src.rpm )

thks
Title: raid1 recovery problem with sme7b5
Post by: Reinhold on October 30, 2005, 02:24:58 PM
http://www.google.com/search?q=e-smith-grub-0.0.1-17
pleeeeze....... 3. from the top... :-o
Title: raid1 recovery problem with sme7b5
Post by: Reinhold on October 30, 2005, 02:27:37 PM
femc,

(just 4 U)
(login to your SME via ssh)
(copy & paste the stuff below)
Code: [Select]
cd /tmp
wget http://ftp.nluug.nl/os/Linux/distr/e-smith/devel/repo/RPMS/e-smith-grub-0.0.1-17.noarch.rpm
rpm -Uvh e-smith-grub-0.0.1-17*


Try to search in the "/e-smith/devel/repo/" 's and mirrors for example located at:
http://distro.ibiblio.org/pub/linux/distributions/e-smith/devel/repo/RPMS/
http://ftp.nluug.nl/os/Linux/distr/e-smith/devel/repo/RPMS/

In general it's a bad idea to use "full-filename" search
...especially if you tend to mis-spell or omit noarch and stuff ;-)

Regards
Reinhold