Operating System - HP-UX
1824971 Members
3682 Online
109678 Solutions
New Discussion юеВ

multi-cast ip in weblogic cluster

 
SOLVED
Go to solution
Shivkumar
Super Advisor

multi-cast ip in weblogic cluster

Hi,

Do we need multi-cast ip to install WebLogic 9.1 on HUPX 11.23 ?

We used multi-cast ip in weblogic 7.0 for the cluster.

Thanks,
Shiv
7 REPLIES 7
Arunvijai_4
Honored Contributor

Re: multi-cast ip in weblogic cluster

Hi Shiv,

Here is Weblogic 9.1 Installation guide, http://edocs.bea.com/common/docs91/install/index.html

Hope this helps you..

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Michael Steele_2
Honored Contributor

Re: multi-cast ip in weblogic cluster

Yes you do. Multicast will have problems with a firewall or if its not supported on your WAN. See below:

http://e-docs.bea.com/wls/docs91/cluster/setup.html
Support Fatherhood - Stop Family Law
Steven E. Protter
Exalted Contributor

Re: multi-cast ip in weblogic cluster

Shalom Shiv,

Its quite important to coordinate this with network administration. We've just fixed a series of machines that were doing multi-cast and our team was well, unaware.

For some reason it really upsets the network people. Probably causes a lot of congestion.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shivkumar
Super Advisor

Re: multi-cast ip in weblogic cluster

Steven,

I just wanted to understand why weblogic cluster stressed using multicast ip ?

Was there particular reason behind this ?

Thanks,
Shiv


Michael Steele_2
Honored Contributor
Solution

Re: multi-cast ip in weblogic cluster

Sorry, not Steve, but I do know your answer. Multicast is a one to many sync signal for updating objects being deployed or removed. The weblogic server also multicasts its heartbeat to its client instances.
Support Fatherhood - Stop Family Law
Shivkumar
Super Advisor

Re: multi-cast ip in weblogic cluster

Michael, In that case it seems like we must provide a multi-cast ip to the cluster.

However, the managed server instances should be provided with "Broadcast IP addresses".

Appreciate more viewpoint on this.

Regards,
Shiv
Michael Steele_2
Honored Contributor

Re: multi-cast ip in weblogic cluster

Multicasting is to a group of NIC's while broadcasting is to every NIC. A broadcast will also increase latentcy. Increased latency might cause client instances to miss a weblogic heartbeat and get faked out.

There are also issues of instances listening to only one NIC, and not every NIC of on the network for the same problems with latentcy.

Broadcasting won't support streaming video, etc. While multicasting will. So there are some obsoleteness issues with broadcasting while newer networking technologys use multicasting.
Support Fatherhood - Stop Family Law