ESXi Upgrade Out of Space Error
You enabled the datastore swap but still getting an out of space error.
The VMware ESXi Patch Tracker is an amazing website. It makes patching non-vcenter connected esxi hosts very simple…except when it comes to vmware bugs.
If you keep getting the Out of Space bug every time you try to patch 6.7 even though you set the datastore swap and checked your inodes, then you’ll probably need to apply the patch manually.
This site details the steps for the fix nicely:
- Navigate to VMWare’s Product Patch page and identify the latest patch you want to install.
- Download the patch, which will be a zip file.
- Click on one of the bulletin links to be taken to the documentation on the update.
- Look for the Image Profiles section and take note of the image profile name (e.g.
ESXi-6.7.0-20190604001-standard
). - Using your preferred method (Web ui, SCP etc) upload your newly downloaded Zip file to the host you wish to patch.
- Run the update, but instead of referencing an online depot, reference the Zip file, and use the Profile name you previously discovered in step 4, e.g.
esxcli software profile update -p ESXi-6.7.0-20190604001-standard -d /vmfs/volumes/datastore1/ESXi670-201906002.zip
- The update will run as normal, and you’ll probably need to reboot the host to complete.
I’m not sure if updates after this can be applied online or need to be done this way as well.