Sunday, July 17, 2005

Killing unnessary process are running in IBM-AIX mechine

Some times when mainting the servers if we run infinite loop applications then the system going to utilise its full CPU, if thats the case happen ther application going slow sometimes server doest reply the responce, In genaral we may call it as system hang.

If this is case happen, No need to bring down the application to fix the problem, To fix it we need to take process id from ther server, that we can see once we run 'top' command, after getting the pid(process id) we should kill the process by using kill command and to execute or to run we should have the admin permission.

in prompt run # kill -9 pid, and then enter, it will kill that process so the application will run with out any problems.

0 Comments:

Post a Comment

<< Home