Nour,

Your config almost looks correct.  You also need to add per-node entries, as 
follows.

sprout1 IN A 10.0.4.x1
sprout2 IN A 10.0.4.x2
sprout3 IN A 10.0.4.x3

Matt

From: [email protected] 
[mailto:[email protected]] On Behalf Of nour 
nakouzi
Sent: 08 August 2013 12:26
To: [email protected]
Subject: Re: [Clearwater] Load Balancing

Hi Matt,

So, a small summary:
1. I will have three sprout nodes in this case
2. The conf file of each one is:
################################sprout1############################"
# Deployment definitions
home_domain="lannion.local"
sprout_hostname=sprout.lannion.local
hs_hostname=hs.lannion.local:8888
xdms_hostname=homer.lannion.local:7888

# Local IP configuration
local_ip=10.0.4.x1
public_ip=172.25.241.x1
public_hostname=sprout1.lannion.local

################################sprout2############################"
# Deployment definitions
home_domain="lannion.local"
sprout_hostname=sprout.lannion.local
hs_hostname=hs.lannion.local:8888
xdms_hostname=homer.lannion.local:7888

# Local IP configuration
local_ip=10.0.4.x2
public_ip=172.25.241.x2
public_hostname=sprout2.lannion.local

################################sprout3############################"
# Deployment definitions
home_domain="lannion.local"
sprout_hostname=sprout.lannion.local
hs_hostname=hs.lannion.local:8888
xdms_hostname=homer.lannion.local:7888

# Local IP configuration
local_ip=10.0.4.x3
public_ip=172.25.241.x3
public_hostname=sprout3.lannion.local

3. Next Step is to configure my DNS to route to the sprout:
sprout  IN      A       10.0.4.x1
sprout  IN      A       10.0.4.x2

or
sprout  IN      A       10.0.4.x3

If the conf is OK, then i go to the next step testing  the cluster
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/listinfo/clearwater

Reply via email to