> Version: IDS 10
>
> How to configure Informix to run HDR threads on dedicated link to
> secondary server ? As I understand we'll have IP address for this new
> Interface Card, but how do we tell informix to send/receive logs over
> this link/interface. How does it really work ?
The name of the peer node is a listener thread. HDR will connect to
which ever connection that maps to.
On Aug 26, 6:48 pm, mohitanch...@gmail.com wrote:
> Version: IDS 10
>
> How to configure Informix to run HDR threads on dedicated link to
> secondary server ? As I understand we'll have IP address for this new
> Interface Card, but how do we tell informix to send/receive logs over
> this link/interface. How does it really work ?
This would be something that you would set up via the sqlhosts file.
You would create your entry for your secondary and the hostname
portion of the sqlhosts file would be the name of the secondary that
mapped to the new network interface.
Example:
machine 1
name ip addr
m1 1.0.0.1
m2 1.0.0.2
If the new interface was 1.0.0.2, you would want to use 'm2' in your
sqlhosts file configuration for the secondary machines INFORMIXSERVER
entry.
mohitanchlia@gmail.com - 27 Aug 2007 20:19 GMT
On Aug 27, 6:15 am, jpren...@yahoo.com wrote:
> On Aug 26, 6:48 pm, mohitanch...@gmail.com wrote:
>
[quoted text clipped - 19 lines]
> sqlhosts file configuration for the secondary machines INFORMIXSERVER
> entry.
But, that would be the ip address of secondary node. How do I give ip
address of primary node for specific Ethernet port ? What I am looking
for is when primary sends the logs it should send over this dedicated
link. Does configuring sqlhosts on secondary node as suggested above
takes care of it ?
Madison Pruet - 27 Aug 2007 21:01 GMT
> On Aug 27, 6:15 am, jpren...@yahoo.com wrote:
>> On Aug 26, 6:48 pm, mohitanch...@gmail.com wrote:
[quoted text clipped - 24 lines]
> link. Does configuring sqlhosts on secondary node as suggested above
> takes care of it ?
If you want to totally isolate the network traffic, then you would have
to install a separate NIC and setup the network connection to it.
Otherwise, you can simply create a distinct listener thread with it's
own TCP port.