| In order from most important to least important:
step 1. Determine whether you have a CPU bottleneck, IO bottleneck, or
memory bottleneck. (For example, say "vmstat 3" and "iostat 5")
step 2. Do the Oracle tuning that you already know how to do.
step 3. Read the fine manual: System Tuning and Performance Management
and consider whether you really want to do Unix tuning...
|
| It's not the kind of thing one can just pick up in a few minutes.
Digital UNIX has a system performance / tuning manual in the document
set. Perhaps you should read that?
Also I believe Digital's education offerings cover this topic as well.
But, one thing I can say is if you really do have two disks, you
should consider having equally-sized swap partitions on each disk.
Use the first to hold / and /usr, and the second to hold user data,
and put a swap partition on each disk. This will allow the system
to have two spindles to swap to, which in general improves performance.
Dave
[Posted by WWW Notes gateway]
|