For local communications, the Ingres servers utilize system assigned
port numbers. Servers like the DBMS register their listen ports with
the Name Server (GCN). These addresses can be found in errlog.log or by
using iinamu and the 'show servers' command. You generally don't need
to know these ports.
The Name Server places it's listen port in the symbol table so that
clients and the other servers can use it. You generally don't need to
know this port either.
For remote communications, the communications server (GCC) typically
uses the installation ID to generate a port number. This is the value
returned by listen2port. Since this is a calculated value, it is easy
to use the host name and installation ID on a remote system to calculate
the correct port. The installation ID is the value you would use in a
VNODE to make remote connections.
The JDBC/.NET server, DAS, typically uses the installation ID + 7, II7
for example, so as to avoid conflicts with GCC. Use installation ID + 7
as the port in JDBC and .NET connection strings.
--
thogo01
------------------------------------------------------------------------
thogo01's Profile:
http://community.actian.com/forum/member.php?userid=4992