赞
踩
VMware 不久前发布了 ESXi 6.7,但直到最近我才开始在我的家庭和工作实验室环境中部署它。以下是使用命令行或使用 VMware ESXi 脱机捆绑包轻松将 ESXi 6.5 主机升级到 ESXi 6.7 的两种方法。
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.7.0-20180804001-standard
esxcli network firewall ruleset set -e false -r httpClient
reboot
Once the host comes back online, remove it from Maintenance mode and you’re good to go. It also wouldn’t hurt to also disable SSH when you’re done, for security purposes.
Tip: To view a list of all available ESXi profiles type the following in your SSH session:
esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Using the offline bundle works similar in the way of the command line but saves you from having to re-download the upgrade file for each VMware ESXi host. This is nice when you have more than just a couple hosts or limited bandwidth.
esxcli software vib update -d /vmfs/volumes/DATASTORE/VMware-ESXi-6.7.0-8169922-depot.zip
reboot
重新引导主机后,将其退出维护模式并转到下一个主机。就是这样!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。