DELL R730xd esxi 6.7u3 升级 esxi 7.0.0u3

从dell官网下载VMware ESXi 7.0 U3升级包https://www.dell.com/support/product-details/en-us/servicetag/0-bE4vNUxpd2JQNHViYW5GaGRhZ0lodz090/drivers
1763629246995-1

将文件存入数据存储,并记住位置

然后通过ssh登录esxi执行命令

查看升级包里面的内容

esxcli software sources profile list -d /vmfs/volumes/SSD/VMware-VMvisor-Installer-7.0.0.update03-20328353.x86_64-Dell_Customized-A09.zip

执行升级

esxcli software profile update -d /vmfs/volumes/SSD/VMware-VMvisor-Installer-7.0.0.update03-20328353.x86_64-Dell_Customized-A09.zip -p DEL-ESXi-703_20328353-A09

若显示成功,则重启生效

reboot

此时UI界面还未更新到7.0的版本,esxi 7.0之后要在broadcom下载:https://support.broadcom.com/group/ecx/solutionfiles?displayGroup=VMware vSphere - Enterprise&os=&release=7.0&solution=VMware vSphere - Enterprise&subfamily=VMware vSphere&freeDownloads=true

因为服务器现在运行的已经是7.0版本了,可以直接选择最新版本进行下载https://support.broadcom.com/web/ecx/solutiondetails?patchId=15940,试过6.7u3直接升7.0U3w是不支持的

下载后,使用同样的指令进行升级
esxcli software sources profile list -d /vmfs/volumes/SSD/VMware-ESXi-7.0U3w-24784741-depot.zip
esxcli software profile update -d /vmfs/volumes/SSD/VMware-ESXi-7.0U3w-24784741-depot.zip -p ESXi-7.0U3w-24784741-standard
升级成功后,重启即可生效
reboot

激活esxi 7
网上试过的许可:
JA0W8-AX216-08E19-A995H-1PHH2
JU45H-6PHD4-481T1-5C37P-1FKQ2
1U25H-DV05N-H81Y8-7LA7P-8P0N4
HV49K-8G013-H8528-P09X6-A220A
1G6DU-4LJ1K-48451-3T0X6-3G2MD 我用的这个
5U4TK-DML1M-M8550-XK1QP-1A052

参考链接:
https://zhuanlan.zhihu.com/p/564990618 如何将VMWare ESXi 6.7升级版本到7.0?
https://zhuanlan.zhihu.com/p/557061355 ESXI 7.0 注册机 许可证分配
https://knowledge.broadcom.com/external/article/372545/download-esxi-patch-and-the-isos-for-lat.html#mcetoc_1irp2msto3

历史esxi版本号:https://knowledge.broadcom.com/external/article?legacyId=2143832

评论