VCP-VCF Administrator 2024 Question 161
Select 4You are tasked with creating a Virtual Machine template in VMware Cloud Foundation to standardize the deployment of new VMs. Which steps should you perform to ensure the VM is properly converted into a reusable template?
- A
Install the desired operating system and necessary software on the VM.
- B
Assign a static IP address to the VM for template consistency.
- C
Run the VMware Tools installation on the VM.
- D
Set the VM to use a specific datastore before converting it to a template.
- E
Power off the VM before converting it into a template.
- F
Run a system cleanup process (such as Sysprep in Windows) to remove unique system identifiers.
Show answer and explanation
Correct answers: A, C, E, F
Explanation
Creating a Virtual Machine template involves preparing the VM with the desired OS and software, optimizing its performance with VMware Tools, and ensuring it is 'template-ready' by powering it off and running a system cleanup process. Avoid assigning static IPs or focusing on specific datastores, as these steps are unnecessary or could cause issues during deployment.
- A. Correct.
Correct. Installing the desired operating system and necessary software ensures the template includes all required components for consistent VM deployment.
- B. Incorrect.
Incorrect. Assigning a static IP address is not recommended for templates because it could lead to IP conflicts when deploying multiple VMs from the template.
- C. Correct.
Correct. Installing VMware Tools is necessary for enhanced VM performance and functionality, ensuring the template is optimized.
- D. Incorrect.
Incorrect. While specifying a datastore might be part of VM provisioning, it is not a required step for converting a VM into a template.
- E. Correct.
Correct. The VM must be powered off before it can be converted into a template.
- F. Correct.
Correct. Running a system cleanup process like Sysprep removes unique system identifiers, ensuring the template can be reused without conflicts.