Monday, 10 April 2023

Re-install Fling Driver on ESXI

 Note the steps below to get it working - need full path to the zip file:



[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] esxcli software component apply -d ./ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip
 [MetadataDownloadError]
 Could not download from depot at zip:/var/log/vmware/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip?index.xml, skipping (('zip:/var/log/vmware/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip?index.xml', '', "Error extracting index.xml from /var/log/vmware/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip: [Errno 2] No such file or directory: '/var/log/vmware/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip'"))
        url = zip:/var/log/vmware/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip?index.xml
 Please refer to the log file for more details.
[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] ls -l ./ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip
-rw-r--r--    1 root     root        355708 Apr 10  2023 ./ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip
[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] pwd
/vmfs/volumes/XPG SX8200 PRO/software
[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] esxcli software component apply -d "/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software/ESXi800-VMKUSB-NIC
-FLING-61054763-component-20826251.zip"
 [DependencyError]
 Component VMware-vmkusb-nic-fling_1.11-1vmw.800.1.20.61054763 has unmet dependency vmkapi_incompat_2_10_0_0 that is not provided by any component in depot.
 Component VMware-vmkusb-nic-fling_1.11-1vmw.800.1.20.61054763 has unmet dependency vmkapi_2_10_0_0 that is not provided by any component in depot.
 Please refer to the log file for more details.
[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] ls -l
total 561536
-rw-r--r--    1 root     root        349277 Aug  3  2020 ESXi700-VMKUSB-NIC-FLING-34491022-component-15873236.zip
-rw-r--r--    1 root     root        352595 Apr 10  2023 ESXi703-VMKUSB-NIC-FLING-55634242-component-19849370.zip
-rw-r--r--    1 root     root        355708 Apr 10  2023 ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip
-rw-r--r--    1 root     root     570619119 Jan 24 23:10 VMware-ESXi-7.0U3l-21424296-depot.zip
-rw-------    1 root     root           316 Aug 15  2020 index.xml
drwxr-xr-x    1 root     root         73728 Jan 25 00:43 m2
-rw-r--r--    1 root     root          2944 Aug 15  2020 metadata.zip
drwxr-xr-x    1 root     root         73728 Jan 24 23:24 mm
-rw-------    1 root     root           205 Aug 15  2020 vendor-index.xml
drwxr-xr-x    1 root     root         73728 Aug 15  2020 vib20
[root@localhost:/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software] esxcli software component apply -d "/vmfs/volumes/5f1c7304-77d00f04-ad0f-1c697a6ba3e5/software/ESXi703-VMKUSB-NIC
-FLING-55634242-component-19849370.zip"
Installation Result
   Components Installed: VMware-vmkusb-nic-fling_1.10-1vmw.703.0.50.55634242
   Components Removed:
   Components Skipped:
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true


No comments:

Post a Comment