1834817 Members
2771 Online
110070 Solutions
New Discussion

Re: Rogue Processes

 
Neale Machin
Advisor

Rogue Processes

We are currently having a substantial amount of rogue processes on a 10.20 K370 running Oracle 8.0.5 . I am concerned that these are being caused by the application ( which is client server ). Has anyone come across such a problem before and if so what was your solution. Our application suppliers response is Unix does that sometimes.
Just cos I look after Unix Boxes doesnt mean I wear sandals
5 REPLIES 5
Andy Monks
Honored Contributor

Re: Rogue Processes

You haven't said what the processes are. Most rogue processes are caused by bad applications. When a child process dies, the parent gets sent a signal. The child can't die until the parent acknowlegdes the death. If it doesn't ack it, the child becomes a zombie. Most zombies don't cause problems and will be reaped at reboot time.

If it's an application causing this, tell them to fix there code :-)
Neale Machin
Advisor

Re: Rogue Processes

Thanks for the quick reply . The processes are various oracle apps created by the third party software supplier.

we dont get zombies they just go rogue and eat resources without actually showing in top that they are using resources. On killing them off all appears to be ok and we have created oracle dumps which have also been sent to the supplier.

Just cos I look after Unix Boxes doesnt mean I wear sandals
Simon R Wootton
Regular Advisor

Re: Rogue Processes

Hi

I have an N-class running HP-UX 11.00 We also get the rogue process syndrome, but rarely since we migrated to the current platform. Although last resort, rebooting clears any zombie processes in the can't die of their own accord. It sounds like processes are failing to complete and leaving the child process behind ?
Simon R Wootton
Regular Advisor

Re: Rogue Processes

Hi

I have an N-class running HP-UX 11.00 We also get the rogue process syndrome, but rarely since we migrated to the current platform. Although last resort, rebooting clears any zombie processes in the can't die of their own accord. It sounds like processes are failing to complete and leaving the child process behind ?
Simon R Wootton
Regular Advisor

Re: Rogue Processes

Hi

I have an N-class running HP-UX 11.00 We also get the rogue process syndrome, but rarely since we migrated to the current platform. Although last resort, rebooting clears any zombie processes in the can't die of their own accord. It sounds like processes are failing to complete and leaving the child process behind ?