VCP-VCF Administrator 2024 Question 166
Select 3You are tasked with creating a new virtual machine in a VMware Cloud Foundation environment using an ISO file. Which of the following steps must you complete to successfully deploy the virtual machine?
- A
Upload the ISO file to a datastore accessible by the ESXi host.
- B
Configure a bootable ISO in the virtual machine's CD/DVD drive settings.
- C
Select the appropriate OVA template during the virtual machine creation wizard.
- D
Assign a port group for the virtual machine's network adapter.
- E
Install VMware Tools on the virtual machine before powering it on.
Show answer and explanation
Correct answers: A, B, D
Explanation
To successfully create a virtual machine from an ISO file in a VMware Cloud Foundation environment, you need to ensure the ISO is accessible via a datastore, configure the virtual machine to boot from the ISO, and assign a network port group. OVAs are not used in this process, and VMware Tools installation comes after the operating system is installed.
- A. Correct.
Correct. The ISO file must be uploaded to a datastore that the ESXi host can access so that the virtual machine can boot from it.
- B. Correct.
Correct. The ISO file must be assigned to the CD/DVD drive of the virtual machine and configured as bootable in order to install the operating system.
- C. Incorrect.
Incorrect. An OVA template is not relevant when creating a virtual machine from an ISO file. OVAs are pre-packaged virtual appliances, whereas an ISO is used for installing an operating system.
- D. Correct.
Correct. A port group must be assigned to ensure the virtual machine has network connectivity once it is created.
- E. Incorrect.
Incorrect. VMware Tools is typically installed after the operating system is installed, not before powering on the virtual machine.