- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 07:47 PM
09-22-2004 07:47 PM
hp netserver lh 3/lh 3r and SuSe lInux 9.1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 02:10 AM
10-01-2004 02:10 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
can you tell me what the model of your raid controller is ?
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 02:45 AM
10-01-2004 02:45 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
is:
MegaRAID LD0 RAID5 26031R
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 03:35 AM
10-01-2004 03:35 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 03:40 AM
10-01-2004 03:40 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 04:26 AM
10-01-2004 04:26 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 06:31 PM
10-03-2004 06:31 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
thanx a lot for helping me
here attached the informations required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 12:08 AM
10-04-2004 12:08 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 03:05 PM
10-24-2004 03:05 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 06:53 PM
10-24-2004 06:53 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:39 PM
10-24-2004 09:39 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
Try this if yopu encountered problems
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 03:03 AM
11-09-2004 03:03 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 03:05 AM
11-09-2004 03:05 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 03:57 AM
11-09-2004 03:57 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
I would be very grateful if you could help me.
A lot of thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:00 AM
11-09-2004 04:00 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
see you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:11 AM
11-09-2004 04:11 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 10:01 PM
11-14-2004 10:01 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
do you remenber my question? Thank's.
I'm using Fedora Core2 and all is going fine but i'm not able to install Fedora Core 3.
Could you tell me how to load the mergaraid-old driver instead the megaraid?
Thank you.
Jacobo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 10:07 PM
11-14-2004 10:07 PM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
sorry ..but i'm really busy at the moment..
you should at first enter in a safe mode shell..
the you can read the pprevious answers to this post..where i've sugested how to edit the fstab..load the module etc..sorry i missunderstood...on fedora i don't know how works the setup system...
on suse if you abort the setup you are redirected to a text mode setup..where you can load kernel modules another things like that..
try look at this and let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 11:52 AM
02-12-2006 11:52 AM
Re: hp netserver lh 3/lh 3r and SuSe lInux 9.1
I do have Netserver lh3 and I have tried to install sles 9 with manual installation procedure selecting megaraid-old under kernel modules as well as selecting sym53c8xx as I can see this module during post boot up of the system.
I dont have any successs!
Can someone pls advise me how to install sles 9 Please!!!!