ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Update ESXi Host to the latest ESXi 8.0U3b without vCenter

By Vladan SEGET | Last Updated: September 24, 2024

Shares

If you're like many ESXi users that are running bunch of ESXi hosts without vCenter Server in labs and testing environments, you might wonder how to patch/upgrade to the latest version. It's not that we have already wrote about this topic many times in the past, but we do still have requests about it. Patching your ESXi host is necessary as you don't want to get some ransomware sh*t which will encrypts your VMs and files…

In summary, patching VMware ESXi is essential for maintaining a secure, stable, and efficient virtual environment. It helps protect against security threats, ensures compliance, and provides access to the latest features and improvements.

There are several ways to upgrade (online, offline, via latest ISO or via VMware-ESXi-8.0U3b-24280767–depot.zip file which you can download from VMware/Broadcom user portal (you need to have an account and active contract).

The best is to get hand on the VMware-ESXi-8.0U3b-24280767-depot.zip file or on the latest ESXi install ISO – VMware-VMvisor-Installer-8.0U3b-24280767.x86_64.iso

Then use one of those for the upgrade. Like this, if you have bunch of hosts running in your environment, you only need to download the bits once and not wasting the bandwidth on each of those hosts individually.

So today's post will detail the patching via CLI, but we'll also show you the ISO method which is really simple.

Update ESXi Host to the latest ESXi 8.0U3b – via CLI and VMware-ESXi-8.0U3b-24280767-depot.zip File

So right now, the host runs ESXi 8.0 U2 and we'll be upgrading it to U3

  • I assume that you know how to enable SSH on the host. (via host client)
  • I assume that you have to put the host into maintenance mode. (via host client or via cli

Connect via CLI (putty for example) and then

Step 1: upload the VMware-ESXi-8.0U3b-24280767-depot.zip file to a datastore accessible by the host. This can be local datastore or shared datastore.

Upgrade ESXi to ESXi 8.0 U3b

First, let's show the profiles we have in our depot.

Then pick a profile that you want to use. In our case, we pick the “standard”.

I'm picking up the “standard” as I want to have VMware tools package present on the host. The other one with “no-tools” is the one you would use for Autodeploy.

Enter this:

esxcli software sources profile list -d /vmfs/volumes/10/VMware-ESXi-8.0U3b-24280767-depot.zip

To upgrade/update ESXi from VMware repository run the below esxcli command

esxcli software profile update -d “/vmfs/volumes/10/VMware-ESXi-8.0U3b-24280767-depot.zip” -p ESXi-8.0U3b-24280767-standard

You're done. You'll see a lot of text (cut in my screenshot below) which shows what VIBs has been removed and what's installed.

This is it. Reboot and exit maintenance mode. You're done. Onto the next one…

Update ESXi Host to the latest ESXi 8.0U3b – via User Interface and ESXi Hypervisor Installer File – VMware-VMvisor-Installer-8.0U3b-24280767.x86_64.iso

I assume that your host has remote access (ILO, DRAC or other remote management). If not, burn the ISO file (VMware-VMvisor-Installer-8.0U3b-24280767.x86_64.iso)  to a CD (old way) and then put it in the CD-ROM tray.

Reboot your host and put the boot sequence to boot via the ISO. The installer will load….

It will take a while. More longer than traditional ESXi boot.

Press Enter and select the destination (in my case it is a ESXi test VM I'm using, so I'll take the 40Gb disk that has already the 8.0.2 installed on it).

As you can see, the installer is telling you that an upgrade of older file system will take place so you don't have to worry your files being overwritten.

and then, the default option is checked (Upgrade). Note that if you check the other option, Install, you wipe out everything …..

You'll have another window to confirm the upgrade.

After a while, the system will upgrade to the latest ESXi 8.0 U3b

You're done.

Final Words

The upgrade process of individual ESXi hosts hasn't changed. It still the same. This post was just a re-write as some readers has asked about how to upgrade ESXi to the latest version. Note that this is not the only way to patch/upgrade ESXi hosts. For individual host not managed by vCenter server you can also use online option, but when vCenter is used, you usually use vSphere Lifecycle Manager for the updates of your clusters or individual ESXi within your datacenter.

We have seen some evolution in updating of ESXi managed by vCenter via Live patching (without the ESXi needed to be rebooted) but it is a new feature in U3b and only applies on some VIBs. But I think I'll still write an article about it because it might become usefull at the enterprise level at the future.

 

More posts from ESX Virtualization:

  • Upgrade your VMware VCSA to the latest VCSA 8 U3b – latest security patches and bug fixes (NEW)
  • VMware vSphere 8.0 U2 Released – ESXi 8.0 U2 and VCSA 8.0 U2 How to update
  • What’s the purpose of those 17 virtual hard disks within VMware vCenter Server Appliance (VCSA) 8.0?
  • VMware vSphere 8 Update 2 New Upgrade Process for vCenter Server details
  • VMware vSAN 8 Update 2 with many enhancements announced during VMware Explore
  • What’s New in VMware Virtual Hardware v21 and vSphere 8 Update 2?
  • Homelab v 8.0 
    • NXJ6412 Maxtang EHL30 TPM Alert in vCenter Server 8.0 BIOS Config
    • vSphere 8 Lab with Cohesity and VMware vExpert gift – Maxtang’s NX 6412 NUC
    • VMware Cohesity vExpert Gift VMware EXPLORE 2022 Barcelona
  • vSphere 8.0 Page
  • Veeam Bare Metal Recovery Without using USB Stick (TIP)
  • ESXi 7.x to 8.x upgrade scenarios
  • A really FREE VPN that doesn’t suck
  • Patch your ESXi 7.x again
  • VMware vCenter Server 7.03 U3g – Download and patch
  • Upgrade VMware ESXi to 7.0 U3 via command line
  • VMware vCenter Server 7.0 U3e released – another maintenance release fixing vSphere with Tanzu
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Free Stuff, Server Virtualization 4 Comments

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Waqas Bhutta says

    September 24, 2024 at 3:49 pm

    I also suggest to use — dry-run (two -) in case any vib not compatible or dependencies

    Reply
    • Vladan SEGET says

      September 24, 2024 at 4:12 pm

      Yes. Good point.

      Reply
  2. RM says

    November 3, 2024 at 10:25 am

    Regarding not having vCenter available to assist with patching: migrating/converting VCSA to run on desktop Hyper-V is not difficult. I have an ESXi “all-in-one” so moving VCSA away from my single ESXi host was a smart move. I run VCSA exclusively on my desktop now and I start the VM as-needed. The Hyper-V integration components are already present as an apparent side-effect of VCSA’s Photon build being Azure-ready.

    One can also, of course, run VCSA on a desktop under VMware Workstation. 🙂

    Reply
    • Vladan SEGET says

      January 21, 2025 at 12:14 pm

      Sorry for the delay,

      Hey, this is smart move. I like it! -:)

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in