1. What is clustering? How do weblogic instances communicate
in a clustered environment!
2. In a cluster, if one of the servers has issues and is not
accessible, will the other servers know about it? and how??
Answer Posted / kruthi
1)A WLS clustr consists a group of server instances that
work together and look like a single instance to the
client.Cluster provides increased scalability, high
availability, load balancing, reliability etc.Through
multicaste adresses all the WLserver will communicate
through Heart Beat.For ever few sec the WLS instances will
release thir heart beats and if any of the server instances
does not release the heart beat then that server in
unavailable.And the stub also refreshes its list very
periodicaly so that it can know the available server
instances.
2)Yes, the other server will know through Heart Beats.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
Explain the different versions of nm?
Tell me what are the steps involved in configuring the jms?
What is unicast in weblogic?
What is the difference between development mode and production mode of weblogic server?
What is the name of default jvm that is made used for weblogic?
Do you know what are the steps required to modify config.xml file of web logic server?
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
What is meant by full gc and explain it?
What is the administration server?
Explain about cluster heart beats?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
What is the msi mode in weblogic? How can you enable and disable this option?
How do stubs function inside weblogic server cluster at the time of failure?