How to Update to VMware ESXi 8.0.2 (22380479)

Written By Christian Castagna (Super Administrator)

Updated at June 26th, 2026

→ Applies to: SynetoOS 4.x and SynetoOS 5.x running VMware ESXi 7.0.3 (build 23307199) and above

The update requires the entire physical host to be rebooted

NOTE
■ Reverting to a previous version after upgrading to ESXi 8.0.x, does not revert the tools-light vib version installed on the ESXi host.
■ Rolling from ESXi 8.0.x to 7.0.x is acceptable, as there are no partition changes between the two versions.

 

Step 1. Check your VMware license and proceed only if it's compliant with version 8.0

Step 2. Power-off all VMs including SynetoOS and Syneto File Recovery

Step 3. Save you configuration in a file before to upgrade the system (see this article)

Step 4. Connect to VMware ESXi CLI (via SSH)

Step 5. Move to your datastore deployment folder (replace <datastore> with your datastore/folder name)

cd /vmfs/volumes/<datastore>/deployment

EXAMPLE

cd /vmfs/volumes/datastore1/deployment

 

Step 6. Modify firewall rules to allow subsequent activities

esxcli network firewall ruleset set -e true -r httpClient

 

Step 7. Download Syneto VMware ESXi 8.0.2 (build 22380479)

wget -O esx-syneto-update.zip https://storage.googleapis.com/syneto_public_files/downloads/VMWare/ESXi-8.0U2-22380479-Syneto-v8.303-release.zip --no-check-certificate

 

Step 8 (optional, for server Dell only). Enable kernel module

esxcli system module set --enabled=true --module=vmw_ahci

 

Step 9. Run the following command to remove unwanted VIB

esxcli software vib remove -n vmware-esx-sas3ircu

EXAMPLE OUTPUT

Removal Result
   Message: Operation finished successfully.
   Reboot Required: false
   VIBs Installed:
   VIBs Removed: LSI_bootbank_vmware-esx-sas3ircu_17.00.00.00-03
   VIBs Skipped:

 

Step 10. Run the following command to remove unwanted VIB

esxcli software vib remove -n lsiprovider

EXAMPLE OUTPUT

Removal Result
   Message: Operation finished successfully.
   Reboot Required: false
   VIBs Installed:
   VIBs Removed: LSI_bootbank_lsiprovider_500.04.V0.65-0005
   VIBs Skipped:

 

Step 11. Install the update (replace <datastore> with your datastore/folder name)

esxcli software vib install -f -d /vmfs/volumes/<datastore>/deployment/esx-syneto-update.zip

EXAMPLE

esxcli software vib install -f -d /vmfs/volumes/datastore1/deployment/esx-syneto-update.zip

 

Step 12 (optional). Check that no errors occur

If you receive this error:

[InstallationError]
[Errno 28] No space left on device
vibs = VMware_locker_tools-light_12.5.1.24649672-24723868
Please refer to the log file for more details.


Connect to VMware ESXi (via GUI), then enable SWAP memory:

 

Step 13. Install the update (replace <datastore> with your datastore/folder name)

esxcli software vib install -f -d /vmfs/volumes/<datastore>/deployment/esx-syneto-update.zip

EXAMPLE

esxcli software vib install -f -d /vmfs/volumes/datastore1/deployment/esx-syneto-update.zip

 

Step 14. Verify updated version

Installation Result
	Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
	Reboot Required: true

 

Step 15. Modify firewall rules to disable subsequent activities

esxcli network firewall ruleset set -e false -r httpClient

 

Step 16. Reboot the system

reboot

 

Step 17. Verify updated version after reboot

esxcli system version get

EXAMPLE OUTPUT

Product: VMware ESXi
  Version: 8.0.2
  Build: Releasebuild-22380479
  Update: 2
  Patch: 0