Hello Guys,
In this post I'm going to show you how to apply a VMware Tools VIB to update the version propagated by the ESXi Host.
First Download the File From Broadcom WebPage
esxcli software sources vib get -d /vmfs/volumes/MYDS/MyFolder/VMware-Tools-13.0.5-core-offline-depot-ESXi-all-24916190.zip
Then execute this command to update the VIB
esxcli software vib update -d /vmfs/volumes/MYDS/MyFolder/VMware-Tools-13.0.5-core-offline-depot-ESXi-all-24916190.zipesxcli software vib install -d /vmfs/volumes/MYDS/MyFolder/VMware-Tools-13.0.5-core-offline-depot-ESXi-all-24916190.zip
Lastly execute the next command to guarantee that the VIB is currently working in the ESXi Host
esxcli software vib list | grep -i tool
With this your esxi Host is able to apply most recently VMware Tools Version published in the Broadcom Download Portal.
Thanks for visiting my Blog. 馃槅
Please Don't Forget to Give Me a Coffe 馃槑


