Monday, November 3, 2014

Easy Esxi patching

These are the sites I went to and the commands I ran.



Heere is a great site to get exsi patches without logging into vmware
https://esxi-patches.v-front.de/


esxi goto configuration page
choose security profile
enable esx shell and ssh

ssh into vmware server

run these commands

esxcli network firewall ruleset set -e true -r httpClient

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.0.0-2494585-standard

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.0.0-20160104001-standard

Reboot

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.0.0-20161104001-standard

Reboot

6.0 update 3
 esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.0.0-20170202001-standard


No comments:

Post a Comment