Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Disk Architecture...
"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