2V0-622 · 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 flag queries the staged boot bank to show which VIBs will be loaded after the next reboot, not the currently running image.
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
(19 responses)- A89% (17)
- B5% (1)
- C5% (1)
Why each option
The esxcli software vib list --rebooting-image flag queries the staged boot bank to show which VIBs will be loaded after the next reboot, not the currently running image.
ESXi maintains two boot banks - the active bank currently running and a staged bank with pending changes. The --rebooting-image flag reads the staged bank and lists all VIBs that will be active once the host reboots, allowing administrators to verify that newly installed VIBs are correctly staged before committing to a reboot. This is particularly useful during upgrades to confirm the expected software state before taking the host offline.
VIBs that require a reboot are identified by a reboot-required flag visible in the installation output, not by the --rebooting-image filter, which targets the staged image regardless of whether individual VIBs need a reboot.
The currently running boot image is shown by omitting the --rebooting-image flag; adding this flag specifically shifts the query to the pending staged image rather than the live running image.
VIB origin or vendor classification (VMware, partner, community) is an attribute on each VIB record and is unrelated to the boot bank context that --rebooting-image selects.
Concept tested: ESXi esxcli VIB list rebooting-image staged boot bank
Source: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.install.doc/GUID-C3A80C14-FA62-4A62-B804-B50C7C1E5BC0.html
Topics
Community Discussion
No community discussion yet for this question.