Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Last active February 17, 2022 19:20
Show Gist options
  • Save marvin-marvin/179ccf108c6fcc11595aaaa0679a39ad to your computer and use it in GitHub Desktop.
Save marvin-marvin/179ccf108c6fcc11595aaaa0679a39ad to your computer and use it in GitHub Desktop.
update_esxi
# update esxi
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U2e-19290878-standard --no-hardware-warning -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
OR
esxcli software sources profile list -d /vmfs/volumes/<DataStore-Name>/<Update-Datei>.zip
esxcli software profile update -d /vmfs/volumes/<DataStore-Name>/<Update-Datei>.zip -p <Image-Profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment