Can you explain what are the ways in which the dns request of failed servers handled?
Answer / Vivek Sachan
In WebLogic Server, when a server fails, the load balancer (like Oracle Traffic Director) or the client automatically detects the failure and stops sending requests to that server. The failed servers are marked as 'Out of Service' in the cluster. Once the issue is resolved, the server can be brought back online manually or through automatic failover if enabled. For automatic failover, a standby server from the same cluster takes over the tasks of the failed server. This process helps to ensure high availability and reliability.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different weblogic installation types?
What are pending messages in the console? : BEA Weblogic
How is a domain template created?
What is silent mode?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
How to Know the maanged servers status,when admin console is not available?
Explain what is the procedure to configure jms security?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
What is the use of persistent store in weblogic?
what is critical environment in weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic