Update - USB fling deployment under 7.0U3c : Doing things the old fashioned way :) # Removed current installed esxcli software vib remove -n net-community esxcli software vib remove -n vmkusb-nic-fling # Update using new repo esxcli software vib install -d <path>/VMware-ESXi-7.0U3c-19193900-depot.zip # Install new vibs esxcli software component apply -d <path>/Net-Community-Driver_1.2.2.0-1vmw.700.1.0.15843807_18835109.zip esxcli software component apply -d <path>/ESXi703-VMKUSB-NIC-FLING-51233328-component-18902399.zip # Force full usb scan on boot as default is NO esxcli system module parameters set -m=vmkusb_nic_fling -p usbBusFullScanOnBootEnabled=1 Reboot and you're done.
Update - USB fling deployment under 7.0U3c : Doing things the old fashioned way :)
# Removed current installed
esxcli software vib remove -n net-community
esxcli software vib remove -n vmkusb-nic-fling
# Update using new repo
esxcli software vib install -d <path>/VMware-ESXi-7.0U3c-19193900-depot.zip
# Install new vibs
esxcli software component apply -d <path>/Net-Community-Driver_1.2.2.0-1vmw.700.1.0.15843807_18835109.zip
esxcli software component apply -d <path>/ESXi703-VMKUSB-NIC-FLING-51233328-component-18902399.zip
# Force full usb scan on boot as default is NO
esxcli system module parameters set -m=vmkusb_nic_fling -p usbBusFullScanOnBootEnabled=1
Reboot and you're done.