Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 29882 invoked from network); 10 Dec 2007 16:11:09 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 10 Dec 2007 16:11:01 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 798767D6960;
 Mon, 10 Dec 2007 17:10:57 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01708-05-2; Mon, 10 Dec 2007 17:10:57 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9AFAB7D6B15;
 Mon, 10 Dec 2007 17:10:56 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Mon, 10 Dec 2007 17:08:48 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id E678F7D6732
 for <oracle-l@freelists.org>; Mon, 10 Dec 2007 17:08:47 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01099-03-6 for <oracle-l@freelists.org>;
 Mon, 10 Dec 2007 17:08:47 -0500 (EST)
Received: from usi.net (ms3aeo04.usi.net [209.135.62.29])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1E5917D6808
 for <oracle-l@freelists.org>; Mon, 10 Dec 2007 17:08:47 -0500 (EST)
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C83B79.3873EC02"
Subject: RE: Oracle 10g RAC on AIX 5.3
Date: Mon, 10 Dec 2007 17:08:39 -0500
Message-ID: <56211FD5795F8346A0719FEBC0DB06750183548E@mds3aex08.USIEXCHANGE.COM>
In-Reply-To: <b32e774d0712101147o1cf92696jc9cf18076ebffa2d@mail.gmail.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Oracle 10g RAC on AIX 5.3
References: <746B47FAF6783042B256C0E7CC0795CD02557133@caonmastxm02.na.capgemini.com> <b32e774d0712101147o1cf92696jc9cf18076ebffa2d@mail.gmail.com>
From: "Crisler, Jon" <Jon.Crisler@usi.com>
To: <jheinrichdba@gmail.com>,
 <richard.goulet@capgemini.com>
Cc: <oracle-l@freelists.org>
X-archive-position: 3828
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: Jon.Crisler@usi.com
Precedence: normal
Reply-to: Jon.Crisler@usi.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
------_=_NextPart_001_01C83B79.3873EC02
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I just finished an implementation of 10.2.0.3 RAC on AIX 5.3, having
done many Linux and Solaris versions before.

=20

OCFS / OCFS2 is only available for Linux and Windows.  For AIX, GPFS or
possibly Veritas Cluster File System would be the way to go (I am not
positive that VCS is available for AIX).  However, both are costly- we
decided purely on cost to go with ASM.

=20

For ASM , you have the database and (optional) flash recovery area on
the SAN (which is presented as raw devices to ASM), and the Oracle home
on local disks (one home each for every RAC node).  You also present raw
devices for the OCR and Voting disk- they are small (200mb or less) but
due to storage system limitations you might have a minimum size
requirement for a device. Our storage systems have a 1gb minimum size
for each LUN, and I have heard of up to 8gb for other systems, but each
is different.

=20

ASM is actually easier to implement than I thought- you don't need to
worry about sharing, mounting etc.  You just have your storage guy or
Unix sysadmin present the devices to the host, make sure the permissions
are correct for the Oracle user, and that the devices map correctly (for
example, /dev/rhdisk1 MUST be /dev/rhdisk1 on each and every node).
This is actually a subset of the tasks that they would have gone through
for a filesystem anyhow.  Having separate Oracle homes makes patching a
bit more flexible, since you can do rolling upgrades which cannot be
done with a shared Oracle home.  Not every patch is eligible for rolling
upgrades, but the patchsets generally are.

=20

Backups must be done with RMAN: if you are still doing old-style
hotbackups at the filesystem level, then be prepared to abandon that
method.  But if you are using RMAN then everything is covered.  Both
Exports and Datapump can be used but you need to write to a filesystem.

=20

Your direct question was: So the question, do we need OCFS, or GPFS, or
neither, or both??   The answer is Neither, or GPFS / VCS, depending on
what you want to do.  The only drawback is that storage presented to ASM
can only be used by ASM.

=20

For AIX on RAC, there are a number of OS modules required, and most are
detailed in the Oracle AIX manuals, but some are not- they become
identified as prereqs for the other modules.  The Cluster Verification
Utility should point out what is missing.  For instance, even in a
non-HACMP setup, you still need a bunch of HACMP modules that are part
of the base OS but not frequently installed.

=20

=20

________________________________

From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org] On Behalf Of Jason Heinrich
Sent: Monday, December 10, 2007 2:48 PM
To: richard.goulet@capgemini.com
Cc: oracle-l@freelists.org
Subject: Re: Oracle 10g RAC on AIX 5.3

=20

Last I checked, Oracle does not provide OCFS for AIX, so if the client
needs a clustered file system, GPFS would be the way to go.  Whether or
not they need it depends on what they want to do.  You could install the
Oracle software on each node and use ASM for the database storage.
However, if you want a shared ORACLE_HOME or a shared non-ASM logging
location, you'll need the clustered file system.=20

On 12/10/07, Goulet, Dick <richard.goulet@capgemini.com > wrote:

Guys & Gals,

=20

            I've done Oracle RAC install on Linux before, but noiw I'm
being asked to do so on AIX 5.3 and I seem to be getting mixed signals
from Oracle.  The client originally wants to install AIX 5.3 with GPFS,
but now to save a buck has decided not to install GPFS, but to instead
use OCFS.  On the other hand the Oracle docs are telling me that a
clustered file system is only needed for the Oracle binaries.  So the
question, do we need OCFS, or GPFS, or neither, or both??  Anyone really
know??

=20

=20


--=20
Jason Heinrich=20


------_=_NextPart_001_01C83B79.3873EC02
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;}
p
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dblue>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>I just finished an implementation =
of
10.2.0.3 RAC on AIX 5.3, having done many Linux and Solaris versions =
before.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>OCFS / OCFS2 is only available for =
Linux
and Windows.&nbsp; For AIX, GPFS or possibly Veritas Cluster File System =
would be
the way to go (I am not positive that VCS is available for AIX).&nbsp; =
However, both
are costly- we decided purely on cost to go with =
ASM.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>For ASM , you have the database and
(optional) flash recovery area on the SAN (which is presented as raw =
devices to
ASM), and the Oracle home on local disks (one home each for every RAC =
node).&nbsp;
You also present raw devices for the OCR and Voting disk- they are small =
(200mb
or less) but due to storage system limitations you might have a minimum =
size
requirement for a device. Our storage systems have a 1gb minimum size =
for each
LUN, and I have heard of up to 8gb for other systems, but each is =
different.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>ASM is actually easier to implement =
than I
thought- you don&#8217;t need to worry about sharing, mounting =
etc.&nbsp; You just
have your storage guy or Unix sysadmin present the devices to the host, =
make
sure the permissions are correct for the Oracle user, and that the =
devices map
correctly (for example, /dev/rhdisk1 MUST be /dev/rhdisk1 on each and =
every
node).&nbsp; This is actually a subset of the tasks that they would have =
gone
through for a filesystem anyhow.&nbsp; Having separate Oracle homes =
makes patching a
bit more flexible, since you can do rolling upgrades which cannot be =
done with
a shared Oracle home.&nbsp; Not every patch is eligible for rolling =
upgrades, but
the patchsets generally are.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Backups must be done with RMAN: if =
you are
still doing old-style hotbackups at the filesystem level, then be =
prepared to
abandon that method.&nbsp; But if you are using RMAN then everything is =
covered.&nbsp;
Both Exports and Datapump can be used but you need to write to a =
filesystem.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Your direct question was: So the =
question,
do we need OCFS, or GPFS, or neither, or both??&nbsp;&nbsp; The answer =
is Neither, or
GPFS / VCS, depending on what you want to do.&nbsp; The only drawback is =
that
storage presented to ASM can only be used by =
ASM.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>For AIX on RAC, there are a number =
of OS
modules required, and most are detailed in the Oracle AIX manuals, but =
some are
not- they become identified as prereqs for the other modules.&nbsp; The =
Cluster
Verification Utility should point out what is missing.&nbsp; For =
instance, even in a
non-HACMP setup, you still need a bunch of HACMP modules that are part =
of the
base OS but not frequently installed.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</span></font></div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'>
oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] =
<b><span
style=3D'font-weight:bold'>On Behalf Of </span></b>Jason Heinrich<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> Monday, December =
10, 2007
2:48 PM<br>
<b><span style=3D'font-weight:bold'>To:</span></b> =
richard.goulet@capgemini.com<br>
<b><span style=3D'font-weight:bold'>Cc:</span></b> =
oracle-l@freelists.org<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> Re: Oracle 10g =
RAC on AIX
5.3</span></font><o:p></o:p></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>Last I =
checked, Oracle
does not provide OCFS for AIX, so if the client needs a clustered file =
system,
GPFS would be the way to go.&nbsp; Whether or not they need it depends =
on what
they want to do.&nbsp; You could install the Oracle software on each =
node and
use ASM for the database storage.&nbsp; However, if you want a shared
ORACLE_HOME or a shared non-ASM logging location, you'll need the =
clustered
file system. <o:p></o:p></span></font></p>

<div>

<p class=3DMsoNormal><span class=3Dgmailquote><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>On 12/10/07, <b><span =
style=3D'font-weight:bold'>Goulet,
Dick</span></b> &lt;<a href=3D"mailto:richard.goulet@capgemini.com"
target=3D"_blank">richard.goulet@capgemini.com </a>&gt; =
wrote:</span></font></span><o:p></o:p></p>

<div link=3Dblue vlink=3Dpurple>

<div>

<p><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>Guys
&amp; Gals,</span></font><o:p></o:p></p>

<p><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>&nbsp;</span></font><o:p></o=
:p></p>

<p><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
I've done Oracle RAC install on Linux before, but noiw I'm being asked =
to do so
on AIX 5.3 and I seem to be getting mixed signals from Oracle. &nbsp;The =
client
originally wants to install AIX 5.3 with GPFS, but now to save a buck =
has
decided not to install GPFS, but to instead use OCFS.&nbsp; On the other =
hand
the Oracle docs are telling me that a clustered file system is only =
needed for
the Oracle binaries.&nbsp; So the question, do we need OCFS, or GPFS, or =
neither,
or both??&nbsp; Anyone really know??</span></font><o:p></o:p></p>

<p><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>&nbsp;</span></font><o:p></o=
:p></p>

</div>

</div>

<table class=3DMsoNormalTable border=3D0 cellpadding=3D0>
 <tr>
  <td bgcolor=3Dwhite style=3D'background:white;padding:.75pt .75pt =
.75pt .75pt'>
  <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
  style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>
  </td>
 </tr>
</table>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
-- <br>
Jason Heinrich <o:p></o:p></span></font></p>

</div>

</body>

</html>

------_=_NextPart_001_01C83B79.3873EC02--
--
http://www.freelists.org/webpage/oracle-l


