VCP-CMA 2024 Question 135
Select 3An administrator is troubleshooting an issue where a vRealize Automation deployment fails during provisioning. The error logs indicate that the blueprint's cloud template uses an unsupported network profile. What steps should the administrator take to resolve the issue?
- A
Verify the network profile is correctly assigned to the cloud zone in the vRealize Automation configuration.
- B
Check whether the network profile is enabled and accessible in the associated vCenter Server instance.
- C
Validate that the network profile's IP range has sufficient available IP addresses.
- D
Ensure the blueprint is configured to use a static IP address instead of DHCP.
- E
Review the cloud template YAML file for any syntax errors related to the network profile configuration.
Show answer and explanation
Correct answers: A, C, E
Explanation
To troubleshoot a failed deployment due to an unsupported network profile, it is critical to verify that the network profile is correctly assigned to the cloud zone, has a sufficient IP range, and is properly referenced in the cloud template YAML file. These steps address common configuration issues that could lead to the described error.
- A. Correct.
Correct - The network profile must be assigned to the correct cloud zone to ensure proper resource provisioning.
- B. Incorrect.
Incorrect - Network profiles are not 'enabled' or 'disabled' in vCenter Server. They are managed within the vRealize Automation configuration.
- C. Correct.
Correct - An insufficient IP range in the network profile can prevent successful provisioning of resources.
- D. Incorrect.
Incorrect - While DHCP or static IPs can be used, this is unrelated to the issue of an unsupported network profile.
- E. Correct.
Correct - Syntax errors in the YAML file for the cloud template could cause the blueprint to reference the network profile incorrectly.