USB Network Native Driver for ESXi更新支持ESXi8.0

在ESXi8.0发布一个多月后,社区版的USB网卡驱动终于在flings上更新了,https://flings.vmware.com/usb-network-native-driver-for-esxi

Nov 23, 2022 - v1.11

Added support for ESXi 8.0

ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip

md5: 55087041545d2500c1b22deb65107f22

Note: This is ONLY for ESXi 8.0, for other ESXi versions (including update releases), please ensure you are using the correct version of driver.

来尝试下封装驱动,PowerCLI近期也更新到了13.0,https://www.powershellgallery.com/packages/VMware.PowerCLI/13.0.0.20829139

Install-Module -Name VMware.PowerCLI

接着验证下安装的版本

Get-Module -Name VMware.PowerCLI | Select-Object -Property Name,Version

验证安装的版本

需要注意的是,PowerCLI 13.0中的VMware.ImageBuilder 模块是依赖Python3.7的,参照https://developer.vmware.com/docs/15315/powercli-user-s-guide/GUID-9081EBAF-BF85-48B1-82A0-D1C49F3FF1E8.html

这里需要做几点:

下载 Python 3.7 https://www.python.org/downloads/release/python-370/.

安装Python 3.7.

保存 get-pip.py https://bootstrap.pypa.io/get-pip.py.

打开终端安装pip.\python.exe \get-pip.py

安装所需的Python模块.\Scripts\pip3.7.exe install six psutil lxml pyopenssl

在Powershell中配置Python3.7路径

在Windows上 Set-PowerCLIConfiguration -PythonPath \python.exe -Scope User

从https://github.com/VFrontDe-Org/ESXi-Customizer-PS下载封装脚本,最新为2.9.0.

下载原版的ESXi 8.0离线包 VMware-ESXi-8.0-20513097-depot.zip

下载最新的 支持8.0的USB网卡驱动 ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip

以管理员权限运行Powershell

封装成功

由于我之前已经在机器上安装了原版ESXi 8.0,这里就不重新安装了。在现有ESXi上安装这个驱动再插上USB网卡试试。

成功安装驱动

安装后需要重启ESXi。

Web Console里有提示

我一般习惯把开机的VM Suspend,然后进入维护模式后重启ESXi。

重启开机就识别到了

你可能感兴趣的:(USB Network Native Driver for ESXi更新支持ESXi8.0)