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 Disk Architecture...

Re: Oracle Disk Architecture...

From: Goran <goran99_remove_at_yahoo.com>
Date: Wed, 23 Feb 2005 21:12:33 +0100
Message-ID: <cvio3i$p38$1@fegnews.vip.hr>

"DA Morgan" <damorgan_at_x.washington.edu> wrote in message news:1109188729.538982_at_yasure...
> Goran wrote:
>
>> "DA Morgan" <damorgan_at_x.washington.edu> wrote in message
>> news:1109137676.461012_at_yasure...
>>
>>>HARI OM wrote:
>>>
>>>
>>>>I am using Oracle 9.2.0.1.0 on IBM AIX 5.1L.
>>>>This is our Disk Structure:
>>>>
>>>>VG = redo1_indx_vg --> 2 disks Mirrored. Logical Volumes (LV): /r1,
>>>>/index
>>>>Contains: Group 1 of Redo Logs and Index for all instances.
>>>
>>>Extending my comment above about AIX 5.1 also read Oracle notes
>>>on using a Logical Volume Manager. One of the most efficient
>>>ways to blow 40% of your CPU I can imagine. And on 5.1? A layer
>>>of bad on top of ugly.
>>
>>
>> How many Oracle databases on AIX 5.1 (or whatever version) do you
>> administer? And what problems did you encounter?
>>
>> Regards...
>
> None. I read the documentation about 5.1 on metalink and went straight
> to 5.2.
>
> My point was about avoiding bad ideas ... not documenting them. ;-)

$ oslevel -r
5100-05
$ ps -ef | grep smon | grep -v grep | wc -l

       6
$ uptime
  06:46PM up 212 days, 5:42, 2 users, load average: 2.47, 2.44, 2.56 $ ps -ef | wc -l

     733

It seems to us that there's actually nothing wrong with Oracle (8i and 9iR2) on AIX 5.1. This of course doesn't mean that there are no problems... We have some 80 other AIX machines (various versions) for various purposes. Of those ~80, about 20 are used for Oracle DBs. LVM is used on all of them :-)

Regards... Received on Wed Feb 23 2005 - 14:12:33 CST

Original text of this message

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