You are using Chef to set up an application server on an Oracle Compute Cloud Service instance. Identify two
configuration tasks that you must complete.
A.
Edit the /etc/chef file.
B.
Edit the /etc/profile file.
C.
Update node permissions.
D.
Configure a password-less SSH connection between the Oracle Compute Cloud Service instance that will
host the Chef server and all instances managed by the server.
Explanation:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/chef_setup/
chef_setup.html
Why not B,D ?
Complete the following preinstallation tasks:
Connect to the Oracle Compute Cloud Service instance (running the Chef server) by using a secure shell (SSH).
Install the git client on your Chef server instance.
Configure passwordless SSH connection between the Chef server and all instances managed by the server.
At the same document subject “Setting Up the Chef Server” point 3:-
Open the /etc/profile file in an editor, and then search for the umask entry:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/chef_setup/chef_setup.html#section1s1
Danny,
What is the correct answer for this question?
B, D is for configuration, C is after configuration for connectivity.
Sorry that I can’t sure which one is correct, since I just got the 70% passing mark, that mean the answers on my hand no 100% right
Correct Answer is C & D
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/chef_setup/chef_setup.html#section1s1
Before you can run a Chef client on your managed instance, you update the nodes permissions so that a Chef client can update the Chef server after a successful run.
Configure passwordless SSH connection between the Chef server and all instances managed by the server.
C D
I don’t think C & D are correct. I answered C & D in my cert exam, didn’t pass it, and got the next feedback from Oracle:
Set up an application server on an Oracle Compute Cloud service
Since there’s no other question regarding AppServers, I guess this was a wrong answer, I’m gonna try with BD in my next attempt.