- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problems with NetRaid and Linux.
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-04-2005 07:44 PM
09-04-2005 07:44 PM
I have a old NetServer LH6000 with NetRaid controller. Id like to install Linux on that machine, but installer cannot find disks. I think reason is that Linux installer cannot recognize Raid controller. I have tried to install RedHat ES 4 and Debian 3.1R0a distributions. Any suggestion how i get installation recognize those Raid controller.
Best regards,
Ville Leinonen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 10:06 PM
09-04-2005 10:06 PM
Re: Problems with NetRaid and Linux.
This CD is available for download.
Unfortuneately, without a more precise model number, I can not post you a link for this download.
I suggest you start here:
http://welcome.hp.com/country/us/en/prodserv/servers.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 10:17 PM
09-04-2005 10:17 PM
Re: Problems with NetRaid and Linux.
Model is: NetServer LH 6000r.
Br,
Ville
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 03:58 PM
09-05-2005 03:58 PM
Re: Problems with NetRaid and Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:46 AM
09-06-2005 04:46 AM
Re: Problems with NetRaid and Linux.
-Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 10:00 AM
09-06-2005 10:00 AM
SolutionThe installer picks the wrong driver. It loads the megaraid driver by default, and that is no longer used for the NetRaid controller (it used to work on the older distros).
You need to ensure that the aacraid driver is installed. When I did my old netserver, I seem to recall an option on the text-based install that allowed you to select more drivers. Thats the point where you need to load the aacraid driver.
As you can see in the lsmod output below, the driver aacraid is in use for the NetRaid controller:
scsi_mod 103884 7 [st sr_mod sg ide-scsi aacraid aic7xxx sd_mod]
test1:/proc/scsi/aacraid # sginfo -l
/dev/sda /dev/sdb /dev/sdc /dev/scd0 /dev/sr0 /dev/nst0 /dev/nst1
/dev/sg0 [scsi0 ch=0 id=0 lun=0]
/dev/sg1 [=/dev/nst0 scsi0 ch=0 id=1 lun=0]
/dev/sg2 [=/dev/nst1 scsi0 ch=0 id=2 lun=0]
/dev/sg3 [=/dev/sda scsi2 ch=0 id=0 lun=0]
/dev/sg4 [=/dev/sdb scsi2 ch=0 id=1 lun=0]
/dev/sg5 [=/dev/sdc scsi2 ch=0 id=2 lun=0]
/dev/sg6 [=/dev/scd0 scsi3 ch=0 id=0 lun=0]
test1:/proc/scsi/aacraid # ls
. .. 2
tux1:/proc/scsi/aacraid # cat 2
Adaptec Raid Controller 1.1.3 Dec 19 2003 16:23:53, scsi hba number 2
Regards
Col
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:34 PM
09-06-2005 04:34 PM
Re: Problems with NetRaid and Linux.
Thank you for your answers. I just installed FreeBSD for that, but i will try to install Linux for others 6000's server, now that i know what driver i must to use.
Br,
Ville
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:35 PM
09-06-2005 04:35 PM