1833461 Members
3079 Online
110052 Solutions
New Discussion

defunct prcesses

 
guru_1
Frequent Advisor

defunct prcesses

Hi,
I have a 11.0 n class system.I am facing following problems

1)i see no of defunct processes very often on the system
2)my automounter hangs somwtimes
3)Plus no. of times it has happened that i am not able to kill certain procsses using kill -9 . so i had to reboot the system

can anybody suggest whats the solution...

thnks
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: defunct prcesses


Processes that "become" defunct (zombies) are usually caused by bad programming practices and can be fixed by correcting the program. Zombies are dead, hence you can not kill them, only burning their dead bodies by doing a reboot will rid your system of them.

Automounter==stupid idea therefore it rapidly approaches /dev/null! But I realize it's used quite a bit. Do you have your system PATCHED up to date? Do you have a trusted system, using NIS, what kind of clients?

live free or die
harry

Live Free or Die
harry d brown jr
Honored Contributor

Re: defunct prcesses

James George_1
Trusted Contributor

Re: defunct prcesses

Hi

The no of dfunc process shoots up sometime due to some programs which is in a "loop", unable to come out !! the only way out is to keep on killing the dfunc process . And if you can findout the databse which is creating these processes, bouncing the database will also help in stopping the dfunc process.

I had the same problem, last week. the reason for that was, one of the application (oracle database) was in process and it was unable to complete sucessfully because somebody had removed a directory from the system and the application was trying to access the directory.The program was still running waiting to access the files from the directory..)
Just an example...work with DBA's to sort out if you do not want to keep on killing ...

Best of Luck.
James

forum is for techies .....heaven is for those who are born again !!
guru_1
Frequent Advisor

Re: defunct prcesses

Thanks James and Harry , I will try out these options.

thnks