Originally posted by: ragh
Hi
We are running weblogic server ( in cluster mode) on AIX 6.1 box. Weblogic server is utilizing ports 7001,7002,7003, and 7004. Our problem is After closing weblogic server still ports are not getting released by the system.
netstat -an output is as below.
tcp 0 0 10.254.50.83.7004
. LISTEN
tcp 0 0 10.254.50.84.7003
. LISTEN
tcp 0 0 10.254.50.84.7004
. LISTEN
tcp 0 0 10.254.50.85.7003
. LISTEN
tcp 0 0 10.254.50.86.7003
. LISTEN
tcp 0 0 10.254.50.85.7004
. LISTEN
tcp 0 0 10.254.50.86.7004
. LISTEN
tcp 0 0 127.0.0.1.7003
. LISTEN
tcp 0 0 127.0.0.1.7004
. LISTEN
I did a search of particular process which is responsible for Listening these ports by giving command "lsof
-i@10.254.50.83" . After killing those process also it continue to be in Listen status only. So every time to start weblogice server we are rebooting AIX machine. Please give me command or alternate idea how to release port on AIX box...
#AIX-Forum