nerdexam
Broadcom-VMware

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.

Section 4 – Upgrade vSphere 6.x to vSphere 6.x

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)
  • A
    88% (30)
  • B
    3% (1)
  • C
    6% (2)
  • D
    3% (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.

AVIBs active after a reboot.Correct

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.

BVIBs that require 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.

CVIBs that are in the 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.

DVIBs that are third-party.

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

#esxcli#VIB management#rebooting image#upgrade CLI

Community Discussion

No community discussion yet for this question.

Full 2V0-621 Practice