Originally posted by: ora_fad
Friends,
On an AIX 6 platforma I'm trying to install an application
which wants some ports free.
One of them is 1833.
netstat -Aan | grep 1833 give me
f1000700011833b0 tcp6 0 0 ::1.51751
. LISTEN
then I grep f1000700011833b0 and kill the process by "kill -9 process_id"
but after that
netstat -Aan | grep 1833 give me
gives again the same result.
Can somebody hint me how to free the port?
#AIX-Forum