I am running AIX 5.3.5 on a 9133/55A at this time I have a lpar that is paging very high .. Used 41.0% and Free 58.9%
the used is climbing .. Has anyone changed parm in ioo or vmo or schedo to fix this ...
First of all, what is running on this lpar, Oracle, Java, WebSphere, etc...?
The tunning parameters may vary depending on the apps running.
For example for Oracle there are some "pre-defined" values, and from them you must adjust your own.
I find that the maxclient%, the minperm% and the maxperm% are set for much more caching than individual attention to users. I would start by reviewing those parameters and possibly adjusting them.
As costiles details, the buffer cache is worthwhile visiting - Oracle 10g maimtains its own cache, so the AIX one can waste some memory resource.
I've just gone through this process with an old 660, and I found nmon was crucial for figuring-out things in near real-time and for analysing weeks-worth of performance data.
Use vmo -a to ascertain the current values of the likes of the buffer cache.
You can change its minimum and maximum thresholds on-the-fly, though there are risks with this. However doing it whilst the server is under load is the only way to figure-out what is going on. Use topaz or better nmon to see the result of your changes, but don't make substantial changes, just incremenets.
After adding additional memory (which was causing the swapping in any case) I changed the buffer cache substantially, as I didn't want its size to double with double the memory. It took a few days to hit a "sweet spot";
In the end the cache was being used just mostly by a NetBackup client overnight. After a bit of tuning I got 7GB free memory, which I was able to give to Oracle with a larger defined SGA.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.