LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-02-2001, 09:16 PM   #1
jaysan
LQ Newbie
 
Registered: May 2001
Distribution: Slackware Linux 9.1
Posts: 23

Rep: Reputation: 15
IDE raid controllers under linux


We have just installed RedHat 7.1 on an AMDK6233Mhz machine. We plan to use it as a backup storage for our data. We plan to use RAID controllers for IDE.

Will IDE RAID controllers work under linux?
Is there a documentations on how to implement it? and also what controllers are compatible with it.
 
Old 08-02-2001, 10:23 PM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
SuSE has support for the 3Ware IDE RAID controllers. AFAIK the Rromise RAID cards will not work under Linux, but their RAID Tower will. It's a tower of either 4 or 8 IDE bays which runs off a SCSI interface.

The 2.4.x kernels will do software RAID nicely, and the 2.2.x kernels will need a patch.
 
Old 08-03-2001, 01:21 AM   #3
jaysan
LQ Newbie
 
Registered: May 2001
Distribution: Slackware Linux 9.1
Posts: 23

Original Poster
Rep: Reputation: 15
RAID ide

thank you for replying,

i see..we plan to get the Promise RAID card. I'll try to check if the RAID card by 3ware is available here in the Philippines. Also, what do you mean by "The 2.4.x kernels will do software RAID nicely, and the 2.2.x kernels will need a patch."?

does that mean that we do not need to get the RAID card in order to make it work under linux? We have red hat linux 7.1
which i think is a 2.4.x kernel, does that mean we can basically install 2 drives and configure it as to work as raid?

we are just after raid 1 which is mirroring since we intend to put up a server there we can store backup data files.
 
Old 08-03-2001, 02:08 AM   #4
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Software RAID will do the same job as the basic Promise RAID cards which don't do much more than manage the stripe sets. As I mentioned before, I don't know if the Promise RAID cards will work in Linux.

If you need real performance you'll want to look at a RAID solution that incorportates an onboard RAID controller with some real power and memory. This takes some of the load off the CPU and I/O when doing a hot-swap/rebuild of an array member.

I am currently runnning softwarre RAID-5 on some of my servers and one workstation and am very happy with it. I use both ext2fs and reiserfs on them.

If you have the budget and you need the speed, look at the 3Ware Esclade 6800 card or the Promise UltraTrak/100 (SCSI-to-ATA) box.

If you can get some good SCSI drives and a u160 SCSI controller, the software RAID can be nice.

If you're poor like me, get a one or more Promise Ultra/66 or 100 controllers and throw some ATA drives at it. Don't slave up any drive in your array - one driver per controller interface.
 
Old 08-03-2001, 03:15 AM   #5
jaysan
LQ Newbie
 
Registered: May 2001
Distribution: Slackware Linux 9.1
Posts: 23

Original Poster
Rep: Reputation: 15
Mcleodnine,

unfortunately, we don't have the budget for scsi drives. That is why we were looking at IDE drives since they are cheaper.

i'll try to study on how to implement software RAID. can you suggest any documents that i can start off with? I will try to look for it at linux how tos.

also, can i ask you why did you use RAID-5 and not RAID-1? Is it because if you use 2 10Gig drives in RAID-1 you can only use 10G and if it is RAID-5 you can use 20Gig? Am i correct at this?

From what i understand if RAID-1, say, if you have 2 drives imirrored and if one of the drives fails, the other still has a backup of the data. In RAID-5 what happens if in case a drive fails? Will the data be lost?

thank you for answering my questions and you have been really helpful.

jay
 
Old 08-03-2001, 03:42 AM   #6
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
For RAID 4 or 5 (well, let's just ignore RAID4 and treat it like the red-headed stepchild it really is) You need at least 3 drives. My 3 10GB platters on my desktop RAID5 array gives me 20GB. I could get 10 GB in RAID1 and have a hot spare, or get 30GB and use RAID0 (scary).

Check out linuxdoc.org and bookmark it. It's a great resource.
 
Old 08-03-2001, 08:29 AM   #7
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
The 3Ware cards support linux in general. Here at the office we have a server with a 3-ware IDE-RAID controller running Slackware. It works really well. Adeptec also makes a few hardware IDE-RAID solutions but I think the 3ware is probably the best for its cost.

The biggest thing here is to avoid software RAID controllers, as they require drivers and CPU time to perform the RAID functions. Hardware RAID controllers do everything seamlessly in the background and don't use any of your CPU power.

John
 
Old 08-03-2001, 02:10 PM   #8
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
jtshaw: I'm glad to finally hear about someone actually using the 3Ware cards. I was looking into one for myself but it was going to cost about CDN$500 to get one shipped here. It seemed like a lot of money for something I have only seen in a press release. Are you using the 6800 or he 7000?
 
Old 08-03-2001, 02:21 PM   #9
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
We are using the 6800 currently but there was some talk about a another machine using the 7000. It works really well and has a nice web interface for checking on the array's and things like that. It is even setup to send a text message to a few of our cell phones if the array goes bad so we can check on it.
 
Old 08-03-2001, 08:29 PM   #10
jaysan
LQ Newbie
 
Registered: May 2001
Distribution: Slackware Linux 9.1
Posts: 23

Original Poster
Rep: Reputation: 15
I checked out 3Ware's website and checked out the Escalade 6000 series and 7000 series controllers.

Just wondering, will the controllers work on old machines? The machine that we plan to use is an old HP Vectra Series 4 which has a Pentium 166Mhz CPU. Also, the machine can only detect drives up to 8GB. And we plan to use 30 maybe 40 Gb of hard drive. Will the size be limited to 8Gb only or just like SCSI, will it detect the 30Gb drive?
 
Old 11-06-2002, 02:43 PM   #11
henrikwh
LQ Newbie
 
Registered: Jul 2002
Posts: 7

Rep: Reputation: 0
3ware vs promise

Hi all
I am the owner of an Promise TX2000. I run red hat 7.3 with 2 disks in a raid 0. Currently I am very unhappy with my Promise TX2000. Performance is not very good and I think is i even the controller or the driver from promise that causes my linux box to crash.

Currently i am thinking of buying a 3ware ide ata raid (properly the 3w7500-4). But I want to hear some experiences first.

- Are there native kernel support in linux ?
- Is it easy to install (insert cd, and install :-)?
- How is performance?

Hope anyone can provide some positive (or negative input).

Best regards Henrik
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Linux and cheap raid controllers AndrewMSConvert Linux - Hardware 2 12-01-2004 07:42 PM
IDE Raid Controllers for Fedora? atrixware Linux - Hardware 1 11-09-2004 12:40 AM
does linux support the sata raid and ide raid in k7n2 delta ilsr? spyghost Linux - Hardware 10 04-16-2004 05:27 AM
Any good IDE raid controllers/external enclosures for linux? glock27linux Linux - Hardware 2 11-26-2003 02:52 PM
booting with two SCSI/RAID/IDE controllers installed Moebius Linux - Hardware 3 07-28-2003 02:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:26 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