What is an alternative option for patching a host?

An administrator is unable to patch an ESXi 6.x host using VMware Update Manager.

What is an alternative option for patching a host?

An administrator is unable to patch an ESXi 6.x host using VMware Update Manager.

What is an alternative option for patching a host?

A.
Upload the offline bundle to a datastore and execute the command esxcli software vib install -d to apply it manually.

B.
Upload the vib to a datastore and execute the command esxcli software vib install -d to apply it manually.

C.
Upload the offline bundle to a datastore and execute the command esxupdate install -v to apply it manually.

D.
Upload the vib to a datastore and execute the command esxupdate install -v to apply it manually.

Explanation:
Explanation/Reference:



Leave a Reply 5

Your email address will not be published. Required fields are marked *


Alexander

Alexander

Why not B? VIB stands for vSphere Installation Bundle. One defference bitween A and B is “offline bundle” vs “vib”.
I suppose B is more correct.

test

test

VIB files require -v, Zip files (offline bundle) require -d

Kevin De Leeneer

Kevin De Leeneer

If you follow Aegra’s link, you will see that you do not download a single vob from the Vmware site, but a .zip file with multiple .vibs combined. The command also doesn’t run against a single .vib, but against the .zip.

Offline bundle is thus a more correct term than vib in this case.

Scott

Scott

From the link:
“To install or update a .zip file, use the -d option. To install or update a .vib file use the -v option”