Originally posted by: SystemAdmin
Hi,
We have built a new lpar for migrating a Solaris based Oracle DB to AIX. During some of the prelimary testing performed by our DBA it was apparent that our AIO setting (default) were incorrect and caused the DB to crash. After some research in to AIO tuning I have some questions as to the terminology used.
The information following is the formula indicated for tuning AIO settings. This came from an AIX Oracle white paper concerning Oracle Tuning:
_____________________________________________________________________________
minservers = 10 * # cpus
maxservers = (10 * # disks) / # cpus
maxreqs = a multiple of 4096 > 4 * #disks * queue_depth
_____________________________________________________________________________
Questions:
1. # cpus? Do we use physical or logical cpus count for this variable?
2. # disks? Is this LUNs, spindles, hdisk, hdiskpower...? We assume to use only the disk associated with the data, not the app, redo or archives?
3. queue_depth? Where is this ascertained from?
Our current specs:
OS: AIX 5.3L; Oracle version:10g
7 dedicated CPUs
18 GB RAM
3 volume groups containing 36 luns (SAN presented of which I was told 192 spindles)
Any and all information is greatly apprieciated.
djn
#AIX-Forum