What is required in order to deploy Oracle Weblogic Ser…

What is required in order to deploy Oracle Weblogic Server on an Oracle Compute Cloud
Service, using Chef?

What is required in order to deploy Oracle Weblogic Server on an Oracle Compute Cloud
Service, using Chef?

A.
Cookbooks and recipes.

B.
Download of custom scripts from GitHub.

C.
An Oracle Storage Cloud Software Appliance.

D.
A minimum of three Oracle Compute Cloud Service instances.



Leave a Reply 14

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


abioye

abioye

What is the correct answer to this

anil

anil

Cookbooks and recipes to install the Chef server. You can access the cookbooks and recipes either from a GitHub repository or from Oracle Technology Network

Pedro Sempere

Pedro Sempere

That is true for Chef server. But they asked you to deploy Weblogic Server and for that you need 3 instances (1 for control and 2 managed)

Giovani Hernandez

Giovani Hernandez

According to the information I found may be answer B.

is first step. Here Information

http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/deploying_wls/WLS_on_Compute.html

Requirements for Deploying WebLogic Server with Chef
A minimum of two Oracle Compute Cloud Service instances, one to deploy the Chef server and another to bootstrap the Chef client. See the tutorial Creating Oracle Compute Cloud Service Instances Using an Orchestration.
Operating systems on your Oracle Compute Cloud Service instances:
Chef server: Oracle Linux 6.6
Chef client, Oracle WebLogic Server: Oracle Linux 6.6
Scripts, cookbooks, and recipes to install the Chef server and Oracle WebLogic Server.

Here ——> You can access the scripts, cookbooks, and recipes either from a GitHub repository or from Oracle Technology Network (OTN).

Harsha

Harsha

Cannot be D as we just need 2 Oracle Compute Cloud Service instances – one for Chef server and another for chef client which is web logic server.

Not B, as GitHub repository is used for script that automates installation and configuration of the Chef server (not the web logic server)

C is irrelevant

So, answer is A

Harsha

Harsha

Another reason for why B cannot be the answer: You download scripts from OTN and not github. GitHub is for downloading recipes.

Srini

Srini

A

You would need only 2 compute instances(one for chef and one for client/WLS)

just

just

let me know the correct answer with explanation ??

babykeveen

babykeveen

B is wrong – Oracle doesn’t ‘do’ GitHub.

C is wrong – the Appliance is just a cloud-based filesystem.

D is wrong – it’s a minimum of two, not three.

A is right – it’s in the documentation.