Cluster question

Hi everybody,

I am setting up a cluster of my administration server.

Assuming that I have 3 servers : 1 hub and 2 spoke.

I just want to cluster my hub with a second server.

What can you suggest me : Fail-over only or Fail-over and Load balancing in the cluster ?

Cheers.

Subject: Cluster question

HI there

The HUB and STOKE is replication… The cluster servers will replicate any change when it happens as long as they can connect to each other.

So you will have to make connection documents to both servers in the cluster to the HUB. The HUB is confusing as the Cluster servers will need to have constant connectivity and not have to go through a HUB.

As for Failover or Load balance. That is down to you and what is required. You should manaually load balance to start with ie half of the users have a home server on one server and vice versa. Then tackle the Notes.ini peramitters to load balance. ie max users etc.

Subject: RE: Cluster question

Thank you Nathan for your reply.