VMware Cloud Community
fadeldamen
Contributor
Contributor
Jump to solution

Install esxui in esxi 6.0.0 - vibformatError

I I try install ui in esxi 6.0 with next command

command:

[root@localhost:/tmp] esxcli software vib install -v http://download3.vmware.com/software/vmw-tools/esxui/esxui-offline-bundle-6.x.zip

[VibFormatError]

Bad VIB archive header

   filename = http://download3.vmware.com/software/vmw-tools/esxui/esxui-offline-bundle-6.x.zip

Please refer to the log file for more details.

result of command esxcli --version

[root@localhost:/tmp] esxcli --version

Script 'esxcli' version: 6.0.0

Any sugestion.

1 Solution

Accepted Solutions
krish290785
Enthusiast
Enthusiast
Jump to solution

To install offline bundle, you have to use the option "-d". Moreover, Only server local file path is supported for offline bundles.

Download the file and upload to ESXi using winscp and specify the below mentioned command

esxcli software vib install -d Complete_Path_to_OfflineBundle.zip

-Bala Krishna Gali If the above info is useful, please mark answer as correct or helpful.

View solution in original post

Reply
0 Kudos
2 Replies
krish290785
Enthusiast
Enthusiast
Jump to solution

To install offline bundle, you have to use the option "-d". Moreover, Only server local file path is supported for offline bundles.

Download the file and upload to ESXi using winscp and specify the below mentioned command

esxcli software vib install -d Complete_Path_to_OfflineBundle.zip

-Bala Krishna Gali If the above info is useful, please mark answer as correct or helpful.
Reply
0 Kudos
martinriley
Hot Shot
Hot Shot
Jump to solution

Hi there,

If I understand correctly you're installing the ESXi Embedded host client?  If so I think the issue maybe that you're pointing to the offline .zip bundle as opposed to the .vib, try the following instead...

esxcli software vib install -v http://download3.vmware.com/software/vmw-tools/esxui/esxui-signed.vib

Hope this helps!

vM

-----------------------

VCAP-DCD / VCAP-DCA / VCP-CLOUD / VCP-DT / VCP5 / VCP4

-----------------------

vMustard.com

Reply
0 Kudos