which two statements are true?

You have 10 cluster managed servers in a domain. Due to the maintenance tasks currently in
progress, two of the managed servers are in a “Shutdown” status.
You have been asked to deploy an application.
As a default behavior of WebLogic Server, which two statements are true?

You have 10 cluster managed servers in a domain. Due to the maintenance tasks currently in
progress, two of the managed servers are in a “Shutdown” status.
You have been asked to deploy an application.
As a default behavior of WebLogic Server, which two statements are true?

A.
The application cannot be deployed until the two managed servers are available.

B.
The application can be deployed while the two managed servers are in “Shutdown” status.

C.
The application will be deployed to the eight managed servers that are running. The two
managed servers that are in the Shutdown state will eventually receive the deployment when they
are started again.

D.
The application deployment will fail and the application will not be deployed to any managed
server in the cluster.

E.
The application deployment will fail and the eight managed servers that are running will
transition to “Admin” state.

Explanation:
When you deploy an application to a cluster target, WebLogic Server ensures that
the deployment successfully deploys on all available members of the cluster
Reference: Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server,
Deploying to a Cluster Target



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Nagarajan S

Nagarajan S

The correct Answer is A and D. No partial deployments allowed.

Ricard

Ricard

http://docs.oracle.com/cd/E11035_01/wls100/cluster/config.html

WebLogic Server Supports “Relaxed Deployment” Rules.

Deployment to a Partial Cluster is Allowed

By default, WebLogic Server allows deployment to a partial cluster. If one or more of the Managed Servers in the cluster are unavailable, the following message may be displayed:

Unable to contact “servername”. Deployment is deferred until “servername” becomes available.

When the unreachable Managed Server becomes available, deployment to that server instance will be initiated. Until the deployment process is completed, the Managed Server may experience failures related to missing or out-of-date classes.

So answer is correct. B and C.

hchimi

hchimi

correct answer B&C