[[email protected]:~] esxcli software sources profile list -d /vmfs/volumes/datastore1/update-from-esxi6.7-6.7_update03.zip Name Vendor Acceptance Level Creation Time Modification Time -------------------------------- ------------ ---------------- ------------------- ------------------- ESXi-6.7.0-20190801001s-no-tools VMware, Inc. PartnerSupported 2019-08-08T09:57:28 2019-08-08T09:57:28 ESXi-6.7.0-20190802001-no-tools VMware, Inc. PartnerSupported 2019-08-08T09:57:28 2019-08-08T09:57:28 ESXi-6.7.0-20190802001-standard VMware, Inc. PartnerSupported 2019-08-08T09:57:28 2019-08-08T09:57:28 ESXi-6.7.0-20190801001s-standard VMware, Inc. PartnerSupported 2019-08-08T09:57:28 2019-08-08T09:57:28 [[email protected]:~] esxcli software vib install -d /vmfs/volumes/datastore1/update-from-esxi6.7-6.7_update03.zip -p ESXi-6.7.0-20190802001-no-tools [InstallationError] [Errno 28] No space left on device vibs = VMware_locker_tools-light_10.3.10.12406962-14141615 Please refer to the log file for more details.
unless you are using drivers other than those in Cisco’s customized ESXi image, you may run the upgrade like this: esxcli software sources profile list -d /vmfs/volumes/datastore1/Patches/.zip esxcli software profile install -d /vmfs/volumes/datastore1/Patches/.zip -p –ok-to-remove –dry-run
“–ok-to-remove” will ensure that obsolete vibs will be removed “–dry-run” can be used to test what the command will do. Once satisfied, run the command again without this option.
when I tried to upgrade to 6.7 U2 the same error occurred. But by executing the following commands I've successfully upgraded my Server: cd /tmp wget http://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/tools-light/VMware_locker_tools-light_10.3.5.10430147-12986307.vib esxcli software vib install -f -v /tmp/VMware_locker_tools-light_10.3.5.10430147-12986307.vib esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.7.0-20190402001-standard