In a design session, a colleague makes the following comments about cluster support for Oracle
SOA Suite 11g application. Which two statements are correct?
A.
A cluster appears to clients as multiple WebLogic Server instances
B.
The server instances in a cluster must all run on the same machine.
C.
You can scale a cluster by adding machines to the cluster to host additional server instances.
D.
Server instances in a cluster can run different versions of WebLogic Server.
E.
You can create it cluster by using WLST, the WebLogic Server Administration Console or
Enterprise Manager Fusion Middleware Control.
F.
For management purposes, you can split a cluster across multiple domains.
Explanation:
C: Scale by adding machines:
* A WebLogic Server cluster provides these benefits:Scalability
The capacity of an application deployed on a WebLogic Server cluster can be increased
dynamically to meet demand. You can add server instances to a cluster without interruption of
service—the application continues to run without impact to clients and end users.
High-Availability
Incorrect:
Not A. They appear as one weblogic server instance.
Not B. They can run on sepate machines.
C,E
C and E
C and E.
E is to obvious and C is because the written below.
http://docs.oracle.com/html/E24401_02/taskhelp/clusters/ClusterRoadmap.html
A WebLogic Server cluster consists of multiple WebLogic Server server instances running simultaneously and 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 server instance in a cluster must run the same version of WebLogic Server.
CE