You are on page 1of 2

9. How to configure proxy if multiple manager servers are there in cluster?

Create an HTTP proxy for each cluster within the domain

10. Where will you check whether the cluster is load balancing the request?

11. Difference between horizontal clustering, vertical clustering and where


both are used?
12. How can the cluster members will communicate?
Answer: WebLogic Server instances in a cluster communicate with one
another using two basic network technologies:

 IP sockets, which are the conduits for peer-to-peer communication


between clustered server instances.
 IP unicast or multicast, which server instances use to broadcast
availability of services and heartbeats that indicate continued
availability.

13. If some servers in cluster are running some of them are down is
it deployment is possible?
All the managed servers must be up and running.
14. How managed servers will communicate in cluster?
peer
15. What is the cluster in weblogic ? Cluster types and cluster algorithms?
To understand failover support for different types of objects, see Replication and Failover for
EJBs and RMIs. WebLogic Server clusters support multiplealgorithms for load
balancing clustered EJBs and RMI objects: round-robin, weight-based, random, round-
robin-affinity, weight-based-affinity, and random-affinity.
16. Steps for horizontal clustering?
Cluster across multiple physical machines

Horizontal clustering involves running multiple Java application servers that are run on two or more
separate physical machines.

like shown below where all the managed servers are in a cluster -

Machine-1
- Admin Server
- MS-1
- MS-2Machine-2
- MS-3
- MS-4

How to do Horizontal Clustering ?

1. Install weblogic server on both machines with same installation directories.


2. Create domain on primary machine where you want your Admin server and copy domain to second
machine.

17. Two managed MS1, MS2 servers is there in a cluster. how can you say that
load is there on only one server?
based on the load Balancing algorithm

18. Give me the real time scenario to configure weight based algorithm in a
cluster?

19. How to configure the cluster?

20. What are the differences between multicast and unicast clustering?

21. Which protocol is used for the unicast clustering?

You might also like