Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle and Raid5

Re: Oracle and Raid5

From: Craig Munday <cmunday_at_one.net.au>
Date: Wed, 16 Sep 1998 22:52:39 +1000
Message-ID: <35FFB497.E593D09F@one.net.au>


Hi,

By the way, if you are running RAID 5 then you will have to consider your recovery requirements. Assume you create one large RAID set to store most of your datafiles. If one drive fails and your hot swap is not available for what ever reason, you will have to restore and recover all datafiles that were on the RAID device. Depending on the size of your database this could take a while.

Cheers,
Craig Munday.

MotoX wrote:
>
> Ron Wagner wrote in message <6tmdtk$g28$1_at_news.worldonline.nl>...
> >Hi,
> >
> >I have a new raid5 system, and i asked myself what is the best logical
> >layout
> >for the disks.
> >Just 1 or diverend logical disks.
>
> Er, I think that was supposed to read 'different logical disks'? That's the
> assumption I'll work on.
>
> 1. If your db is light on disk activity - especially writes, which RAID5
> tends to be slow at - then dumping the whole lot on one RAID5 LV will work
> fine. We run a few small (under 5 Gig) db's on RAID5 like this without
> problems, and have done for years. Make sure you monitor your system all the
> time.
>
> 2. If your database is disk intensive, especially on writes, then you might
> be best avoiding RAID5 altogether. Do some testing on your adapter to find
> it's true performance, both read and write, for small and large block sizes,
> and for random as well as sequential I/O. Be wary of good write rates from
> cache installed on the adapter, because you'd normally want it set to
> write-through to cope with the case of power loss. (A very high-end, battery
> backed adapter might alleviate this problem. It's your call.)
>
> 3. The two cases above deal with the extremes. You may pick somewhere in the
> middle: some datafiles on RAID5, some not (say TEMP, ROLLBACK, and redo, for
> instance). Again, without knowing the dynamics of your database it's
> impossible to tell. Test. Test. And test again. :-)
>
> One other thing - mirror the control files, and redo logs and run in
> archivelog mode, even if you do use RAID5. I've seen sites where people
> think RAID technology saves them from everything. It doesn't, especially
> 'finger trouble', where files are deleted accidentally.
>
> MotoX.
>
> >
> >Does anyone has experience with Oracle and Raid5.
> >
> >By the way oracle runs on a NT server.
> >
> >Thanks!
> >Ron Wagner
> >
> >
> >
> >
> >
> >
Received on Wed Sep 16 1998 - 07:52:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US