Originally posted by: Jones Madruga
Hi,
I had an application that was running with pid 262384 and was listening under 7001 port.
My application crashed and i had to use kill -9 262384 to killed it.
When i use ps to see if the process died i can still see it.
server:/home/user1 $ ps -aedfklm | grep exiting
- A - 262384 - - - - - <exiting>
200001 A user1 286726 442490 0 60 20 16f917400 244 f10001003aa45c48 16:37:57 pts/1 0:00 grep exiting
And the port still listening.
server:/home/user1 $ netstat -Aan | grep 7001 | grep LISTEN
f1000200003a83b0 tcp 0 0 10.1.1.22.7001
. LISTEN
f10002000026b3b0 tcp6 0 0 ::1.7001
. LISTEN
f1000200001613b0 tcp 0 0 127.0.0.1.7001
. LISTEN
The only way that i found to really kill this process is rebooting the machine. I also tried rmsock, but if no effects.
I know that the problem is with my application but is it possible to recover AIX after that ?
Anyone can help me?
Thanks in advantage
Jones Madruga