AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm working with a 9i RAC database with two nodes,in one
node(having 8 CPUs),paging activity is very high(reason is due to ORACLE process only) it goes to 80%,but in
another node there is no high paging activity,system admin people says the server will go down if it reaches 90%.What can i do to avoid high paging activity?
Note:
When the database is down,paging activity is normal,but only when the database is up,the paging activity is increased.
modern databases will cache their own file IO...
AIX by default also wants to use a bunch of ram for FILE IO
caching... and so you waste lots of ram by double caching.
Check the values for vmo minperm and maxperm (defaults are 20/80)
I usually lower drastically via:
vmo -p -o minperm%=5 -o maxperm%=20 -o maxclient%=20
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.