×

安装USB网卡驱动 for ESXi

lixiaoyao lixiaoyao 发表于2023-02-07 20:14:41 浏览83 评论0

抢沙发发表评论

USB Network Native Driver for ESXi | VMware Flings 


Installation

Step 1 - Download the ZIP file for the specific version of your ESXi host and upload to ESXi host using SCP or Datastore Browser

Step 2 - Place the ESXi host into Maintenance Mode using the vSphere UI or CLI (e.g. esxcli system maintenanceMode set -e true)

Step 3 - Install the ESXi Offline Bundle (6.5/6.7) or Component (7.0)

For (7.0+) - Run the following command on ESXi Shell to install ESXi Component:

esxcli software component apply -d /path/to/the component zip

For (6.5/6.7) - Run the following command on ESXi Shell to install ESXi Offline Bundle:

esxcli software vib install -d /path/to/the offline bundle zip

Step 4 - Plug-in the USB NIC and reboot for the change to go into effect. Once the host has rebooted, ESXi should automatically pickup and claim the USB NIC (e.g. vusb0)


访客