Operating System - Linux
1753452 Members
5989 Online
108794 Solutions
New Discussion юеВ

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

 
Alan Civita
Occasional Advisor

hp netserver lh 3/lh 3r and SuSe lInux 9.1

Hello i'd like to install Suse Linux
Professional 9.1 on our HP Netserver LH3, but the operating system does
not recognize the RAID Disck controller on board. Can you tell please is
there are some drivers for linux for the RAID device? Thank you very
much in advance.
18 REPLIES 18
xyko_1
Esteemed Contributor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Hi Alan,

can you tell me what the model of your raid controller is ?

Xyko
Alan Civita
Occasional Advisor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Hi as i can see
is:
MegaRAID LD0 RAID5 26031R
thank you
xyko_1
Esteemed Contributor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Alan,
Do you have another operating system (ie. Windows) running on that server ?
If not, did you configure your raid controller before atempting to install SuSe ?
When you try to install SuSe, the instalation process don't recognise any disk ?

As far as I know MegaRaid controllers are fully suported on Linux for a long time.

Please, go to http://www.oldham.gov.uk/mccall/linux/
and see if it helps you.

Regards,
Xyko
Alan Civita
Occasional Advisor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

well the situation is very strange..
1 year ago i've installed (and now is running on) SuSe linux enterprise server 8...
Now i'd to install on the same machine the Linux Professional 9.1 due to some licencing problems..i've tried to install also fedora ..but nothing ..no distribution seems to recognize the RAID controller..
xyko_1
Esteemed Contributor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Please,
attach a file with the output of :

dmesg
cat /proc/pci
cat /proc/scsi/scsi
lsmod
/etc/modules.conf

Meanwhile, verify if there is a newer firmware for the controller.

Alan Civita
Occasional Advisor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

hi..
thanx a lot for helping me
here attached the informations required
xyko_1
Esteemed Contributor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Alan,

Your megaraid is a LSI one and I think there is a problem in SuSe 9.1 to identify this controller on boot.

Download instructions and a new driver on http://www.lsilogic.com/downloads/license.do?id=2000&did=7776&pid=2409

and please give me news about your progress.

Good luck.
Xyko
Mike Sumpter
New Member

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Alan,

Have you had any success with the drivers from LSI for Suse 9.1?

I have the same problem, and have downloaded the drivers but not sure how to make the disk with the drivers. Can you help me?

Thanks.
Alan Civita
Occasional Advisor

Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1

Hi
i'm near the solution :)
Try to follow theese steps:
Boot from Cd
Choose manual installation
Go to Load Kernel Module--->SCSI Module
and select megaraid module (the megaraid is written on the right part)
Go back and select--Start instalaltion

This should work.

After that i've encountered other problems:
1) After the installation, on the first reboot, the system didn't recognize the SCSI disk anymore..so you need:
Boot from Cd
Choose manual installation
Go to Load Kernel Module--->SCSI Module
and select megaraid module (the megaraid is written on the right part)
Go back to Start Installation and select
Start rescue system (or something like that)
Login as root...
modifiy the /etc/fstab (vi /etc/fstab) and put your entry for the HD /dev/sda3 /suse reiserfs defaults 1 1
and save.
create the /suse (or a name as you prefer) and mount here the HD.. mount /dev/sda3
make a chroot..chroot /suse..
Now mount any other partition if not on the sda3, like /boot etc etc...
Now Take a look at /etc/sysconfig/kernel
and check that:
INITRD_MODULES="megaraid reiserfs".
If megaraid is not present..please add it.
After that save the file and make mk_initrd
and reboot..it should be ok.
Tha real problem is if you lunch Yast Online Update and upgrade the kernel...the problem is the same...but in this case i wasn't able to solve it ..with the procedure below...i'n still on it.