Last active
February 17, 2022 19:20
-
-
Save marvin-marvin/179ccf108c6fcc11595aaaa0679a39ad to your computer and use it in GitHub Desktop.
update_esxi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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