hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : What kind of SCSI Drives / Controllers do you recommend?
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

What kind of SCSI Drives / Controllers do you recommend?

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-09-2003, 12:40 AM
AcuNett AcuNett is offline
** Server & Hosting Experts **
 
Join Date: Dec 2001
Location: Franklin, TN, USA
Posts: 1,310

What kind of SCSI Drives / Controllers do you recommend?


We're currently using a fujistu SCSI drive with Adaptec 2940U2W SCSI Controller, which doesn't seem to be working very well. Any specific controller's anyone recommends?

__________________
ServerSync, By AcuNett | RAID-6 Remote RSYNC Space
Are you ready for peace of mind?

Sit back. Relax. Leave everything to us.
( AcuNett 24x7 Always-On Server Management Est. 10 Years, BBB A+, RateLobby Reviews )


Reply With Quote


Sponsored Links
  #2  
Old 03-09-2003, 12:49 AM
Acronym BOY Acronym BOY is offline
Web Hosting Master
 
Join Date: Mar 2002
Location: Westbury, LI NY
Posts: 1,705
I've never been a fan of Adaptec controllers really. When performance really matters most (more than cost) I've used Mylex and Seagate Cheetahs.

Reply With Quote
  #3  
Old 03-09-2003, 02:00 AM
Mdot Mdot is offline
Web Hosting Master
 
Join Date: Feb 2002
Posts: 981
I like Mylex and Tekram, although using Adaptec as well, which is doing fine..


Miha.

__________________
Powered by AMD & FreeBSD.
"Documentation is like sex:
when it is good, it is very, very good;
and when it is bad, it is better than nothing."

Reply With Quote
Sponsored Links
  #4  
Old 03-09-2003, 03:18 AM
atjeu atjeu is offline
Web Hosting Master
 
Join Date: Aug 2000
Location: Phoenix, Arizona
Posts: 558
dont expect performance of scsi to beat ide unless you are going for at least 10k drives, but better yet 15k rpm scsi drives - the host controllers have a bandwidth or bus speed - data can be transferred on that bus up to the max rate -so if you have a u160 controller you can move 160MB/sec on that bus - if your drive can only do 25MB/sec it really doesnt matter that you have a 160 card - you could have an old 40MB/sec card and get the same speed - these days 7200rpm drives are just as fast as 7200rpm scsi -so you dont see "knock your socks off" performance until you get to the 15krpm scsi drives when you seek times come down to 3.5ms and so on... many people request scsi stuff because they think its automatically faster - it can be faster but its not automactically faster then ide. apples to apples its the same.

__________________
Atjeu Hosting - www.atjeu.com
Sales Manager - damir@atjeu.com
*Dedicated Servers*||*VPS*||*Cloud Dedicated Servers*||*Shared Hosting*||*Colocation Services*

Reply With Quote
  #5  
Old 03-09-2003, 05:01 AM
SsZERO SsZERO is offline
Disabled
 
Join Date: Feb 2003
Location: Philadelphia
Posts: 105
Actually, SCSI is an inherently better technology than IDE when it comes to server applications. Even if the actual drive many not be "Faster" than a comparable IDE drive, the SCSI counterpart will use much less CPU cycles, enabling it to handle a server load much better. IDE is still best suited to the desktop, single-user environment.

I would recommend what I use:

LSI MegaRAID 320-x
3 x Seagate Cheetah 10K.6 or 15K.3 in a RAID-5 config with 64KB stripe

Reply With Quote
  #6  
Old 03-09-2003, 11:57 AM
Mike the newbie Mike the newbie is offline
Web Hosting Master
 
Join Date: Mar 2001
Location: Connecticut, US
Posts: 779
Quote:
Originally posted by SsZERO
Actually, SCSI is an inherently better technology than IDE when it comes to server applications. Even if the actual drive many not be "Faster" than a comparable IDE drive, the SCSI counterpart will use much less CPU cycles, enabling it to handle a server load much better. IDE is still best suited to the desktop, single-user environment.

That is not a correct statement. IDE drives using a good IDE RAID controller like the 3Ware controllers present a load on the CPU similar to a SCSI controller.

It is not the type of drive, but the type of controller that determines the CPU load.

__________________
This space for let.
Inquire within.

Reply With Quote
  #7  
Old 03-09-2003, 05:15 PM
SsZERO SsZERO is offline
Disabled
 
Join Date: Feb 2003
Location: Philadelphia
Posts: 105
True that a good controller will have less CPU usage than MB integrated controllers, it is still not as good as SCSI. IDE is still IDE, no matter how you slice it. I get about 2-4% CPU usage when my drives are being hammered. Never used a high-end IDE controller, but I have not found anything compelling enough for me to want to go with IDE for my server. BTW did you ever test a single IDE drive for I/O per second?

Reply With Quote
  #8  
Old 03-09-2003, 05:46 PM
Acronym BOY Acronym BOY is offline
Web Hosting Master
 
Join Date: Mar 2002
Location: Westbury, LI NY
Posts: 1,705
Quote:
Originally posted by SsZERO
did you ever test a single IDE drive for I/O per second?
That's in accurate. You should test it in IO's per second per dollar. If you can buy 3 IDE drives for the price of one SCSI drive and get better performance, do it.

Yes, SCSI is a superior interface in several ways, the fact that it can tlak to more than one drive at once is usually what helps once you get into heavy I/O. If you don't need blazing performance, just quick performance, a true high level IDE RAID card (I swear by 3ware myself) would defintly be an option you shoudl look into. But if you need blazing performance and can afford it, SCSI is superior.

Pay attention what benchmarks you listen to. Sandra is not any place close to an accurate benchmark for harddrives.

Reply With Quote
  #9  
Old 03-09-2003, 06:04 PM
Mike the newbie Mike the newbie is offline
Web Hosting Master
 
Join Date: Mar 2001
Location: Connecticut, US
Posts: 779
Quote:
Originally posted by SsZERO
True that a good controller will have less CPU usage than MB integrated controllers, it is still not as good as SCSI. IDE is still IDE, no matter how you slice it. I get about 2-4% CPU usage when my drives are being hammered. Never used a high-end IDE controller, but I have not found anything compelling enough for me to want to go with IDE for my server. BTW did you ever test a single IDE drive for I/O per second?

The IDE RAID controller I mentioned (3Ware) appears to the operating system as a SCSI controller, complete with tagged and queued i/o capability. For example, under FreeBSD the SCSI miniport driver is used. So the load on the CPU is the same as a SCSI controller.

For me the compelling reason to look at IDE is the price efficiency. SCSI is much more expensive per gigabyte. For example, I am in the processing of building a media storage server. I'm using three 160GB drives (7200rpm, 8MB cache) in a RAID configuration on a 3Ware controller. I will be getting 320GB of high-performance RAID 5 storage for $609 worth of drives. How much would that much storage cost if I had used SCSI drives?

So, unless you really need the high-end performance of SCSI drives, it is worth looking at the high-end IDE RAID controllers.

Note that I am not saying that IDE can be used instead of SCSI in all applications. I am saying that with the high-performance IDE RAID controllers that are available, SCSI is really needed only on very high-end servers.

And with the 10,000rpm IDE drives on the horizon, the gap is closing even further...

__________________
This space for let.
Inquire within.

Reply With Quote
  #10  
Old 03-09-2003, 06:41 PM
SsZERO SsZERO is offline
Disabled
 
Join Date: Feb 2003
Location: Philadelphia
Posts: 105
Quote:
Originally posted by Acronym BOY
That's in accurate. You should test it in IO's per second per dollar. If you can buy 3 IDE drives for the price of one SCSI drive and get better performance, do it.
It is not "inaccurate" because you choose to include price in the equation. Pricing is not a key issue for me, and the original poster was not asking about an IDE solution nor am I. Not all people subscribe to a bargain-basement mentality when shopping for computer parts.

Quote:
Yes, SCSI is a superior interface in several ways, the fact that it can tlak to more than one drive at once is usually what helps once you get into heavy I/O. If you don't need blazing performance, just quick performance, a true high level IDE RAID card (I swear by 3ware myself) would defintly be an option you shoudl look into. But if you need blazing performance and can afford it, SCSI is superior.
I have already chosen SCSI after giving brief consideration to an IDE solution. Check your MTBF numbers on those IDE drives...and seek times while you're at it.

Quote:
Pay attention what benchmarks you listen to. Sandra is not any place close to an accurate benchmark for harddrives.
Benchmarks don't really tell the whole story regardless of which one you choose. Personally, I use ATTO just to gauge throughput performance...but even that is not 100% accurate. Sandra is trash for RAID benchmarks.

-= SsZERO =-

Reply With Quote
  #11  
Old 03-09-2003, 06:45 PM
Acronym BOY Acronym BOY is offline
Web Hosting Master
 
Join Date: Mar 2002
Location: Westbury, LI NY
Posts: 1,705
Quote:
Originally posted by Mike the newbie
The IDE RAID controller I mentioned (3Ware) appears to the operating system as a SCSI controller, complete with tagged and queued i/o capability. For example, under FreeBSD the SCSI miniport driver is used. So the load on the CPU is the same as a SCSI controller.
And in windows a $20 promise card is listed as a SCSI adapter. So?

I can change a few files and get your drive controllers listed as a video card if I wanted to.

Quote:
Originally posted by Mike the newbie
For me the compelling reason to look at IDE is the price efficiency. SCSI is much more expensive per gigabyte.
SCSI drives usually last longer too (my experience with 50 or so harddrives, half Maxtors, half WD, and 62 Seagate and Fujitsu drives). If you have to buy two IDE drives to last as long as one SCSI drive, its no longer cheaper.

Quote:
Originally posted by Mike the newbie
I am in the processing of building a media storage server. I'm using three 160GB drives (7200rpm, 8MB cache) in a RAID configuration on a 3Ware controller. I will be getting 320GB of high-performance RAID 5 storage for $609 worth of drives. How much would that much storage cost if I had used SCSI drives?
I'm doing the same right now on a 3ware with 3 200GB drives to start. The fact that I can add and dynamiclly resize my array as I go means I can add storage in 200GB chunks over time.

And for me, a SCSI zealot, IDE was what I chose. It depends on what you plan on doing.

Quote:
Originally posted by Mike the newbie
So, unless you really need the high-end performance of SCSI drives, it is worth looking at the high-end IDE RAID controllers.
I agree, if you don't need blazing performance, just fast performance, a 3ware with a few speedy IDE drives is probably your best bet.

If you need a 10TB array with seek times under 5ms, than yes, SCSI is what you will need.

Reply With Quote
  #12  
Old 03-09-2003, 06:50 PM
Acronym BOY Acronym BOY is offline
Web Hosting Master
 
Join Date: Mar 2002
Location: Westbury, LI NY
Posts: 1,705
Quote:
Originally posted by SsZERO
It is not "inaccurate" because you choose to include price in the equation. Pricing is not a key issue for me, and the original poster was not asking about an IDE solution nor am I. Not all people subscribe to a bargain-basement mentality when shopping for computer parts.
Price is always a factor. I am not a "bargain-basement shopper" but I am a "value shopper". Sure that 30GB harddrive is only $10, but what good does it do me?

I have things I need accomplished and I have a certain budget to do it with. If I don't get it done, I get fired. Thats it in its simplest form.

Quote:
Originally posted by SsZERO
I have already chosen SCSI after giving brief consideration to an IDE solution. Check your MTBF numbers on those IDE drives...and seek times while you're at it.
Well the seek time for my main 36GB boot drive as well as my spare 36GB swap drive is 3.6ms accorind to the manufacturer. How about your boot drive?

Quote:
Originally posted by SsZERO
Benchmarks don't really tell the whole story regardless of which one you choose. Personally, I use ATTO just to gauge throughput performance...but even that is not 100% accurate. Sandra is trash for RAID benchmarks.
I don't even use ATTO, I use I/O Meter.

Reply With Quote
  #13  
Old 03-09-2003, 06:50 PM
SsZERO SsZERO is offline
Disabled
 
Join Date: Feb 2003
Location: Philadelphia
Posts: 105
Quote:
Originally posted by Mike the newbie
The IDE RAID controller I mentioned (3Ware) appears to the operating system as a SCSI controller, complete with tagged and queued i/o capability. For example, under FreeBSD the SCSI miniport driver is used. So the load on the CPU is the same as a SCSI controller.
That is the case with most RAID controllers...same deal with the HighPoint and Promise software-based controllers that are integrated onto MBs. EVen if the controller support some SCSI commands, it does not make the drives support these commands...it can only interact with the drives using the IDE command set.

Quote:
For me the compelling reason to look at IDE is the price efficiency. SCSI is much more expensive per gigabyte. For example, I am in the processing of building a media storage server. I'm using three 160GB drives (7200rpm, 8MB cache) in a RAID configuration on a 3Ware controller. I will be getting 320GB of high-performance RAID 5 storage for $609 worth of drives. How much would that much storage cost if I had used SCSI drives?
If I were just looking for a place to store massive amounts of crap, I would probably go with IDE drives. I am referring to an environment where the drives will be slammed with I/Os 24/7 without a break. In such a scenario, using IDE is asking for downtime. For file storage server which will not be serving up web pages or doing any kind of database work, IDE is fine.

Quote:
So, unless you really need the high-end performance of SCSI drives, it is worth looking at the high-end IDE RAID controllers.

Note that I am not saying that IDE can be used instead of SCSI in all applications. I am saying that with the high-performance IDE RAID controllers that are available, SCSI is really needed only on very high-end servers.

And with the 10,000rpm IDE drives on the horizon, the gap is closing even further...
I don't think SCSI should be relegated to "only very high end". It is more affordable than before, even if it is still more expensive than IDE. The question you need to ask is: "Will downtime cost me more than the money I saved by using an IDE setup instead of SCSI?"

There are a few 10K RPM SATA drives slated for release soon, but we already have 15K scsi drives...and their prices are getting lower and lower. On top of that, the U320 interface is more than double the 150MB/s offered by SATA and nearly triple that of ATA-133.

-= SsZERO =-

Reply With Quote
  #14  
Old 03-09-2003, 06:52 PM
Acronym BOY Acronym BOY is offline
Web Hosting Master
 
Join Date: Mar 2002
Location: Westbury, LI NY
Posts: 1,705
Quote:
Originally posted by SsZERO
There are a few 10K RPM SATA drives slated for release soon, but we already have 15K scsi drives...and their prices are getting lower and lower. On top of that, the U320 interface is more than double the 150MB/s offered by SATA and nearly triple that of ATA-133.
SATA is a gimick. And if you want to talk about interface limitations...

Interface limitations are always ahead of what a drive can actually push though. We don't have drives that can saturate a 133MB/s channel, yet all of a sudden we need SATA?

And as for SCSI, there is still u640 (soon) and the current FC offering of 2 GB/s loops (plus you can always go for power of fiber as well).

Reply With Quote
  #15  
Old 03-09-2003, 06:59 PM
SsZERO SsZERO is offline
Disabled
 
Join Date: Feb 2003
Location: Philadelphia
Posts: 105
Quote:
Originally posted by Acronym BOY
Price is always a factor. I am not a "bargain-basement shopper" but I am a "value shopper". Sure that 30GB harddrive is only $10, but what good does it do me?
Nothing wrong with value shopping...but I am speaking for myself. I chose Seagate Cheetah 10K.6 @ 36 GB because:

- 6th Generation technology
- Sub 4ms seeks
- 1.2 million hour MTBF (SLIGHTLY more reliable than IDE)
- Perfect for supporting multiple database-driven sites with ease.

Quote:
I have things I need accomplished and I have a certain budget to do it with. If I don't get it done, I get fired. Thats it in its simplest form.
True, if you are working for someone else. I make all the choices, and I follow the saying, "Do it right the first time so you never have to do it again." Downtime would cost me much more than I would ever save with an IDE solution...so I would consider a lower-end SCSI solution before IDE if my budget was limited.

Quote:
Well the seek time for my main 36GB boot drive as well as my spare 36GB swap drive is 3.6ms accorind to the manufacturer. How about your boot drive?
About the same. Check seagate's site for 10K.6 Cheetah drives.

Quote:
I don't even use ATTO, I use I/O Meter.
Yeah, IO Meter is pretty good...at least it tries to simulate a server environment moreso than any others. But ATTO gives reasonably accurate results and only takes a few minutes to complete.

-= SsZERO =-

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Fortinet to Acquire Application Delivery Firm Coyote Point Web Hosting News 2013-03-25 07:46:05
SSHD Rootkit in the Wild Blog 2013-02-22 16:44:08
Cloud Host ElasticHosts Offers SSDs at All Server Instance Sizes Web Hosting News 2012-09-05 13:23:40
Application Delivery Optimization Firm KEMP Names Senior Director of Strategic Alliances Web Hosting News 2012-04-19 10:54:55
Storm On Demand Boosts Performance with Solid State Drives Cloud Servers Web Hosting News 2012-03-07 14:31:24


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?