Skip to content

Instantly share code, notes, and snippets.

@alexleekt
Last active August 22, 2020 02:05
Show Gist options
  • Save alexleekt/76b028510168ad47ef2ddd54067a52b6 to your computer and use it in GitHub Desktop.
Save alexleekt/76b028510168ad47ef2ddd54067a52b6 to your computer and use it in GitHub Desktop.
esxi update
# https://esxi-patches.v-front.de/ESXi-6.7.0.html
cd /tmp
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.7.0-20200804001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli software vib install -v https://cdn.tinkertry.com/files/net-ixgbe_4.5.3-1OEM.600.0.0.2494585.vib --no-sig-check
tar -xzf NutClient-ESXi500-1.4.0.tar.gz
./upsmon-update.sh
esxcli network firewall ruleset set -e false -r httpClient
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment