Quote:
Originally posted by pwasik
Hi all,
I have a multi-homed Solaris server running Informix db. I have it working fine with a single network interface / IP address and the db service bound to TCP port 1538.
How do I go about configuring Informix to bind this same service to TCP port 1538 on a second network interface and IP address on the same server?
Thanks,
Paul
|
Hi Paul,
If you have multiples servers, can connect them to traves of TCP/IP configuring the file SQLHOSTS in the following way:
DBSERVERALIAS_1 ontlitcp network_1 service_name_1
DBSERVERALIAS_2 onsoctcp network_2 service_name_2
Remember that port number and service name must be diferents.
Gustavo.