2V0-621 · Question #76
An administrator is upgrading an ESXi host from 5.5 to 6.0 and runs the following command: esxcli software vib list --rebooting-image What does this command show?
The correct answer is A. VIBs active after a reboot. The esxcli software vib list --rebooting-image command displays the set of VIBs that will be active in the alternate boot bank after the next system reboot.
Question
An administrator is upgrading an ESXi host from 5.5 to 6.0 and runs the following command:
esxcli software vib list --rebooting-image What does this command show?
Options
- AVIBs active after a reboot.
- BVIBs that require a reboot.
- CVIBs that are in the boot image.
- DVIBs that are third-party.
How the community answered
(34 responses)- A88% (30)
- B3% (1)
- C6% (2)
- D3% (1)
Why each option
The esxcli software vib list --rebooting-image command displays the set of VIBs that will be active in the alternate boot bank after the next system reboot.
ESXi maintains two boot banks: the currently running image and a staged alternate image. The --rebooting-image flag queries the alternate boot bank and lists the VIBs that will become the active running set once the host reboots, allowing administrators to verify pending changes before committing to a reboot.
VIBs that require a reboot to take effect are identified by the reboot-required flag set during installation, not by the --rebooting-image option, which shows the full VIB inventory of the pending boot image.
The currently active boot image VIBs are listed by running esxcli software vib list without any image flag; --rebooting-image specifically targets the alternate staged boot bank.
Third-party VIB classification is determined by the acceptance level attribute (CommunitySupported or PartnerSupported) and is unrelated to the --rebooting-image flag.
Concept tested: esxcli software vib list rebooting-image flag behavior
Source: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.vcli.doc/GUID-CF6E7FA8-79F5-4B72-A8FD-AFA9C2A1E34B.html
Topics
Community Discussion
No community discussion yet for this question.