I'm in the process of spec'ing a new system and am considering RAID 1 for
data protection against HD failure. The system will be 2.8 P4, 1GB matched
RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
experience with RAID 1 and it's effect on performance? Would just
periodically backing up to a slaved non RAID drive a better solution? Any
input welcome
TIA
|
|
0
|
|
|
|
Reply
|
Edge
|
11/19/2003 4:42:50 PM |
|
Unless you are using an off motherboard RAID controller and SCSI disks don't
expect much.
Scrutinize the motherboard and chipset used. Look at www.anandtech.com and
www.tomshardware.com or other reputable testing group for information on
which chipsets and motherboards have the best I/O performance. SW pages
alot and memory I/O and cpu performance should be foremost in your mind. A
fast disk system and hot graphics card are secondary. Fast disk is less
important than fast graphics.
Edge wrote:
> I'm in the process of spec'ing a new system and am considering RAID 1 for
> data protection against HD failure. The system will be 2.8 P4, 1GB matched
> RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
> Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
> experience with RAID 1 and it's effect on performance? Would just
> periodically backing up to a slaved non RAID drive a better solution? Any
> input welcome
>
> TIA
|
|
0
|
|
|
|
Reply
|
kellnerp
|
11/20/2003 3:48:02 AM
|
|
Raid 1 is slower overall than a HD by itself. It reads faster but since
everything is written twice it averages out slower. I'm also in the process
of spec'ing a new server, which I'll build myself, and Raid 0+1 is the way
to go. No need to go SCSI. The newest 8mb cache IDE drives and Serial ATA
(SATA) drives do very well. Take a look at http://www.xbitlabs.com/ for
some great tests and reviews. The problem with Raid 0+1 is that since it is
"striped" (meaning everything gets read or written to the closest sector,
for lack of a more detailed explanation) and mirrored (meaning everything
gets written twice) it takes 4 HD's! To the uninitiated that's a lot of
wasted money. But the payoff is speed and reliability. HD's are cheap.
The formula is 50% "waste" for Raid 1 or 0+1, meaning half the drives get
used for mirroring. By comparison Raid 0 is no "waste" meaning all the
drives in the array get used for space.
Raid 0+1 is not as fast as Raid 0 but it's nearly as safe as Raid 1. The
speed is somewhere in the middle. I think you'd be really impressed. For
the best safety you could look into Raid 5 which uses 4 HD's in parity,
meaning it's a big striped array similar to R0 but part of each drive "tells
where the data is" so if you lose a drive you can rebuild and keep going.
I've found no motherboard that offers the kind of speed and flexibity that I
want from R0+1 or R5 so I'm going with an external controller running at
66mhz. Most likely the Promise TX4000. You want a controller that offers
as many connectors as you have drives, so if you're doing a R0+1 with 4
drives you want 4 connectors, setting each drive as it's own master.
I've given you enough information, or false information :) to get you
started. Search the web for the rest and you'll end up fine.
- Eddy
"Edge" <edge10@nospam.net> wrote in message
news:e4Nub.290136$0v4.17961985@bgtnsc04-news.ops.worldnet.att.net...
> I'm in the process of spec'ing a new system and am considering RAID 1 for
> data protection against HD failure. The system will be 2.8 P4, 1GB matched
> RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
> Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
> experience with RAID 1 and it's effect on performance? Would just
> periodically backing up to a slaved non RAID drive a better solution? Any
> input welcome
>
> TIA
>
>
>
>
|
|
0
|
|
|
|
Reply
|
Eddy
|
11/20/2003 4:51:58 AM
|
|
We have a machine using RAID 0 which dramatically decreases the seek
time of the drives. I know of someone that has RAID 1 on the mobo (not
using for CAD)and it sucks. The RAID array has to periodically sync
from master to slave so is no better than a separate backup disk. Go
with RAID 0 off the mobo chipset with two 10,000rpm drives (eg. WD
Raptor)and you wont be disappointed.
Good luck.
"Edge" <edge10@nospam.net> wrote in message news:<e4Nub.290136$0v4.17961985@bgtnsc04-news.ops.worldnet.att.net>...
> I'm in the process of spec'ing a new system and am considering RAID 1 for
> data protection against HD failure. The system will be 2.8 P4, 1GB matched
> RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
> Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
> experience with RAID 1 and it's effect on performance? Would just
> periodically backing up to a slaved non RAID drive a better solution? Any
> input welcome
>
> TIA
|
|
0
|
|
|
|
Reply
|
peter
|
11/20/2003 4:57:23 AM
|
|
Here's a quick tally of Raid speed/safety assuming equal drives, controller,
etc....
Raid-1 2HD's: Safe but not necessarily fast (Called Mirroring, ~50% waste
for comparison)
Raid-5 4HD's: Safe but faster than R1, slower than 0+1 (One of the most
popular for servers, ~0% waste for comparison)
Raid-0+1 4HD's : Fast and safe, but not as fast as R0 (Called Striped and
Mirrored, ~50% waste for comparison)
Raid-0 2HD's : Extremely fast but not safe; a drive dies you lose
everything (Called Striping, ~0% waste for comparison)
Raid-0 4HD's - Even faster but not safe; a drive dies you lose everything
(Called Striping, ~0% waste for comparison)
Raid-0 8HD's - Yipes fast! but not safe; a drive dies you lose everything
(Called Striping, ~0% waste for comparison)
Incidentally I run R1 in my server now. I want faster speed with good
margin of safety. That's why I am going R0+1 rather than R5.
- Eddy
"Eddy Hicks" <eddyTOREPLYREMOVETHISPLEASE@solidlogicdesign.com> wrote in
message news:vKCdnfvsD7Ty1SGi4p2dnA@dls.net...
> Raid 1 is slower overall than a HD by itself. It reads faster but since
> everything is written twice it averages out slower. I'm also in the
process
> of spec'ing a new server, which I'll build myself, and Raid 0+1 is the way
> to go. No need to go SCSI. The newest 8mb cache IDE drives and Serial
ATA
> (SATA) drives do very well. Take a look at http://www.xbitlabs.com/ for
> some great tests and reviews. The problem with Raid 0+1 is that since it
is
> "striped" (meaning everything gets read or written to the closest sector,
> for lack of a more detailed explanation) and mirrored (meaning everything
> gets written twice) it takes 4 HD's! To the uninitiated that's a lot of
> wasted money. But the payoff is speed and reliability. HD's are cheap.
> The formula is 50% "waste" for Raid 1 or 0+1, meaning half the drives get
> used for mirroring. By comparison Raid 0 is no "waste" meaning all the
> drives in the array get used for space.
>
> Raid 0+1 is not as fast as Raid 0 but it's nearly as safe as Raid 1. The
> speed is somewhere in the middle. I think you'd be really impressed. For
> the best safety you could look into Raid 5 which uses 4 HD's in parity,
> meaning it's a big striped array similar to R0 but part of each drive
"tells
> where the data is" so if you lose a drive you can rebuild and keep going.
>
> I've found no motherboard that offers the kind of speed and flexibity that
I
> want from R0+1 or R5 so I'm going with an external controller running at
> 66mhz. Most likely the Promise TX4000. You want a controller that offers
> as many connectors as you have drives, so if you're doing a R0+1 with 4
> drives you want 4 connectors, setting each drive as it's own master.
>
> I've given you enough information, or false information :) to get you
> started. Search the web for the rest and you'll end up fine.
>
> - Eddy
>
>
>
>
> "Edge" <edge10@nospam.net> wrote in message
> news:e4Nub.290136$0v4.17961985@bgtnsc04-news.ops.worldnet.att.net...
> > I'm in the process of spec'ing a new system and am considering RAID 1
for
> > data protection against HD failure. The system will be 2.8 P4, 1GB
matched
> > RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
> > Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
> > experience with RAID 1 and it's effect on performance? Would just
> > periodically backing up to a slaved non RAID drive a better solution?
Any
> > input welcome
> >
> > TIA
> >
> >
> >
> >
>
>
|
|
0
|
|
|
|
Reply
|
Eddy
|
11/20/2003 5:05:38 AM
|
|
RAID 0 will perform better, for now I'm just looking for data protection.
For just a plain backup, does XP Pro have a backup feature that periodically
copy selected directories to a backup disk at a set time? This might be a
better solution than RAID 1 and lower cost than RAID 0+1 or 5.
"PeterJ" <peter.jenkinson@health.gov.au> wrote in message
news:e617df99.0311192057.1aa39938@posting.google.com...
> We have a machine using RAID 0 which dramatically decreases the seek
> time of the drives. I know of someone that has RAID 1 on the mobo (not
> using for CAD)and it sucks. The RAID array has to periodically sync
> from master to slave so is no better than a separate backup disk. Go
> with RAID 0 off the mobo chipset with two 10,000rpm drives (eg. WD
> Raptor)and you wont be disappointed.
> Good luck.
>
>
|
|
0
|
|
|
|
Reply
|
Edge
|
11/20/2003 4:21:42 PM
|
|
Well Said Eddie!
My not so useful recommendation - stripe for speed + good daily backup
system. Cache memory on card if possible. Mirroring useful, but not
needed if a good system of backup exists. In my pastlife I had cached
controller and fell in love - extra cache alone made life good and
quited down the drive to a faint whisper - performance improvements
too.
Regards,
SMA
|
|
0
|
|
|
|
Reply
|
SAdams
|
11/20/2003 4:53:53 PM
|
|
we use a tape drive every night. we have 14 tapes so that we can go
back 2 weeks if we need to recover anything.
"Edge" <edge10@nospam.net> wrote in message news:<e4Nub.290136$0v4.17961985@bgtnsc04-news.ops.worldnet.att.net>...
> I'm in the process of spec'ing a new system and am considering RAID 1 for
> data protection against HD failure. The system will be 2.8 P4, 1GB matched
> RAM, nVidia 550 or 750 graphics card, and Win XP Pro. I'm looking at
> Gigabyte GAk1100 mobo which uses a Intel RAID driver. Does anyone have
> experience with RAID 1 and it's effect on performance? Would just
> periodically backing up to a slaved non RAID drive a better solution? Any
> input welcome
>
> TIA
|
|
0
|
|
|
|
Reply
|
sldprt
|
11/20/2003 5:10:54 PM
|
|
"Edge" <edge10@nospam.net> a �crit dans le message de news:
qS5vb.296748$0v4.18076547@bgtnsc04-news.ops.worldnet.att.net...
> RAID 0 will perform better, for now I'm just looking for data protection.
> For just a plain backup, does XP Pro have a backup feature that
periodically
> copy selected directories to a backup disk at a set time? This might be a
> better solution than RAID 1 and lower cost than RAID 0+1 or 5.
Is it stupid to think of a system with 2x 120 Go HD, 1/3 of it (2x40Go) on
RAID0, the rest being used at night to backup the data on both drives?
(just got one, with 8Mo cache, for home)
--> with no huge extra cost, RAID 0+1
My.01 Eu
JM
|
|
0
|
|
|
|
Reply
|
Jean
|
11/21/2003 8:17:30 AM
|
|
Windows built in backup, in a word, sucks. Look at "Backup MyPC" from
www.stompinc.com. I use it - it is very good. Backs up to HD, CDRom, DVD,
Tape, etc. It is the desktop version of Veritas Backup Exec.
- Eddy
"Edge" <edge10@nospam.net> wrote in message
news:qS5vb.296748$0v4.18076547@bgtnsc04-news.ops.worldnet.att.net...
> RAID 0 will perform better, for now I'm just looking for data protection.
> For just a plain backup, does XP Pro have a backup feature that
periodically
> copy selected directories to a backup disk at a set time? This might be a
> better solution than RAID 1 and lower cost than RAID 0+1 or 5.
>
>
>
>
> "PeterJ" <peter.jenkinson@health.gov.au> wrote in message
> news:e617df99.0311192057.1aa39938@posting.google.com...
> > We have a machine using RAID 0 which dramatically decreases the seek
> > time of the drives. I know of someone that has RAID 1 on the mobo (not
> > using for CAD)and it sucks. The RAID array has to periodically sync
> > from master to slave so is no better than a separate backup disk. Go
> > with RAID 0 off the mobo chipset with two 10,000rpm drives (eg. WD
> > Raptor)and you wont be disappointed.
> > Good luck.
> >
> >
>
>
|
|
0
|
|
|
|
Reply
|
Eddy
|
11/21/2003 2:53:45 PM
|
|
> Is it stupid to think of a system with 2x 120 Go HD, 1/3 of it (2x40Go) on
> RAID0, the rest being used at night to backup the data on both drives?
> (just got one, with 8Mo cache, for home)
>
> --> with no huge extra cost, RAID 0+1
>
> My.01 Eu
>
> JM
>
>
Can you clarify? Are you using only 2 drives for psuedo RAID 0+1 by
partitioning
each drive for RAID 0 and then using a backup program on the remaining part
of the drive ? How is this done and what are the drawbacks?
|
|
0
|
|
|
|
Reply
|
Edge
|
11/21/2003 9:13:43 PM
|
|
"Edge" <edge10@nospam.net> a �crit dans le message de news:
bevvb.305126$0v4.18217534@bgtnsc04-news.ops.worldnet.att.net...
>
> > Is it stupid to think of a system with 2x 120 Go HD, 1/3 of it (2x40Go)
on
> > RAID0, the rest being used at night to backup the data on both drives?
> > (just got one, with 8Mo cache, for home)
> >
>
> Can you clarify? Are you using only 2 drives for psuedo RAID 0+1 by
> partitioning
> each drive for RAID 0 and then using a backup program on the remaining
part
> of the drive ?
Yes, raid 1 at night
>How is this done and what are the drawbacks?
Just a product of my imagination. I am wondering if it could be implemented,
and how.
|
|
0
|
|
|
|
Reply
|
Jean
|
11/24/2003 4:11:36 PM
|
|
|
11 Replies
241 Views
(page loaded in 0.128 seconds)
Similiar Articles: Input on RAID 1 - comp.cad.solidworksI'm in the process of spec'ing a new system and am considering RAID 1 for data protection against HD failure. The system will be 2.8 P4, 1GB matched R... How to config LSI MPT IM on board raid 1 - comp.periphs.scsi ...Input on RAID 1 - comp.cad.solidworks How to setup a boot server - comp.unix.solaris How to config LSI MPT IM on board raid 1 - comp.periphs.scsi ... Virtual PC w/WinXP - How to boot into Recovery Console? - comp.sys ...Input on RAID 1 - comp.cad.solidworks Virtual PC w/WinXP - How to boot into Recovery Console? - comp.sys ... input & output in assembly - comp.lang.asm.x86 and can rule ... Reliability of file locks on share between Windows and Solaris ...Input on RAID 1 - comp.cad.solidworks But the payoff is speed and reliability. HD's are cheap. ... Windows built in backup, in a word, sucks. Look at ... %b (percent busy ... Clearing filesystem cache. How? - comp.unix.programmerFor the sake of his testing, the OP is only interested in the caching of input ... Input on RAID 1 - comp.cad.solidworks Clearing filesystem cache. How? - comp.unix ... Copy protected programs on SunPCi card. - comp.sys.sun.admin ...I'm tring to install a bit of software on a SunPCi card. Much against my better judgement, I bought this piece of software which is protected by a pro... SolidWorks Sucks... - comp.cad.solidworksInput on RAID 1 - comp.cad.solidworks I know of someone that has RAID 1 on the mobo (not > > using for CAD)and it sucks. ... comp.cad.solidworks 13630 articles. 37 ... Oracle 10g on HP-UX, Terrible Poor Performance!! - comp.sys.hp ...... 2Gb Queue full Threshold: 1024 Port Behavior: HP-UX ##Array Settings: Raid: Raid 1+0 ... ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek- -Per ... SAS and SATA (arrays) on one controller (LSISAS1068)? - comp ...> As I wanted raid 1 setups (with identical drives > obviously), Obviously, huh? ... drivers, cannot mount root - comp.unix ..... cannot use a variable name as the input ... %b (percent busy) with iostat - comp.unix.solarisWell, in a Raid 5 consisting of 9 harddisks (8 + 1 spare), this seems to me like a poor performance ... Sequential Output----- ---Sequential Input-- --Random ... x86 PCI IDE controller. - comp.unix.solaris... and SATA (arrays) on one controller (LSISAS1068)? - comp ... C and D list are input ... for Solaris 10 x86 ... SYBA SD-SATA2-4IR PCI SATA II Controller Card RAID 0/1/5/10 JBOD ... Filesystem "automatically" damaged? - comp.unix.solaris... 38130 alt 2 hd 128 sec 128> easyraid /pci@8,700000/LSILogic,scsi@3/sd@1,0 It's a RAID 5 ... input & output in assembly - comp.lang.asm.x86 That is automatically provided to ... Up/ down-sample - comp.soft-sys.matlab... takes three strings with the names of three sound files: two input and one ... FM Server Hardware Best practices : SCSI + RAID - comp.databases ... One won't slow the other ... FACTS CONTROLLER - comp.soft-sys.matlabPlease input your information below.prompt:>I want the ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp ... How do I replace a drive on a RAID 10 array (Adaptec 2200S ... comp.hardware - page 35Pedal as input device 2 43 (11/1/2003 3:48:20 AM) I would like to find a pedal that I can use to ... Rebuild Time 1 68 (11/6/2003 9:00:33 PM) I am using an Adaptec 2400A raid ... Input on RAID 1 - comp.cad.solidworks | Computer GroupI'm in the process of spec'ing a new system and am considering RAID 1 for data protection against HD failure. The system will be 2.8 P4, 1GB matched R... Free RAID Calculator - Caclulate RAID Array Capacity and Fault ...Supported RAID levels are RAID 0, RAID 1, RAID 10 (1+0), RAID 5/5E/5EE, RAID 6. Input - enter your RAID parameters here 7/23/2012 10:04:18 PM
|