LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-26-2005, 06:21 AM   #1
ikebbe
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Rep: Reputation: 0
SCSI RAID not Detected During Installation of RHEL3


Hi,

I'm an absolute beginner at Linux and I have a PC with the following configuration:

- Opteron 250 dual CPU's
- Tyan K8W 2885 MBD
- Two SCSI HDD put in RAID 0 on Adaptec 39320-A-R controller
- One SATA HDD intended to be used for files backup
- 2 GB memory

Realizing the potential for trouble in case the SATA drive is given priority by BIOS detection, I unplugged it then installed Windows 2000 on one partition of the RAID, then added WINXP on another partition and left some 30 GB unallocated space for RHEL3. Both OS's are booting like a dream even after adding the SATA drive.

Problems started when I wanted to install RHEL3 as a third OS in the multi-boot:

I started by installing RHEL3 AS but it couldn't find any SCSI RAID. After scurrying on the internet, I found some drivers intended for AMD64 systems and identified one a320 RAID host driver then continued with the installation without making sure the driver was taken in as RHEL3 installation showed me a certain aic7xx SCSI driver being taken in. By the time I reached Disk Druid, I saw the two SCSI HDD separated as sda and sdb (in a previous installation when I had the SATA disk hooked on, I could see that drive and only one of the two SCSI HDD) and from that point I would get a warning about data being destroyed if I proceeded further. At any rate, the installation completed but when rebooting I received a GRUB prompt with a blinking cursor. Nothing more.

I realized the Windows installations were totalled as I couldn't reach them so I wiped out the whole system clean and reinstalled the two Windows OS's and started reading some literature.

I read somewhere that GRUB can't work on SCSI RAID so the boot record has to be installed on the SATA drive then later I would make a rescue disk just in case and edit the grub.conf file to unite the MBR assuming Windows has to be installed first. I have no idea how to do that without harming my Windows installations and how to make sure anaconda takes in those drivers I picked from Adaptec.

Would a hardisk installation be viable under such circumstances? I'd appreciate an answer.
 
Old 03-26-2005, 11:11 PM   #2
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
http://www.adaptec.com/worldwide/sup....x86_64.tar.gz

You have to install this driver at install for RHEL. There is a floppy image and rpm. Have fun.
 
Old 03-28-2005, 06:47 AM   #3
ikebbe
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
I have already done that: I downloaded the driver, rawritten it to a floppy under Windows, then used it in the installation of RHEL3 but all I could get was for Anaconda to detect the two SCSI hard disks separate with no RAID configuration. Any step further by Disk Druid meant destroying my Windows.

Someone suggested Linux doesn't work on hardware RAID, how true is that?

And suppose I use my other hard disk (SATA) for the RHEL installation, how can I manage the boot to include all three OS's (Windows 2000, XP, and RHEL3)?
 
Old 04-02-2005, 02:55 PM   #4
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
If you had a 3ware or LSI card, it would work because the drviers are GPL'd and in the kernel itself. For your card, you will have to hit F6 I believe on install and add the floppy driver. You have to get an exact matched driver for your OS version.
 
Old 04-06-2005, 01:05 AM   #5
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
According to the Adaptec Knowledgebase they say you must disable something in the BIOS of the U320 RAID card for Linux to install.
 
Old 04-06-2005, 04:21 AM   #6
ikebbe
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Do you mean disabling HostRAID? That is the base of building the hardware RAID.
 
Old 04-08-2005, 01:49 PM   #7
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
Quote:
Originally posted by ikebbe
Do you mean disabling HostRAID? That is the base of building the hardware RAID.
The lin below is the official list of supported operating systems that Adaptec has for your controller and Linux:
http://www.adaptec.com/worldwide/sup...9320A-R#suppOS


I know HostRaid makes it a RAID controller and without that its just a SCSI controller. Its an option according to the document I was looking at. You can either install Linux with HR on or off. Here's a link for Linux drivers from Adaptec > http://www.adaptec.com/worldwide/sup...System%2fLinux

There's two different drivers, one if HostRAID is enabled and one for when it's not.



Last edited by t3gah; 04-08-2005 at 02:17 PM.
 
Old 06-05-2005, 12:14 AM   #8
ahues
LQ Newbie
 
Registered: Dec 2003
Location: Panama City
Distribution: Fedora Core and Red Hat Enterprise Linux
Posts: 19

Rep: Reputation: 0
Exclamation Not true hardware RAID

As far as I know Adaptec SCSI host/RAID adapters come in 3 flavors: non-RAID, RAID0, and RAID1; there may be a RAID 0 and 1, but I'm not sure. These are value-oriented cards, i.e. RAID1 model does not include RAID0 functionality but both can be used as non-RAID controller if desired.

I believe these are not true hardware RAID but more of a hybrid, please correct me if I'm wrong. The stand-alone SCSI and RAID1 modes work with Linux, but in the case of host-based RAID0 the OS will see each member as a separate disk. This is what is happening in your case.

IMHO Adaptec make very reliable cards, they trend to be simple to use and don't have too many option in the adapter BIOS. Some people consider this as somewhat lack of functionality specially if something goes wrong (i.e. in the event of disk failure). Personally I like them, and you would have no problem if you master it by practice.

Last edited by ahues; 06-11-2005 at 07:58 AM.
 
Old 06-30-2005, 08:20 AM   #9
GJC@Linux
LQ Newbie
 
Registered: Jun 2005
Posts: 1

Rep: Reputation: 0
Maybe this links will help you. Had the same problem, But with these drivers I Mentioned to install it wright :-)
Make devicedriver disk,
start installation with: linux dd
and use is must work.

http://www.adaptec.com/ibm/downloads...eta_index.html
http://www-307.ibm.com/pc/support/si...cid=MIGR-55041
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
About RHEL3 Software RAID 5 can't boot? (superblock) shen168 Red Hat 3 11-28-2005 06:46 PM
Installing RHEL3 Error due to RAID only system Codefire Linux - Hardware 0 10-28-2005 11:21 AM
Install RHEL3 with WinXP on SCSI RAID 0 ikebbe Linux - Newbie 0 03-21-2005 09:33 AM
Perc3Di SCSI RAID + Adaptec 2810SA RAID = Fatal Grub Error? LinuxOnTheEdge Linux - General 2 03-19-2005 02:35 PM
moving system from ide software raid to new box with scsi raid ftumsh Linux - General 0 10-28-2003 09:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration