03-14-07 12:17 AM
Any way to tell which process/program is using port 2323 at the
Solaris 10 server.
>From netstat command below, we see the it's listening via
localhost.
# netstat -a | grep 2323
localhost.2323 *.* 0 0 49152 0
LISTEN
Unfortunately, the "rpcinfo -p" and "lsof -i:2323" are not giving me
any output.
We need to find way to free up this port for other program.
Your help is appreciated
Thanks,
Bill
[ Post a follow-up to this message ]
|