HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: LH3000 Netraid and disk corruption: still not ...
Operating System - Linux
1827807
Members
2306
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
- Report Inappropriate Content
06-04-2002 08:14 AM
06-04-2002 08:14 AM
Hi,
as written in another posting, I'm still experiencing disk corruption on a LH3000 with Redhat 7.2 (all upgrades installed).
I know that historically Megaraid driver had many issues.
Any HP engineer is interested?
Domenico Viggiani
as written in another posting, I'm still experiencing disk corruption on a LH3000 with Redhat 7.2 (all upgrades installed).
I know that historically Megaraid driver had many issues.
Any HP engineer is interested?
Domenico Viggiani
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 09:31 AM
06-04-2002 09:31 AM
Solution
Hello Domenico,
The Netraid problem is not related to the distribution itself, but to the version of the megaraid.o driver.
The HP Netraid is supported since version 1.15c, which is first included in the kernel 2.4.10.
-> RedHat 7.1 shipped with kernel 2.4.2
-> RedHat 7.2 shipped with kernel 2.4.7
-> RedHat 7.3 shipped with kernel 2.4.18, but is not yet officially supported by HP.
Since the problem was discovered, HP has been delivering install disks with the modified megaraid.o driver.
However, all HP Netserver range of products is not yet supported with Linux. You can check the following URL for compatibility matrix :
http://www.hp.com/united-states/linux/products/matrices/netserver_matrix.html
Now, how can you solve your problem ?
=> You can install RedHat 7.3
=> You can create a RedHat module disk, using a patched kernel 2.4.2 with the right version of megaraid.o driver.
If you want to know how this module disk can be created, please post another question (it is not so easy, but feasible with a minimum of knowledge in kernel compile procedure, initial ramdisk, ...).
Good luck.
Kodjo
The Netraid problem is not related to the distribution itself, but to the version of the megaraid.o driver.
The HP Netraid is supported since version 1.15c, which is first included in the kernel 2.4.10.
-> RedHat 7.1 shipped with kernel 2.4.2
-> RedHat 7.2 shipped with kernel 2.4.7
-> RedHat 7.3 shipped with kernel 2.4.18, but is not yet officially supported by HP.
Since the problem was discovered, HP has been delivering install disks with the modified megaraid.o driver.
However, all HP Netserver range of products is not yet supported with Linux. You can check the following URL for compatibility matrix :
http://www.hp.com/united-states/linux/products/matrices/netserver_matrix.html
Now, how can you solve your problem ?
=> You can install RedHat 7.3
=> You can create a RedHat module disk, using a patched kernel 2.4.2 with the right version of megaraid.o driver.
If you want to know how this module disk can be created, please post another question (it is not so easy, but feasible with a minimum of knowledge in kernel compile procedure, initial ramdisk, ...).
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 12:25 AM
06-05-2002 12:25 AM
Re: LH3000 Netraid and disk corruption: still not solved
Thank you for your reply.
It is still not clear what version of Megaraid driver solves the issue. I have 1.18, enclosed in kernel 2.4.9-31 from Redhat and I know that there are no further versions.
If needed, I can also upgrade the system to Redhat 7.3.
However, I have a good experience with kernel compiling and, if you post instructions, I can try to create a module disk.
Bye from Italy
Domenico
It is still not clear what version of Megaraid driver solves the issue. I have 1.18, enclosed in kernel 2.4.9-31 from Redhat and I know that there are no further versions.
If needed, I can also upgrade the system to Redhat 7.3.
However, I have a good experience with kernel compiling and, if you post instructions, I can try to create a module disk.
Bye from Italy
Domenico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 12:06 PM
06-05-2002 12:06 PM
Re: LH3000 Netraid and disk corruption: still not solved
Hi Domenico,
If you want to create a module disk for RedHat install :
1. On another machine, install the kernel source code of RedHat 7.1 (it should be 2.4.2-??).
Go to /usr/src/linux/configs and copy the i386 configuration file into /usr/src/linux/.config
Go to /usr/src/linux/drivers/scsi and replace the megaraid.c and megaraid.h files with the ones with the fix (1.15c or higher).
Back to /usr/src/linux : make menuconfig. Go to scsi low-level drivers and make sure AMI Megaraid driver is marked to be compiled as a module. Save the configuration, just to make sure headers are re-generated.
Under /usr/src/linux, make clean && make dep && make modules
Now, you should have a module that matches the RedHat kernel.
To create the RedHat module disk, create a working directory :
mkdir /work
mkdir /work/2.4.2-2BOOT
cp /usr/src/linux/drivers/scsi.megaraid.o /work/2.4.2-2BOOT
cd /work
find 2.4.2-2BOOT | cpio -o -H crc >modules
gzip modules
mv modules.gz modules.cgz
Create a text file named "modinfo" with the 3 following lines :
megaraid
scsi
"AMI Megaraid"
Create a text file named "modules.dep" with the following line :
megaraid: scsi_mod
Insert a 1.44 MB floppy, format it with :
fdformat /dev/fd0H1440
Create a MSDOD filesystem on it :
mkdosfs /dev/fd0
Mount the floppy and copy the following data on it :
mount /dev/fd0 /mnt/floppy
cd /work
cp modules.cgz modinfo modules.dep /mnt/floppy/
umount /mnt/floppy
Now, your module disk is ready to be used for install.
Boot your RedHat install CD, then at prompt type "linux dd", where "dd" stands for "Driver disk". After 1 or 2 screens, you will be prompted for a driver floppy : insert the one you made before.
Hope that works.
Good luck.
Kodjo
If you want to create a module disk for RedHat install :
1. On another machine, install the kernel source code of RedHat 7.1 (it should be 2.4.2-??).
Go to /usr/src/linux/configs and copy the i386 configuration file into /usr/src/linux/.config
Go to /usr/src/linux/drivers/scsi and replace the megaraid.c and megaraid.h files with the ones with the fix (1.15c or higher).
Back to /usr/src/linux : make menuconfig. Go to scsi low-level drivers and make sure AMI Megaraid driver is marked to be compiled as a module. Save the configuration, just to make sure headers are re-generated.
Under /usr/src/linux, make clean && make dep && make modules
Now, you should have a module that matches the RedHat kernel.
To create the RedHat module disk, create a working directory :
mkdir /work
mkdir /work/2.4.2-2BOOT
cp /usr/src/linux/drivers/scsi.megaraid.o /work/2.4.2-2BOOT
cd /work
find 2.4.2-2BOOT | cpio -o -H crc >modules
gzip modules
mv modules.gz modules.cgz
Create a text file named "modinfo" with the 3 following lines :
megaraid
scsi
"AMI Megaraid"
Create a text file named "modules.dep" with the following line :
megaraid: scsi_mod
Insert a 1.44 MB floppy, format it with :
fdformat /dev/fd0H1440
Create a MSDOD filesystem on it :
mkdosfs /dev/fd0
Mount the floppy and copy the following data on it :
mount /dev/fd0 /mnt/floppy
cd /work
cp modules.cgz modinfo modules.dep /mnt/floppy/
umount /mnt/floppy
Now, your module disk is ready to be used for install.
Boot your RedHat install CD, then at prompt type "linux dd", where "dd" stands for "Driver disk". After 1 or 2 screens, you will be prompted for a driver floppy : insert the one you made before.
Hope that works.
Good luck.
Kodjo
Learn and explain...
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.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP