LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-27-2002, 06:07 PM   #1
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Rep: Reputation: 15
Exclamation Redhat 8.0 + Kg7 RAID HELP!!!


First off let me say that I'm a linux newbie, so bear with me here.

I have a pretty nice system set up, which was originally using win2kpro:

Abit Kg7 RAID, athlon 1.47ghz
highpoint controller 370 on board
512 crucial ddr
geforce 4ti4600
2 maxtor 20gig ata 133 7200rpm drives

After becoming interested in linux, I decided to reformat the entire lot and give redhat 8 a try. When going through the install process I notice that Redhat doesn't recognize 1 large drive, but instead the 2 drives (doesn't see that it's RAID'd), even though in my bios the RAID array is working properly. I went through with the install regardless and got things running nicely (despite some problems with the NVIDIA drivers which I got sorted out eventually), but I'd like to reinstall everything and get RAID working. I checked out Highpoint's site about the RAID but I didn't really understand it. My ultimate goal would be to dual boot Windows 2kpro and redhat 8 with RAID 0.

I would greatly appreciate any help, as I would really like to leave M$ behind mostly, or at least dual boot the thing.

Thanks

-Tom
 
Old 11-27-2002, 07:34 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you will need to use the highpoint solution at their website

what problem did you have with it?
 
Old 11-27-2002, 07:44 PM   #3
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Well, first of there is no linux driver listed for 8.0.. secondly, if I install raid driver after I install linux.. how will that in any way help me? If I already have it installed I can't very well change the partitioning scheme to include both drives.. I dunno it's rather confusing to me
 
Old 11-27-2002, 08:01 PM   #4
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Also, there's a warning at the top of the page

"
WARNING:

The BIOS updates posted on this site are only suitable for use with PCI card Host Adapters, not motherboard/HPT3xx chipset combinations. Please visit the motherboard manufacturer's website for the proper download.

"

I have mother/hpt3 chipset combo, not PCI card... so I'm totally lost
 
Old 11-27-2002, 08:27 PM   #5
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I have a board with the highpoint chip and I used the kernel from the website anyway and it works.


I decided not to use it though, it was a lot slower than software raid
 
Old 11-27-2002, 11:11 PM   #6
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
I'd like to use the one from the site, but since I'm a total newbie I don't understand the instructions ... what I'd like to do is have it so when I do a fresh install, I can load the drivers and it'll find that I have RAID. See, after I have linux installed, updating RAID drivers is useless to me as the partitions will be wrong... please someone help !
 
Old 11-28-2002, 12:27 AM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
that's what you will need to do, you cannot install without the utilities from the site.
 
Old 11-28-2002, 03:38 AM   #8
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Umm... ? This has to be the least helpful website I've seen in my life. I ask a question, and say what I'm trying to do, then you repeat what I say. Lol
 
Old 11-28-2002, 03:48 AM   #9
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
sorry but you need that utility, I could not get mine to install any other way

There is no magic words to type in for this problem
 
Old 11-28-2002, 03:48 AM   #10
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
the question I had was what is the problem your having with it.
 
Old 11-28-2002, 04:55 AM   #11
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Ok, so I got the "utility"..."hpt3xx-opensource-v13.tgz" I did the instructions like the readme said, except for the part where it says to remove support for HPT366 because I didn't know how to do that, so I went ahead and built the driver and I got an error (error 1). when I did a modprobe nothing happened and when I tried to load the driver it failed and said it didn't exist. Not sure what I'm doing wrong.



here's what I'm using to make the driver

#make /usr/src/linux-2.4.18-14/=/usr/src/linux-2.4.18-14 RH80=1 ATHLON=1

and here's the last part of the insanely long output.. mostly filled with warnings

hpt.c:40: storage size of `hpt_notifier' isn't known
hpt.c:473: warning: `hpt_scsi_unregister_module' defined but not used
make: *** [hpt.o] Error 1


lol...


Last edited by TomGerman; 11-28-2002 at 04:59 AM.
 
Old 11-28-2002, 10:17 AM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
The part about removing support is critical for this to work.

What happened is the driver comes built in but it does not work, so you must disable it and then the modprobe will work. It's in the config under the raid devices.

One thing you could do to solve the problem about needing to install it to the raid array if you have the equipment...

Install to a drive on one of the hda -hdd interfaces. Rebuild the kernel and get it working where it can access and use the raid array. Then move the system over to it.


I used RedHat 7.3 on mine. I got the array working and tried it before moving the entire system to it. It was really slow compared to software raid.

Something like 19 MB/sec if I remember correctly, software raid gets in the upper 60's like 68 or 69

Last edited by DavidPhillips; 11-28-2002 at 10:25 AM.
 
Old 11-28-2002, 03:23 PM   #13
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
I reinstalled and am now on software RAID. How do I check how many mbs/sec I'm getting? Which utility can I use?
 
Old 11-28-2002, 03:37 PM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
hdparm -tT /dev/md0
 
Old 11-28-2002, 03:39 PM   #15
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you can test each drive alone too to see if one is slower

hdparm -tT /dev/hda

hdparm -tT /dev/hdb
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAID on Redhat 4 kofi Linux - Software 1 08-08-2005 01:32 PM
KG7-Raid Maximum Hard Disk Size? ron4ld Linux - Hardware 0 09-07-2004 04:34 AM
Raid in RedHat dtournas Linux - Hardware 0 09-04-2003 04:05 AM
Abit KG7-RAID and Redhat 7.2 Install Issues scottbeattie Linux - Hardware 1 04-15-2002 08:30 AM
Motherboard Question on Abit KG7-Raid Stephanie Linux - General 1 12-11-2001 11:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:18 AM.

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