Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

VMware has released vSphere 7.0 Update 3u (U3u), which includes critical security patches, bug fixes, and performance enhancements. To maintain a stable and secure environment, it’s essential to keep your ESXi hosts updated. In this article, we’ll walk you through upgrading ESXi 7.0 to 7.0 U3u using vCenter Server, with a detailed, step-by-step process.
We’ll also cover the three primary methods to upgrade ESXi hosts and explain when and why to use each method.
Upgrading to 7.0 U3u offers:
There are three officially supported ways to upgrade ESXi hosts:
| Method | Best For |
|---|---|
| 1. vCenter Lifecycle Manager | Centralized upgrade of multiple hosts |
| 2. ESXCLI Command-Line | Scripted/manual upgrade of single host |
| 3. Interactive ISO Installer | Lab/test environments or offline hosts |
Let’s start with the most efficient method: vCenter Lifecycle Manager.
This method is recommended for production environments where multiple ESXi hosts are managed via vCenter Server.
https://<vcenter-fqdn>/uiLifecycle Manager (LCM) is the tool inside vSphere used to manage and apply updates or patches. “Check for Updates” ensures you’re using the latest list of available patches from VMware.
Click Menu >Click Menu (top-left) > Lifecycle Manager

Under Updates, click Check for Updates
A baseline is like a checklist that tells vCenter what updates should be applied. You’re creating one specifically for the ESXi 7.0 U3u patch so you can apply it consistently.
Navigate to Baselines > New. Choose Patch as baseline type
Name it: ESXi-7.0U3u-Baseline

Select the appropriate patch (7.0 U3u build). Review the summary, if everything is okay click finish and save the settings.

This step links your patch baseline to the host or cluster that needs to be updated. Without this, Lifecycle Manager won’t know which machines should be updated.
Now Go to Hosts and Clusters. Select the host or cluster. Navigate to Updates > Baselines

Click Attach and select your created baseline
This checks if your ESXi host already meets the requirements of the new patch (in this case, 7.0 U3u). If it’s not compliant, that means it needs to be updated. It may also show warnings that should be resolved before updating.
Click Check Compliance. Fix any reported issues before proceeding

Putting a host in maintenance mode ensures no virtual machines are running on it during the update. It’s a safety step to avoid VM crashes or data loss during the patching process.
Right-click the host → Enter Maintenance Mode

This is the actual update step. It applies the patch (7.0 U3u) to the host. The system will reboot the host to complete the installation.
Click Remediate to begin the upgrade. The process will reboot the host automatically.

This brings the host back online so it can run virtual machines again. At this point, the upgrade is finished and the host is ready for use.
Your ESXi host is now upgraded to 7.0 U3u!
This method is useful for upgrading standalone hosts or in automated environments without vCenter.
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U3u-XXXX -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
reboot
Replace XXXX with the correct build profile name.
esxcli software profile update -d /vmfs/volumes/datastore1/ESXi700-Update03u.zip -p ESXi-7.0U3u-XXXX
reboot
This approach is ideal for manual upgrades or test environments.
Download ESXi 7.0 U3u ISO from VMware portal
Mount ISO using iLO/iDRAC or burn to USB
Boot ESXi host from the ISO
Choose Upgrade Existing Installation
Follow the on-screen instructions
Reboot after the upgrade completes
After upgrading the host:
Confirm ESXi version in vSphere Client
Re-enable HA/DRS and other features
Validate VM connectivity and storage access
Update firmware and drivers if necessary
Monitor logs for anomalies
Upgrading ESXi to 7.0 U3u is essential to maintain a secure and high-performing infrastructure. If you’re managing multiple hosts, using vCenter Lifecycle Manager is the most efficient method. For individual upgrades, ESXCLI or ISO-based methods work well.