Unix Technical Forum

Re: RAID 1 vs RAID 0/1

This is a discussion on Re: RAID 1 vs RAID 0/1 within the AIX Operating System forums, part of the Unix Operating Systems category; --> ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306260607.7a0c3c49@posting.google. com>... > ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306160838.74d71dca@posting.google. com>... > > Thanks, > ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 07:40 PM
Axel Schneider
 
Posts: n/a
Default Re: RAID 1 vs RAID 0/1

ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306260607.7a0c3c49@posting.google. com>...
> ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306160838.74d71dca@posting.google. com>...
> > Thanks,
> >
> > The idea with doing RAID 1 on the servers was to eliminate having a
> > RAID 0/1 and having difficulty with adding disk, etc. We're thinking
> > RAID 1 will make maintenance a little and have Oracle handle how it
> > writes data to the disk.
> >
> > Has this practice been used and has has it functioned (hot disk, high
> > I/O, etc)
> >
> > THanks
> >
> > "Gerd Walther" <gerd.walther@t-online.de> wrote in message news:<bchihr$35t$01$1@news.t-online.com>...
> > > Hallo,
> > >
> > > Oracle cannot stripe for the system.
> > > Oracle striping is only a distribution of datablocks on several disks but no
> > > striping.
> > > At first you must create more then one datafile on difference disks. Then
> > > the
> > > min extent storage clause must defined as 2. Then Oracle writes at first
> > > one datablock
> > > in the first extent in the first datafile on the first drive and then in the
> > > other extent in ......
> > > So you can minimize hot spots , but it is not real striping.
> > >
> > > Better for performace ist real striping with AIX and the mirroring but it
> > > isn't cheaper.
> > >
> > > Best regards
> > >
> > > Gerd
> > >
> > > "Ken" <ucstyle@hotmail.com> schrieb im Newsbeitrag
> > > news:d526473a.0306120858.5254cfb2@posting.google.c om...
> > > > AIXers,
> > > >
> > > > Has anyone out here have a system configuration where Oracle handles
> > > > the striping across the drives while the system just handles Mirroring
> > > > across the drives??
> > > >
> > > > I'm working with the DBA and he's wanting to have Oracle do the
> > > > striping and the system just does the mirroring?? If so, does anyone
> > > > have any feedback on this??

>
> THANKS,
> So have you ever ran oracle on a system that's RAID 1? do you have any
> system performance stats? We're looking at this, understand that it's
> not RAID 0 (in the AIX sence), is there high I/O during sequential
> read/writes??


Hi Ken,

we have a CRM system (SAP) running on a Oracle DB.(A huge amount of
I/O)
The system was running with RAID 1 (LVM Mirror) for about a year and
we always had problems with Disk I/O.
3 Month ago we changed the Oracle Datafiles to RAID 10. All LV's
striped over 10 Disks and mirrored to 10 other disks (all SSA Disks).
We have improved our Disk I/O enormously. (Avrg I/O time from 100-200
ms to 10-20 ms).

regards
Axel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 07:45 PM
Ken
 
Posts: n/a
Default Re: RAID 1 vs RAID 0/1

axelsche@gmx.de (Axel Schneider) wrote in message news:<c70d3212.0306262336.46dd300e@posting.google. com>...
> ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306260607.7a0c3c49@posting.google. com>...
> > ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0306160838.74d71dca@posting.google. com>...
> > > Thanks,
> > >
> > > The idea with doing RAID 1 on the servers was to eliminate having a
> > > RAID 0/1 and having difficulty with adding disk, etc. We're thinking
> > > RAID 1 will make maintenance a little and have Oracle handle how it
> > > writes data to the disk.
> > >
> > > Has this practice been used and has has it functioned (hot disk, high
> > > I/O, etc)
> > >
> > > THanks
> > >
> > > "Gerd Walther" <gerd.walther@t-online.de> wrote in message news:<bchihr$35t$01$1@news.t-online.com>...
> > > > Hallo,
> > > >
> > > > Oracle cannot stripe for the system.
> > > > Oracle striping is only a distribution of datablocks on several disks but no
> > > > striping.
> > > > At first you must create more then one datafile on difference disks. Then
> > > > the
> > > > min extent storage clause must defined as 2. Then Oracle writes at first
> > > > one datablock
> > > > in the first extent in the first datafile on the first drive and then in the
> > > > other extent in ......
> > > > So you can minimize hot spots , but it is not real striping.
> > > >
> > > > Better for performace ist real striping with AIX and the mirroring but it
> > > > isn't cheaper.
> > > >
> > > > Best regards
> > > >
> > > > Gerd
> > > >
> > > > "Ken" <ucstyle@hotmail.com> schrieb im Newsbeitrag
> > > > news:d526473a.0306120858.5254cfb2@posting.google.c om...
> > > > > AIXers,
> > > > >
> > > > > Has anyone out here have a system configuration where Oracle handles
> > > > > the striping across the drives while the system just handles Mirroring
> > > > > across the drives??
> > > > >
> > > > > I'm working with the DBA and he's wanting to have Oracle do the
> > > > > striping and the system just does the mirroring?? If so, does anyone
> > > > > have any feedback on this??

> >
> > THANKS,
> > So have you ever ran oracle on a system that's RAID 1? do you have any
> > system performance stats? We're looking at this, understand that it's
> > not RAID 0 (in the AIX sence), is there high I/O during sequential
> > read/writes??

>
> Hi Ken,
>
> we have a CRM system (SAP) running on a Oracle DB.(A huge amount of
> I/O)
> The system was running with RAID 1 (LVM Mirror) for about a year and
> we always had problems with Disk I/O.
> 3 Month ago we changed the Oracle Datafiles to RAID 10. All LV's
> striped over 10 Disks and mirrored to 10 other disks (all SSA Disks).
> We have improved our Disk I/O enormously. (Avrg I/O time from 100-200
> ms to 10-20 ms).
>
> regards
> Axel



Thanks Axel,

Were you running Oracle using Oracle in a pseudo striping capacity?
I've never seen this configuration but my DBA is bent that it (Oracle)
can handle the placement of the datafiles across multiple disk and in
essence have some form of striping. We have a RAID 0/1 on 6 drives now
that we use for data files. Do you remember the numbers with your high
I/O on average??

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:38 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com