![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| High CPU activity running Oracle | stocksj | UNIX and Linux Applications | 4 | 3 Weeks Ago 07:00 AM |
| how to log DNS activity? | mbak | AIX | 3 | 02-13-2008 11:39 AM |
| activity on a file | Terrible | Shell Programming and Scripting | 2 | 08-13-2006 05:10 PM |
| Sun: High kernel usage & very high load averages | lorrainenineill | UNIX for Advanced & Expert Users | 4 | 02-06-2006 08:32 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Aix high cpu activity
Hello everyone
I have this process running on my server. topas command User 98.6 |############################ I have this process Name PID CPU% PgSp Owner db2fm 565264 25.6 1.5 ldapdb2 db2fm 348328 23.6 1.5 idsldap db2fm 491706 20.5 1.5 idsldap db2fm 594162 16.4 1.5 ldapdb2 My question is What can I check to see what's causing this high CPU activity. This server always on almost 100% cpu use. The database process is taking all the cpu. which command i neeed to see if I have more than one database. or if I can see that there is a zombie process. I want to fix it the high cpu activity but dont mess up. Thanks for your tips |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
To see which DBs are there, connect to the instance and do a Code:
list db directory But I guess it goes more into DB2/LDAP than into AIX itself. Else you might post some rows of vmstat, iostat and vmstat -v while these problems occure. |
|
|||
|
I had this problem before, I remember. And yes, this is the way you fix it basically...
Fault Monitor processes is not required in normal cases. you can disable fm as the method specified in this page: IBM - IY64683: DB2FM (FAULT MONITOR) RESPONSIBLE FOR HIGH CPU USAGE ON THE SYSTEM What version db2 you care using? This is already a bug identified in version 8.1 FP6 and FP8. Give a try. |
|||
| Google UNIX.COM |