Hung process
I have a hung process that I am not able to kill with kill -9 pid so we tried to kill process with preap
I did a 'ps -f -p <PID>', I see the parent's PID under 'PPID'. That process is responsible for the zombie.
That process is '1', something is very wrong.
The process is dead but application group was told to check for defunct process when system performance is having a issue and kill defunct process.
They are not able to kill process and we have tried to reboot zone; but zone goes into shutting down state and stays in a shutting down state.
I did a 'ps -f -p <PID>', I see the parent's PID under 'PPID'. That process is responsible for the zombie.
That process is '1', something is very wrong.
The process is dead but application group was told to check for defunct process when system performance is having a issue and kill defunct process.
They are not able to kill process and we have tried to reboot zone; but zone goes into shutting down state and stays in a shutting down state.
1