我有一台HPE MicroServer Gen 10 plus,现在安装的ESXI 7.0.3。
最近想安装Win11的虚拟机,但是发现7版本不支持,想升级到8,但是我找不到HPE专用的升级文件,用官方的升级文件提示驱动/插件兼容性有问题。
请问各位大佬有没有相关的升级文件或者安装镜像。
[root@esxi1:/vmfs/volumes/63f97c97-d873f330-574e-b47af1372920] esxcli software profile update -d /vmfs/volumes/SSD4/VMwa
re-ESXi-8.0-20513097-depot.zip -p ESXi-8.0.0-20513097-standard
[DependencyError]
On platform embeddedEsx, VIB HPE_bootbank_amsd_701.11.7.2.4-1OEM.701.0.0.16850804 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_bootcfg_700.10.5.0.23-7.0.0.15525992 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_hponcfg_700.10.5.0.25-7.0.0.15525992 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_sut_701.2.8.0.28-1OEM.701.0.0.16555998 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_testevent_700.10.5.0.24-7.0.0.15525992 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_hpe-upgrade_1.1.4-1OEM.700.1.0.15843807 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB MIS_bootbank_hpessacli_5.10.45.1-7.0.0.15525992.oem requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_conrep_700.10.5.0.34-7.0.0.15525992 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_ilorest_700.3.1.0.43-15843807 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_ilo_700.10.7.5.2-1OEM.700.1.0.15843807 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_amshelpr_701.11.7.2.2-1OEM.701.0.0.16850804 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_vnic-enablement_700.1.00.12-1OEM.700.1.0.15843807 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
On platform embeddedEsx, VIB HPE_bootbank_fc-enablement_700.3.7.0.5-1OEM.700.1.0.15843807 requires esx-version << 7.1.0, but the requirement cannot be satisfied within the ImageProfile.
Please refer to the log file for more details.
从报错信息来看,核心问题在于你当前系统里安装的那些 HPE 专用的管理组件(VIB)。
根源:你现在的 ESXi 7.0.3 是 HPE 的定制版镜像,里面集成了很多 HPE 特有的驱动和工具(比如 amsd, ilo, ssacli 等),用于在 HPE 硬件上实现硬件监控和管理。
冲突点:这些旧版的 HPE 组件有严格的版本限制,比如报错中反复出现的 requires esx-version << 7.1.0,意思是“我只能在 ESXi 7.1.0 以下的版本工作”。当你尝试用 ESXi 8 的通用升级包去覆盖系统时,这些旧组件就成了“钉子户”,与新系统不兼容,导致升级进程中止。
简单来说,这不是你操作的问题,而是新旧组件不兼容导致的保护性报错。
你有三条路可以走,可以根据自己的情况选择:
这是最稳妥的方案。你需要的“HPE 专用的升级文件”其实就是 HPE 定制的 ESXi 8 安装 ISO,而不是一个升级包。
操作:用这个 ISO 文件制作启动U盘,直接进行全新安装(会清空现有系统盘数据,需要提前备份)。
所需文件:根据论坛用户的反馈,HPE MicroServer Gen10 Plus 确实可以运行 ESXi 8,他们成功使用的版本是 VMware-ESXi-8.0.3-24280767-HPE-803.0.0.11.8.0.6-Oct2024.iso 。
下载渠道:由于博通(Broadcom)收购了 VMware,下载方式有变化。你可以尝试以下途径:
Broadcom Support Portal:有用户反馈注册账号后可以下载到 HPE 定制版 ISO 。
HPE 官网:访问 HPE 的支持页面,搜索你的服务器型号,查看“驱动与软件”部分。
注意事项:安装时建议直接用 U盘 EFI 引导启动,不要使用机器内置的“引导安装器” 。
如果你觉得 HPE 定制版不好找,或者想用最纯净的版本,可以直接安装 VMware 官方的标准版。
操作:同样需要全新安装。
代价:安装后,你会发现服务器的一些硬件健康信息(如温度、风扇转速)在 ESXi 里看不到了,因为这些功能依赖 HPE 定制版里的那些专用驱动(VIB)。你需要手动去寻找并安装对应的社区版或兼容驱动,过程会稍微复杂一些。
这同样是一个很务实的选择。ESXi 7.0.3 目前仍然是广泛使用的稳定版本,而且 HPE 对 Gen10 Plus 的最高认证版本就是 7.0u3 。如果不是非要用 Win11 的某些特定新功能(比如 WSL2 的 GPU 加速等),7.0.3 完全够用,且稳定性有保障。
暂无评论
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论