Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- Install Gentoo on NetServer LH3
General
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Email to a Friend
- Report Inappropriate Content
01-10-2005 07:21 AM
01-10-2005 07:21 AM
Install Gentoo on NetServer LH3
Hi!
I´m trying to install Gentoo with a LiveCD (install-x86-universal-2004.3-r1) on an HP Netserver LH3 PII/350MHz.
Here are my machine's features:
Single processor
640MB Ram
Original Network Adapter (D5013A)
3x 9.1Gb SCSI HardDrives (HP)
The 3 Hard drives are in a RAID array, type 5.
I boot from the LiveCD like indicated in the Installation Handbook (www.gentoo.org), and just before the prompt, I see Network Card Detected (in GREEN letters). However, It's the only thing about the network card I can see, because the screen moves forward to the prompt.
The next step (at the prompt) is to check if the network adapter has been detected. I type "ifconfig" and I don't get any ETH0 information, I only get info on "lo Link encap: Local Loopback..."
I type "net-setup eth0" and configure it automatically, but when I type "ifconfig" again I don't see nothing about ETH0 either.
I know the card on my LH3 can be controlled by the "eepro100" module, which doesn't come with the Gentoo distribuition. I've found a way to compile this module for my kernel, but I need to do it in a hard drive, because my boot CD is obviously read-only.
This brings me to my second (certainly not last!) problem. I can't find/open the hard drive (I have 1 hardware-configured Logical Hard-drive) with fdisk, nor can I make the necessary partitions to install Gentoo.
Wasn't the Logical Hard-Drive (combination of the 3 SCSI drives) supposed to be presented to the Linux OS as ONE normal hard drive?
On startup, by pressing Ctrl+M, I can access the HP RAID Tools (or something like that). Why does one of the disks in the RAID Array (the last) appear as a 17 Gb one, even if my 3 drives are all 9.1Gb each?
Thank you to anyone having the patience to reply.
I'm kinda new with Linux and just got this server, so I'm in the dark here.
Tiago Dá Mesquit
I´m trying to install Gentoo with a LiveCD (install-x86-universal-2004.3-r1) on an HP Netserver LH3 PII/350MHz.
Here are my machine's features:
Single processor
640MB Ram
Original Network Adapter (D5013A)
3x 9.1Gb SCSI HardDrives (HP)
The 3 Hard drives are in a RAID array, type 5.
I boot from the LiveCD like indicated in the Installation Handbook (www.gentoo.org), and just before the prompt, I see Network Card Detected (in GREEN letters). However, It's the only thing about the network card I can see, because the screen moves forward to the prompt.
The next step (at the prompt) is to check if the network adapter has been detected. I type "ifconfig" and I don't get any ETH0 information, I only get info on "lo Link encap: Local Loopback..."
I type "net-setup eth0" and configure it automatically, but when I type "ifconfig" again I don't see nothing about ETH0 either.
I know the card on my LH3 can be controlled by the "eepro100" module, which doesn't come with the Gentoo distribuition. I've found a way to compile this module for my kernel, but I need to do it in a hard drive, because my boot CD is obviously read-only.
This brings me to my second (certainly not last!) problem. I can't find/open the hard drive (I have 1 hardware-configured Logical Hard-drive) with fdisk, nor can I make the necessary partitions to install Gentoo.
Wasn't the Logical Hard-Drive (combination of the 3 SCSI drives) supposed to be presented to the Linux OS as ONE normal hard drive?
On startup, by pressing Ctrl+M, I can access the HP RAID Tools (or something like that). Why does one of the disks in the RAID Array (the last) appear as a 17 Gb one, even if my 3 drives are all 9.1Gb each?
Thank you to anyone having the patience to reply.
I'm kinda new with Linux and just got this server, so I'm in the dark here.
Tiago Dá Mesquit
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-10-2005 09:06 AM
01-10-2005 09:06 AM
Re: Install Gentoo on NetServer LH3
Yes, the logical disk should present it's self as a single disk (/dev/sda) to the OS, asuming the 'megaraid' module is correctly inserted.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-10-2005 09:55 PM
01-10-2005 09:55 PM
Re: Install Gentoo on NetServer LH3
Thanks for the reply, Stuart.
I HAVE managed to get the Ethernet Card working. It must have been some IRQ conflict. I just assigned a fixed IRQ to the Network Card in the BIOS. Before, the card's IRQ number was set to auto.
About the RAID drive, It's still not working.
Here are the commands I issue:
- "modprobe megaraid_mbox"
- "fdisk /dev/sda"
The fdisk command returns "Unable to open /dev/sda"
With
- "lsmod" I get:
"MODULE SIZE USED BY
megaraid_mbox 22640 0
megaraid_mm 6720 1 megaraid_mbox
..."
I load "megaraid_mbox" instead of "megaraid" (with the "modprobe" command) because I only have the "megaraid_mbox.ko" and "megaraid_mm.ko" files in my "/lib/modules/2.6.9-gentoo-r1/kernel/drivers/scsi/megaraid/" directory. That is, no "megaraid.ko". (I assume the ".ko" extention indicates that a file represents a module, please correct me if I'm wrong).
Note that just by loading "megaraid_mbox", "megaraid_mm" is automatically loaded with it, as seen in the "lsmod" I listed above. The opposite, however, is not true.
Can anyone help?
Thank you in advance,
Tiago Dá Mesqui
I HAVE managed to get the Ethernet Card working. It must have been some IRQ conflict. I just assigned a fixed IRQ to the Network Card in the BIOS. Before, the card's IRQ number was set to auto.
About the RAID drive, It's still not working.
Here are the commands I issue:
- "modprobe megaraid_mbox"
- "fdisk /dev/sda"
The fdisk command returns "Unable to open /dev/sda"
With
- "lsmod" I get:
"MODULE SIZE USED BY
megaraid_mbox 22640 0
megaraid_mm 6720 1 megaraid_mbox
..."
I load "megaraid_mbox" instead of "megaraid" (with the "modprobe" command) because I only have the "megaraid_mbox.ko" and "megaraid_mm.ko" files in my "/lib/modules/2.6.9-gentoo-r1/kernel/drivers/scsi/megaraid/" directory. That is, no "megaraid.ko". (I assume the ".ko" extention indicates that a file represents a module, please correct me if I'm wrong).
Note that just by loading "megaraid_mbox", "megaraid_mm" is automatically loaded with it, as seen in the "lsmod" I listed above. The opposite, however, is not true.
Can anyone help?
Thank you in advance,
Tiago Dá Mesqui
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP