Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a cluster? What is High Availability and Fail over?

Answers were Sorted based on User's Feedback



What is a cluster? What is High Availability and Fail over?..

Answer / shrinath

A weblogic server cluster consists of multiple weblogic
server server instances running simultaneously working
together to provide increased scalability and reliability.
A cluster appears to clients to be a single weblogic server
instance. the server instances that constitute a cluster can
run on the same machine or be located on different machines.
you can increase a cluster's capacity by adding additional
server instances to the cluster on an existing machine or
you can add machines to the cluster to host the incremental
server instances. Each instance in a cluster must run the
same version of Weblogic Server.
HIGH AVAILABILITY:- In a weblogic server cluster,
application processing can continue when a server instance
fails. You "cluster " application components by deploying
them on multiple server instances in the cluster-so, if a
server instance on which a component is running fails,
another server instance on which that component is deployed
can continue application processing.

Fail Over:-simple put failover means that when an
application component doing a particular job some set of
processing tasks-becomes unavailable for any reason, a copy
of the failed object finishes the job. Web logic server uses
standards based communication techniques and facilities
including IP sockets and the java Naming and Directory
Interface (JNDI) to share and maintain information about the
availability of objects in a cluster.

Is This Answer Correct ?    5 Yes 0 No

What is a cluster? What is High Availability and Fail over?..

Answer / supreet yadav

WebLogic Server instances in a cluster detect failures of
their peer server instances by monitoring:
* Socket connections to a peer server
* Regular server heartbeat messages
In clusters that utilize Web servers with WebLogic proxy
plug-ins, the proxy plug-in handles failover transparently
to the client. If a server fails, the plug-in locates the
replicated HTTP session state on a secondary server and
redirects the client's request accordingly.

For clusters that use a supported hardware load balancing
solution, the load balancing hardware simply redirects
client requests to any available server in the WebLogic
Server cluster. The cluster itself obtains the replica of
the client's HTTP session state from a secondary server in
the cluster.

Is This Answer Correct ?    1 Yes 0 No

What is a cluster? What is High Availability and Fail over?..

Answer / ramu2k20

ctuster is a group of managed server act as a single server
is called a cluster.
High availability:high availability is the guaranty of the
availability of the application server in a weblogic server
cluster application processing can continue when server
instance fails.By deploying multiple server instance in a
cluster. so if a server instance on which the component is
running fails. Another server instance on which the
component is deployed can continue application processing.
Fail Over:To distribute the request across all members of
the clusters, according to the workload on each server.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic

0 Answers  


When does high cpu usage occur?

0 Answers  


What is meant by node manager?

0 Answers  


How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic

0 Answers  


What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?

0 Answers  


How many messages are sent across the network for processing topic messages? : BEA Weblogic

0 Answers  


Are WebLogic Servers password secure?

3 Answers   HCL, TCS,


How can I control on which weblogic server(s) my application will run? : BEA Weblogic

0 Answers  


Explain the types of deployment modes and diffrernces between them?

0 Answers  


What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps

1 Answers  


Explain the functionality of iiop ?

0 Answers  


What is the purpose of the serializedsystemini.dat file?

0 Answers  


Categories