Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Article Number: 000078400


Dell EMC VxRail: Fail to install VIB due to insufficient space in bootbank on ESXi host

Summary: This article explains why fail to install VIB on ESXi host and how to handle it.

Article Content


Symptoms



When attempt to install VIB on ESXi host, it may fail.

Command output is similar to:
[root@exsi-host1:/tmp] esxcli software vib install -v /tmp/NVIDIA-VMware_ESXi_6.7_Host_Driver-430.46-1OEM.670.0.0.8169922.x86_64.vib
 [InstallationError]
 The pending transaction requires 240 MB free space, however the maximum supported size is 239 MB.
 Please refer to the log file for more details.
In /var/log/esxupdate.log file on the affected ESXi host, you see entries similar to:
2016-02-04T12:19:23Z esxupdate: BootBankInstaller.pyc: ERROR: The pending transaction requires xxx MB free space, however the maximum supported size is xxx MB.

Cause

/bootbank partition stores the hypervisor image. It is formatted with FAT format and 250MB size. The image will be extracted and loaded into the system memory during the boot process.
kA23a000000GIduCAG_1_0
This issue occurs when the bootbank partition runs out of space.

Resolution

Currently, there is no resolution for adjusting the size of bookbank partition. To work around this issue, free the space on the bootbank by un-installing non-required VIBs on the ESXi host.

Note: If you are not sure about which VIB could be removed safely. Please contact customer support and quote this Knowledge Base article (541606) in the problem description. 

To list all installed VIBs, use "esxcli software vib list" command.
kA23a000000GIduCAG_2_0

To get detailed information about a VIB, use "esxcli software vib get -n <vib_name>" command.
kA23a000000GIduCAG_2_1

To remove a VIB, use "esxcli software vib remove -n <vib_name>" command.
kA23a000000GIduCAG_2_2

Article Properties


Affected Product

VxRail Software

Product

VxRail Software

Last Published Date

01 Feb 2023

Version

3

Article Type

Solution