During the upgrade of ESXi in my NUC cluster I encountered an error that had something to with available space on the system disk(s). I have my ESXi installed on a USB device because I need to use both internal disks (2) for vSAN when I need it.
To resolve this issue I performed the following steps:
- Download the ESXi Offline Bundle .ZIP
- Logon to the ESXi host with SSH
- Rename the /store folder: # mv /store /store.old
- Remove the /store.old folder: # rm -rf store.old
- Browse to the directory where the ESXi offline bundle is located:
# cd /vmfs/volumes/SYNOLOGY-STORAGE/CIFS\ ISO\ library/VMware/vSphere\ 7.0/ - Perform the update of ESXi via the esxcli:
# esxcli software profile update -d /vmfs/volumes/SYNOLOGY-STORAGE/CIFS\ ISO\ library/VMware/vSphere\ 7.0/VMware-ESXi-7.0.0-15843807-depot.zip -p ESXi-7.0.0-15843807-standard
I hope this is useful for somebody. If there is anything to add or remark, please let me know!
sources: vmware.com
I was upgrade from 6.7 to 7.0 > removing “store.old” was not needed in my case, while performing the upgrade. What I noticed is the filesystem got overwritten with 7.0 and store.old got removed in the process.
LikeLike
Thanks for this howto. Took me a while to figure out the right syntax on a Dell Custom image. What drives me nuts though, is that after the update I am on 7.03, but soon as I reboot two times I am back on 6.7. Ran this process twice already, still same result. Do you have any idea?
LikeLike