Wednesday Tidbit: Updating to the latest Embedded Host Client on ESXi 5.5

20151117 - 1I’m sure you’re already aware of the excellent Embedded Host Client from VMware Labs, but are you aware that (at the time of writing) their latest version, v6.0, came out on 3 March 2016? If so, then you may have encountered an issue
when updating the fling on ESXi 5.5.

To update to the latest version I usually download the vib file to a datastore and use the following:

esxcli software vib update -v /tmp/esxui-signed-3623722.vib

Unfortunately this time that doesn’t work. It won’t give an error, but it will just skip the vib:

20160323 - 1

To get around this, simply remove the existing version:

esxcli software vib remove -n esx-ui

Then install (not update) the new one:

esxcli software vib install -v /temp/esxui-signed-3623722.vib

It’ll then install without issue:

20160323 - 2

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.