View Single Post

   
  #1 (permalink)  
Old 04-20-2008, 10:28 AM
Nuno Paquete
 
Posts: n/a
Default Which port is Informix listening?

Hi group,

I need to know which port is Informix listening because I need this
information to configure an ODBC connection from Windows clients.
The Informix database I need to connect is running on an AIX machine.
When I run "netstat" command I get this information:

Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 portonova.telnet 195.23.121.26.1123
ESTABLISHED
tcp4 0 0 loopback.49213 *.* LISTEN
tcp4 0 0 loopback.smux loopback.32768
ESTABLISHED
tcp4 0 0 loopback.32768 loopback.smux
ESTABLISHED

Which port is it running? 49213 or 32768?
I know that Informix database was running on this machine at the time I got
the above information.

Thanks in advance,
Nuno Paquete


Reply With Quote