Operating System - Tru64 Unix
1828803 Members
2231 Online
109985 Solutions
New Discussion

Re: Cannot find an associated process to a listening port

 
SOLVED
Go to solution
Grande Mario
Advisor

Cannot find an associated process to a listening port

Hi,
we have the problem that we cannot find an associated process to a listening port.
netstat -a shows the port listening

# netstat | grep 3520
tcp 0 0 *.3520 *.* LISTEN

but we can't find an associated process id when we look with lsof:

# lsof -i -nP | grep 3520 => nothing

Any idea?

THX's
Mario Grande
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: Cannot find an associated process to a listening port

If you telnet to that port, do you get any information?

Like sshd, if you telnet to that port (22), it reports the sshd version.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Grande Mario
Advisor

Re: Cannot find an associated process to a listening port

Yes, you can telnet to that port.
Al Licause
Trusted Contributor

Re: Cannot find an associated process to a listening port

Is this on a cluster or stand alone system ?
If a cluster, did you look at all members ?

Did you try netstat -A; lsof | grep {PCB} ?

Reto Kisseleff
Advisor
Solution

Re: Cannot find an associated process to a listening port

thanks all for responding.
please checkout the attachement, there you'll find the solution.

cheers
Reto