I came across a couple of articles about updating ESXi using the command below.
Changing the image at the end of the command of course based on what upgrade you want to install.
I am wondering if there are any downsides to using this? We use a vanilla ESXi image with only a few additional VIBs installed like NetApp's VAAI for NFS, and LSI VIBs for the RAID controller.
I am only looking to update ESXi 5.5 to the latest build.
Code:
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-20141204001-standard
Changing the image at the end of the command of course based on what upgrade you want to install.
I am wondering if there are any downsides to using this? We use a vanilla ESXi image with only a few additional VIBs installed like NetApp's VAAI for NFS, and LSI VIBs for the RAID controller.
I am only looking to update ESXi 5.5 to the latest build.