Hi:

In "http://docs.wso2.org/pages/viewpage.action?pageId=29918203";, it describe 
the method to create a Worker/Manager Cluster, 
but it only include 1 manager node and 1 worker node and they are in the same 
machine.

For ELB,
In <elb-home>/repository/conf/loadbalancer.conf, it sets 
appserver {
  domains{
     wso2.as.domain {
        tenant_range *;
        group_mgt_port 4000;
        mgt {
                hosts mgt.as.cloud-test.wso2.com;
        }
        worker {
               hosts as.cloud-test.wso2.com;
        }
     }
   }
}
In host, it sets
127.0.0.1 mgt.as.cloud-test.wso2.com
127.0.0.1 as.cloud-test.wso2.com

For manager node,
in carbon.xml,it sets 
<HostName>as.cloud-test.wso2.com</HostName>
<MgtHostName>mgt.as.cloud-test.wso2.com</MgtHostName>

For worker node,
in carbon.xml,it sets 
<HostName>as.cloud-test.wso2.com</HostName>

I want to create a cluster including 1 manager node and 2 worker nodes, and 
they are all in different machines.
for example
manager node in 192.168.10.10
work1 node   in 192.168.10.11
work2 node   in 192.168.10.12

Anyone knows how to modify in the above places?




stevegyc
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to