[jboss-user] [Clustering/JBoss] - JBoss Cluster on Multihomed zone

rajeshchande do-not-reply at jboss.com
Thu Nov 8 01:45:13 EST 2007


Hello,

Scenario 1: 

JBOss: 4.0.3sp1
JDK: 1.5.0_12
Sun OS: SunOS 5.10 Generic_118822-18 sun4u sparc SUNW,Sun-Fire-V240
SINGLE HOMED

I have setup a JBoss cluster between 2 physical separate servers running successfully. Farm deployment works fine. Session replication is fine. In this configuration, by default the bind_addr is 0.0.0.0 (Correct me If I am wrong here.), as I have not specified anythng in cluster-service.xml 	
Multicatsing test is successful: http://www.jgroups.org/javagroupsnew/docs/manual/html/ch02.html#ItDoesntWork

Note :  Scenario 1 is just to demonstrate that I have successfully implemented a cluster with loadbalancing, failover and session replication.

Scenario 2 :

JBOss: 4.0.3sp1
JDK: 1.5.0_12
SunOS 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200
Remarks: "Zones" concept is used
MULTI HOMED - 3 interfaces

ifconfig -a
lo0:3: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 3.183.188.111 netmask ffffff00 broadcast 3.183.188.255
e1000g1:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 3.183.158.73 netmask ffffff00 broadcast 3.183.158.255
e1000g2:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 10.50.1.7 netmask ffffff00 broadcast 10.50.1.255

I am trying to setup a JBoss cluster between 2 solaris zones and they DO NOT seem to form a cluster, if I specify in cluster-service.xml the bind_addr="10.50.1.7" , the cluster is not formed at all. But If I specify the bind_addr=3.183.158.73 and bind_addr=3.183.158.80, then the cluster is FORMED but the session replication does not work. 

The zones are in the same vlan and same subnet.

Multicatsing test is UNSUCCESSFUL: http://www.jgroups.org/javagroupsnew/docs/manual/html/ch02.html#ItDoesntWork
The following is successful on 3.183.158: http://www.jgroups.org/javagroupsnew/docs/manual/html/ch02.html#d0e512

Queries: 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102786#4102786

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102786



More information about the jboss-user mailing list