• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Downside to Patching ESXi Using the Command-line

KapsZ28

2[H]4U
Joined
May 29, 2009
Messages
2,114
I came across a couple of articles about updating ESXi using the command below.

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.
 
There are none, with the update, you are only upgrading the vibs that have a lower revision number than the ones in the image you are installing.
That's what people with whiteboxes use.
 
There are none, with the update, you are only upgrading the vibs that have a lower revision number than the ones in the image you are installing.
That's what people with whiteboxes use.

Oh. Well that is perfect since we use whiteboxes.
 
Back
Top