@
NewYear https://esxi-patches.v-front.de/ESXi-8.0.0.html里面有 rss 订阅,有新版本后点开 Imageprofile 后面的链接能看到升级教程,但问题是现在需要博通的 token ,不知道是不是零门槛。
# Cut and paste these commands into an ESXi shell to update your host with this Imageprofile
# See the Help page for more instructions
#
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-8.0U3e-24674464-standard \
-d
https://dl.broadcom.com/[Your_Download_Token]/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
#
# Reboot to complete the upgrade