要跟gen10 的vmware hpe 版本更新一些软件模块的版本,查了一个相关的vmware vib 安装,list 删除的命令
esxcli software vib list
显示已安装的软件包名称和版本 ,删除的时候要用这里面的名称
在support hpe 网站,下载页面的安装说明太简单了。。。
To install this component using VMware tools:
Unzip the smart component zip file to extract the VMware component.
Run the "esxcli software component" commands to install the VMware component.
Refer to VMware documentation for information on the esxcli commands
安装 hpe的硬盘管理hpessacli 的 软件, 单提示被已经安装的版本skip了,需要先删除旧版本,再安装新版本。
[root@localhost:~] esxcli software vib install -d /tmp/hpessacli-component_4.18.1.0-7.0.0-signed_component-15803178.zip
Installation Result
Message: Host is not changed.
Reboot Required: false
VIBs Installed:
VIBs Removed:
VIBs Skipped: HPE_bootbank_hpessacli_4.18.1.0-7.0.0.15525992.hpe
删除旧版本hpessacli
esxcli software vib remove -n hpessacli
再执行一下vmware 的 software install 命令
[root@localhost:~] esxcli software vib install -d /tmp/hpessacli-component_4.18.1.0-7.0.0-signed_component-15803178.zip
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: HPE_bootbank_hpessacli_4.18.1.0-7.0.0.15525992.hpe
VIBs Removed:
VIBs Skipped:
成功了, 单需要重启生效。