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.
What is the correct answer to this
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
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)
A
D
A
A or D ?
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).
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
Another reason for why B cannot be the answer: You download scripts from OTN and not github. GitHub is for downloading recipes.
In the url that I put as evidence documents that it can be downloaded from github OR “OTM”. They are both, not just OTM, for me that is the correct answer.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/deploying_wls/WLS_on_Compute.html
Here ——> You can access the scripts, cookbooks, and recipes either from a GitHub repository or from Oracle Technology Network (OTN).
Regards Harsha. 🙂
A
You would need only 2 compute instances(one for chef and one for client/WLS)
let me know the correct answer with explanation ??
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.