-
Clustering - Weblogic 5.1 (9 messages)
- Posted by: Vid Desibhatla
- Posted on: October 20 2000 17:03 EDT
I am trying to make a cluster of two weblogic servers A & B ( each is on a different physical machine ). I have set mycluster directory ( per weblogic docs ) on one machine one which the A has been installed. I could get A to join to this cluster easily (since it is on the same machine ). However, I am facing a difficulty in getting B to join this cluster. I think it is a networking issue. Could anyone provide some insight to how I could go about creating the cluster. Thanks and I greatly appreciate it.Threaded Messages (9)
- Clustering - Weblogic 5.1 by Gary Windham on October 22 2000 16:56 EDT
- Clustering - Weblogic 5.1 by Vid Desibhatla on October 23 2000 10:50 EDT
-
Clustering - Weblogic 5.1 by Gary Windham on October 23 2000 11:54 EDT
-
Clustering - Weblogic 5.1 by Vid Desibhatla on October 23 2000 12:30 EDT
-
Clustering - Weblogic 5.1 by Gary Windham on October 24 2000 11:51 EDT
-
Clustering - Weblogic 5.1 by Dimitri Rakitine on October 25 2000 03:28 EDT
- Clustering - Weblogic 5.1 by Vid Desibhatla on October 25 2000 01:36 EDT
-
Clustering - Weblogic 5.1 by scott sandberg on November 30 2000 02:03 EST
- Clustering - Weblogic 5.1 by Don Ferguson on December 16 2000 08:46 EST
-
Clustering - Weblogic 5.1 by Dimitri Rakitine on October 25 2000 03:28 EDT
-
Clustering - Weblogic 5.1 by Gary Windham on October 24 2000 11:51 EDT
-
Clustering - Weblogic 5.1 by Vid Desibhatla on October 23 2000 12:30 EDT
-
Clustering - Weblogic 5.1 by Gary Windham on October 23 2000 11:54 EDT
- Clustering - Weblogic 5.1 by Vid Desibhatla on October 23 2000 10:50 EDT
-
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Gary Windham
- Posted on: October 22 2000 16:56 EDT
- in response to Vid Desibhatla
A little more detail concerning the specific errors would be helpful. First off, are you sharing the weblogic directory across the two machines via NFS/SMB (per the WLS docs)? Do both of your machines have a default route for IP multicast traffic?
--Gary -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Vid Desibhatla
- Posted on: October 23 2000 10:50 EDT
- in response to Gary Windham
The weblogic directory is being shared across the two machines. I may not have set up the default route for IP multicast traffic correctly. That explains why only one of the weblogic servers is able to join the cluster. Any links to help me resolve this issue is greatly appreciated. -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Gary Windham
- Posted on: October 23 2000 11:54 EDT
- in response to Vid Desibhatla
On which platform(s) are you running? -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Vid Desibhatla
- Posted on: October 23 2000 12:30 EDT
- in response to Gary Windham
I am running on an NT platform. -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Gary Windham
- Posted on: October 24 2000 11:51 EDT
- in response to Vid Desibhatla
I checked one of my NT4 boxes and the default route for multicast was there by default, so I doubt that is your problem. But anyhow, to check, open up a command window and type "netstat -rn". You should see a route to 224.0.0.0. If it's not there, add it by doing a "route -p add 224.0.0.0 mask 224.0.0.0 <ipaddr of your NIC>"
Also, check that you are specifying all of the following options when starting WLS:
weblogic.cluster.name=mycluster
weblogic.system.name=myserver
weblogic.cluster.enable=true
--Gary
-
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: October 25 2000 03:28 EDT
- in response to Gary Windham
Weblogic comes with a handy utility which you case use to track down your multicast problems:
utils.MulticastTest
BTW, using shared filesystem is absolutely unnesessary - it is a convinience thing, which you probably do not want to use in production anyway. -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Vid Desibhatla
- Posted on: October 25 2000 13:36 EDT
- in response to Dimitri Rakitine
I appreciate all the help.
Regards, -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: scott sandberg
- Posted on: November 30 2000 14:03 EST
- in response to Dimitri Rakitine
If using a shared drive is unnecessary what is the preferred deployment configuration for clustering? -
Clustering - Weblogic 5.1[ Go to top ]
- Posted by: Don Ferguson
- Posted on: December 16 2000 20:46 EST
- in response to scott sandberg
In 5.1, if you are not using a shared directory, EJBs that are deployed on multiple machines in the cluster need to have the same path name on all machines. Note that this
restriction is not present in the 6.0 release.
-Don