Unix Technical Forum

Oralce 10g2/RAC on AIX. ASM or GPFS?

This is a discussion on Oralce 10g2/RAC on AIX. ASM or GPFS? within the Oracle Database forums, part of the Database Server Software category; --> My workplace is having a debate on what to use for a file system/disk management perspective for RAC. I ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-25-2008, 03:23 AM
Karma
 
Posts: n/a
Default Oralce 10g2/RAC on AIX. ASM or GPFS?

My workplace is having a debate on what to use for a file system/disk
management perspective for RAC. I would like to know what others have
built their RAC clusters on, are more people using ASM or GPFS. I'm
not a DBA, but do support Unix and lean towards using ASM. I've read
several white papers and documents on the whole subject and ASM just
seems to have many benefits to the DBA. I really would like to get
other's opinions. GPFS is not really needed, but was suggested. This
cluster would be running on AIX 5.3/Oracle 10g2/Rac on EMC SAN. We
would start with 2 data base instances and then grow to maybe 10.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-25-2008, 03:23 AM
angani@gmail.com
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

Hi,

I guess this WP will help you understand few customers opinion.


http://www.oracle.com/dm/technologie...TEMBER2005.PDF

..Raju

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-25-2008, 03:23 AM
tangdba@gmail.com
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

You already have EMC SAN with external redundancy. So I guess you
don't use ASM for redundancy. Using GPFS would be a better choice
since you have more control on your system. However, licenses of most
commercial cluster file systems are expensive. If cost is an issue,
you may want to consider the free OCFS on Linux. I'm using it for 10g
RAC on RHEL AS and HDS (Hitachi data system) and it works fine.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-25-2008, 03:24 AM
Laurenz Albe
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

tangdba@gmail.com wrote:
> You already have EMC SAN with external redundancy. So I guess you
> don't use ASM for redundancy. Using GPFS would be a better choice
> since you have more control on your system. However, licenses of most
> commercial cluster file systems are expensive. If cost is an issue,
> you may want to consider the free OCFS on Linux. I'm using it for 10g
> RAC on RHEL AS and HDS (Hitachi data system) and it works fine.


We also use OCFS but we are facing a problem - it SEEMS that Oracle is
not very actively developing and supporting OCFS. While OCFS version 1
is certified with RAC, OCFS version 2 is not and it does not look like
it is going to be soon.

I capitalized seems above because it is hard to get commitments out of
Oracle concerning their future strategy.

OCFS version 1 unfortunately does not run on all platforms, I don't know
about AIX.

It seems that Oracle themselves are pushing ASM as hard as they can -
no wonder because it gives them control over yet another layer of the
customer system.

When you take ASM, make sure that you store your ASM configuration
in some external safe place. If your system blows up, you must be able
to reconfigure your ASM before you can restore your database.

Yours,
Laurenz Albe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-25-2008, 03:24 AM
Karma
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

We are locked into AIX, so Linux is out of the question for now anyway.
I suppose the benefits of using ASM are not that big of a deal to the
DBA?
I/O is spread across all disks to help eliminate hot spot
Automatic distribution of storage amongst a disk group
Lower cost in my case
Oracle seems to want to move in this direction

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-25-2008, 03:24 AM
Mladen Gogala
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

On Thu, 30 Mar 2006 04:25:40 -0800, Karma wrote:

> We are locked into AIX, so Linux is out of the question for now anyway.
> I suppose the benefits of using ASM are not that big of a deal to the
> DBA?
> I/O is spread across all disks to help eliminate hot spot
> Automatic distribution of storage amongst a disk group
> Lower cost in my case
> Oracle seems to want to move in this direction


You are asking wrong questions. To decide whether to use ASM or not, you
should ask yourself whether it is possible to access data structures
within ASM with other means or just by oracle. Can you use tar on ASM
files or not? ASM is just a volume manager. Compare it with the native
volume managers for EMC and AIX and decide which one is a better fit for
your needs.

--
http://www.mgogala.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-25-2008, 03:24 AM
JEDIDIAH
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

On 2006-03-30, Mladen Gogala <gogala@sbcglobal.net> wrote:
> On Thu, 30 Mar 2006 04:25:40 -0800, Karma wrote:
>
>> We are locked into AIX, so Linux is out of the question for now anyway.
>> I suppose the benefits of using ASM are not that big of a deal to the
>> DBA?
>> I/O is spread across all disks to help eliminate hot spot
>> Automatic distribution of storage amongst a disk group
>> Lower cost in my case
>> Oracle seems to want to move in this direction

>
> You are asking wrong questions. To decide whether to use ASM or not, you
> should ask yourself whether it is possible to access data structures
> within ASM with other means or just by oracle. Can you use tar on ASM
> files or not? ASM is just a volume manager. Compare it with the native
> volume managers for EMC and AIX and decide which one is a better fit for
> your needs.
>


If you have an interest in treating your databases like
simple collections of files that you can tar up and drop down
anywhere in your environment, ASM is probably not for you. Using
ASM it seems will commit you to using it throughout your
environment (dev, test, etc).

--
Sure, I could use iTunes even under Linux. However, I have |||
better things to do with my time than deal with how iTunes doesn't / | \
want to play nicely with everyone else's data (namely mine). I'd
rather create a DVD using those Linux apps we're told don't exist.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-25-2008, 03:24 AM
DA Morgan
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

Karma wrote:
> My workplace is having a debate on what to use for a file system/disk
> management perspective for RAC. I would like to know what others have
> built their RAC clusters on, are more people using ASM or GPFS. I'm
> not a DBA, but do support Unix and lean towards using ASM. I've read
> several white papers and documents on the whole subject and ASM just
> seems to have many benefits to the DBA. I really would like to get
> other's opinions. GPFS is not really needed, but was suggested. This
> cluster would be running on AIX 5.3/Oracle 10g2/Rac on EMC SAN. We
> would start with 2 data base instances and then grow to maybe 10.


Given that you already have an EMC my recommendation would be to
create one or more LUNs with block devices (raw) and use ASM to
manage it.

Oracle may not continue to support OCFS and going that direction
involves risks not worth taking.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-25-2008, 03:24 AM
DA Morgan
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

Laurenz Albe wrote:

> We also use OCFS but we are facing a problem - it SEEMS that Oracle is
> not very actively developing and supporting OCFS. While OCFS version 1
> is certified with RAC, OCFS version 2 is not and it does not look like
> it is going to be soon.


Can you please explain this comment given the following?

http://oss.oracle.com/projects/ocfs2/

Thanks.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-25-2008, 03:25 AM
Fabrizio Magni
 
Posts: n/a
Default Re: Oralce 10g2/RAC on AIX. ASM or GPFS?

DA Morgan wrote:
> Laurenz Albe wrote:
>
>> We also use OCFS but we are facing a problem - it SEEMS that Oracle is
>> not very actively developing and supporting OCFS. While OCFS version 1
>> is certified with RAC, OCFS version 2 is not and it does not look like
>> it is going to be soon.

>
> Can you please explain this comment given the following?
>
> http://oss.oracle.com/projects/ocfs2/
>


Hello,
since I had the same problem, I'm jumping in.

From the link you provided:

"OCFS2 certification with Oracle 10g Release 2 RAC on Linux x86, x86-64,
Itanium and Power is currently in progress.
Upon completion of certification, Oracle will provide Unbreakable Linux
Support for OCFS2 on 10g Release 2 RAC. "

and metalink note #279069.1 on certified filesystems (last modified this
week):

"Note: OCFS2 certification with Oracle products is currently in progress."

Regards

--
Fabrizio Magni

fabrizio.magni@mycontinent.com

replace mycontinent with europe
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 12:09 AM.


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