Unix questions - Re: Port 2323 - Need to release port for other program in Solaris

This is Interesting: Free IT Magazines  
Home > Archive > Unix questions > March 2007 > Re: Port 2323 - Need to release port for other program in Solaris





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Port 2323 - Need to release port for other program in Solaris
Sam N

2007-03-13, 7:17 pm

underh20.scubadiving@gmail.com wrote:
> Any way to tell which process/program is using port 2323 at the
> Solaris 10 server.
> 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
>


Bill - Identify the program that has the port open with
http://www.unix.ms/pcp then kill it.

I'm betting it's a modified telnetd; grep 2323 in /etc/services, change
this and kill -HUP inetd. Or modify /etc/inetd.conf and comment out what
you need.

cheers

Sam

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com