A vSphere administrator manages a cluster of 50 ESXi hosts using vLCM with image-based management. The cluster includes hosts from two different hardware vendors. The administrator needs to ensure firmware updates are consistently applied across all hosts. What is the best practice for this scenario?
Trap 1: Use baseline groups to manage firmware separately.
Baseline groups are deprecated and do not handle firmware via vLCM.
Trap 2: Create a single cluster image that includes firmware for both…
Firmware is vendor-specific; a single image cannot accommodate multiple firmware versions.
Trap 3: Manually update firmware using vendor tools, then use vLCM for ESXi…
Manual updates are not scalable and do not integrate with vLCM.
- A
Use baseline groups to manage firmware separately.
Why wrong: Baseline groups are deprecated and do not handle firmware via vLCM.
- B
Create a single cluster image that includes firmware for both vendors.
Why wrong: Firmware is vendor-specific; a single image cannot accommodate multiple firmware versions.
- C
Create separate cluster images for each hardware vendor and apply to respective hosts.
vLCM supports multiple images; each hardware vendor needs its own image with correct firmware.
- D
Manually update firmware using vendor tools, then use vLCM for ESXi updates.
Why wrong: Manual updates are not scalable and do not integrate with vLCM.