# 1.列出离线升级仓库中的所有映像配置文件。 $esxcli software sources profile list -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.0-6.0_update03.zip Name Vendor Acceptance Level -------------------------------- ------------ ---------------- ESXi-6.0.0-20170202001-standard VMware, Inc. PartnerSupported ESXi-6.0.0-20170201001s-standard VMware, Inc. PartnerSupported ESXi-6.0.0-20170201001s-no-tools VMware, Inc. PartnerSupported ESXi-6.0.0-20170202001-no-tools VMware, Inc. PartnerSupported
# 2.指定离线包中的映像文件进行升级 $esxcli software profile install -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.0-6.0_update03.zip -p ESXi-6.0.0-20170202001-standard Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. # 表示成功完成升级,需要重启系统后生效 Reboot Required: true VIBs Installed: VMware_bootbank_ehci-ehci-hcd_1.0-3vmw.600.2.52.4600944, ....... VMware_locker_tools-light_6.0.0-0.0.2494585 VIBs Skipped: VMWARE_bootbank_mtip32xx-native_3.8.5-1vmw.600.0.0.2494585, ...... VMware 1.0-3vmw.600.0.0.2494585
# 3.重启机器 reboot -d 0 # 如若系统没反应则 -f 参数强制重启
Step 3.从6.0 update 3 升级到 6.5 update 3之中
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# 1.列出6.5update离线升级仓库中的所有映像配置文件。 $esxcli software sources profile list -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.5-6.5_update03.zip Name Vendor Acceptance Level -------------------------------- ------------ ---------------- ESXi-6.5.0-20190702001-standard VMware, Inc. PartnerSupported ESXi-6.5.0-20190701001s-no-tools VMware, Inc. PartnerSupported ESXi-6.5.0-20190702001-no-tools VMware, Inc. PartnerSupported ESXi-6.5.0-20190701001s-standard VMware, Inc. PartnerSupported
# 2.指定离线包中的映像文件进行升级 $esxcli software profile install -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.5-6.5_update03.zip -p ESXi-6.5.0-20190702001-standard Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.650.0.0.4564106, ......, VMware_locker_tools-light_6.0.0-3.57.5050593 VIBs Skipped:
# 1.列出6.7update离线升级仓库中的所有映像配置文件。 [root@localhost:/vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO] esxcli software sources profile list -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.7-6.7_update03.zip Name Vendor Acceptance Level -------------------------------- ------------ ---------------- ESXi-6.7.0-20190801001s-no-tools VMware, Inc. PartnerSupported ESXi-6.7.0-20190802001-no-tools VMware, Inc. PartnerSupported ESXi-6.7.0-20190802001-standard VMware, Inc. PartnerSupported ESXi-6.7.0-20190801001s-standard VMware, Inc. PartnerSupported
# 2.指定离线包中的映像文件进行升级 [root@localhost:/vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO] esxcli software profile install -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.7-6.7_update 03.zip -p ESXi-6.7.0-20190802001-standard Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.670.0.0.8169922, ...., VMware_locker_tools-light_10.3.10.12406962-14141615 VIBs Removed: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.650.0.0.4564106, ...., VMware_locker_tools-light_6.5.0-2.92.13873656 VIBs Skipped:
# 3.同样重启机器 reboot
Step 5.升级成功退出维护模式与查看升级后系统版本信息,至此安装更新全部完成;
1 2 3 4 5 6 7
$vim-cmd /hostsvc/maintenance_mode_exit $esxcli system version get Product: VMware ESXi Version: 6.7.0 Build: Releasebuild-14320388 Update: 3 Patch: 73
方式1.请访问本博主的B站【WeiyiGeek】首页关注UP主, 将自动随机获取解锁验证码。
Method 2.Please visit 【My Twitter】. There is an article verification code in the homepage.
方式3.扫一扫下方二维码,关注本站官方公众号
回复:验证码
将获取解锁(有效期7天)本站所有技术文章哟!