An administrator is creating a vApp for a multi-tiered web application. The vApp has been
configured as shown in the exhibit. Testing of the vApp indicates that attempts to communicate
with the web server on Dev_Web_01 fail. The developer wants to be sure the database server OS
is completely started before the other servers power on. The developer also wants to minimize
recovery time.
What changes to the vApp configuration will correct the issues?
A.
Move the Dev_Web_01 virtual machine to Group 3 and increase the time value
B.
Move the Dev_App_01 virtual machine to Group 1 and increase the time value
C.
Move the Dev_Web_01 virtual machine to Group 3, decrease the time value and check
VMware Tools are ready
D.
Move the Dev_Web_01 virtual machine to Group 3, increase the time value and check VMware
Tools are ready
Explanation:
By setting it up like D, the Web server is started first, then 120 seconds later SQL, and 120
seconds after that App. By selecting A, it will only affect when Dev_App_01 starts…either120
seconds or when VMware Tools is ready which would only start the VM even sooner once it
detects VMware tools on the first two servers…if VMware tools is even installed on them.