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

ESXi Free – how to upgrade to ESXi 5.1

By Vladan SEGET | Last Updated: February 16, 2017

Shares

If you're running the free version of ESXi 5.0 in your homelab or testing it at work, you might be wondering what's the easy way to upgrade existing ESXi 5.0 installation to the latest ESXi 5.1 without much effort and without breaking your existing installation, without re-installing everything. Your existing VMs won't be affected.

I've already wrote about patching ESXi without vCenter, but this time the command used slightly differ, and here I'm showing you the the steps which needs to be accomplished to upgrade to the latest ESXi 5.1 version. More advanced users can skip, because they'll probably know this method.

This article is meant to be for every user who don't uses vSphere update manager for this process. I'm writing it down here for my own bookmarking needs as well. -:)

As you might already read in my article about the changes to the ESXi, there isn't any vRAM limitation on the free ESXi 5.1 but there is still the 2 physical CPU limit together with the 32Gb physical RAM limit. If not I'd recommend to read those 2 articles:

  • vSphere 5.1 licensing – vRAM is gone – rather good news, any more?
  • ESXi 5.1 Free with no vRAM limit but physical RAM limit of 32Gb

The upgrade process from ESXi 5 free version to ESXi 5.1 free version is very straightforward. It takes 3 or 4 steps to complete. All the VMs running on the server must be shut down, because a reboot of the physical host is necessary.

ESXi 5 Free – upgrade to ESXi 5.1 – the steps:

01. Download the offline bundle for ESXi 5.1 at VMware (you'll need to login through My VMware, or if you don't have an account, you can create one for free) – file called VMware-ESXi-5.1.0-799733-depot.zip .

02. Activate SSH and shut down all your VMs running (if not already activated) . You can do it through the vSphere client. Configuration > Security Profile > Properties 

Enable SSh on VMware ESXi through GUI

03. Next thing you'll need to do is to upload the bundle zip file which you just downloaded to the local (or shared) datastore of the ESXi server. You can use the vSphere client and the datastore browser for that or you can use the faster VeeamZIP Free by creating a copy job for the upload of the file to the datastore. You can also use the built in datastore browser via vSphere client…

03. Connect by using Putty and execute the following command:

Update: For the latest vSphere 5.1 U1 , just download this file:  update-from-esxi5.1-5.1_update01.zip

and upload it to one of your datastores.

Note: If you run the command with “install” switch, all your personalized drivers of officially unsupported NICs will be deleted. You might consider using the second command with the “update” switch instead.

Then run this command – this option preserves all drivers and VIBs:

esxcli software profile update -d /vmfs/volumes/datastore1/VMware-ESXi-5.1.0-799733-depot.zip -p ESXi-5.1.0-799733-standard

ESXi 5 upgrade to ESXi 5.1 - how to

04. Reboot the server and you're done.

In case you want to revert back, just press Shift+R at the boot loader screen…

Shares
Vote !

| Filed Under: How To Tagged With: ESXi Free - how to upgrade to ESXi 5.1

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. Andrew Hancock says

    September 13, 2012 at 3:48 pm

    esxcli software profile can give an issue! if you use install in stead it works!

    • Vladan SEGET says

      September 14, 2012 at 8:42 am

      Thanks,

      I’ve updated.. added the “Install” command as well.

  2. Andrew Hancock says

    September 13, 2012 at 4:26 pm

    if we use the update command it generates the following error

    [DependencyError]
    VIB VMware_bootbank_esx-base_5.1.0-0.0.799733 requires esx-xlibs, but the requirement cannot be satisfied within the ImageProfile.
    Please refer to the log file for more details.

    this is on standard generic Build Number: 768111

    • JK says

      September 15, 2012 at 5:36 am

      Use this instead.  esxcli software profile install -d /vmfs/volumes/datastore1/VMware-ESXi-5.1.0-799733-depot.zip -p ESXi-5.1.0-799733-standard

  3. Richard Robbins says

    September 17, 2012 at 4:08 pm

    When I attempt to download the file linked in step one above (and after I’ve logged in to My VMware, I receive an error that I’m not authorized to download the file.  I’m a free EXSi user only.  Do I need a new key?  Will my 5.0 key not suffice?  I’m a bit confused.

    — Rich

  4. Ryan says

    September 18, 2012 at 9:00 pm

    I have the same issue as Rich. I am a free user and am denied the ability to download that file.

    • Vladan SEGET says

      September 18, 2012 at 10:23 pm

      to go fast. Register with another e-mail account to get the update. You can always send an e-mail to VMware asking them why… -:).

      • Ryan says

        September 19, 2012 at 1:41 am

        Thanks for the suggestion but that didn’t work either.

  5. Richard Robbins says

    September 19, 2012 at 1:54 am

    I ended up just taking the 5.1 install image and doing an upgrade installation.  My old key continues to work with 5.1.

    — Rich

  6. Marc says

    September 23, 2012 at 8:00 pm

    Hello all, tried to upgrade ESXi 5.0U1 to 5.1 via instructions above (think you by the way), but get following error :
    Error: Unknown command or namespace software profile install -d /vmfs/volumes/Backups/esxi-updates/VMware-ESXi-5.1.0-799733-depot.zip

    any advise would be welcomed!
    thank you

    • Robert says

      October 1, 2016 at 12:00 am

      Hello,

      I got the same error message when trying update from 5.0 to 5.5, what is the clue ?

      Best Regards,
      Robert

  7. Richard Robbins says

    September 25, 2012 at 2:33 am

    Why not just grabbing the 5.1 install image and doing an upgrade installation?  When you do so you will be given the choice of a fresh install or an upgrade of your existing install.

  8. Ryan says

    October 10, 2012 at 6:50 pm

    For those that are getting the error on VMWare’s site that says you don’t have permission: Click on the link to download the software, login, then click on the link again. You should now have access to download.

  9. asigurds says

    October 10, 2012 at 9:55 pm

    Upgraded to 5.1 by following the instructions. Now I’m unable to connect to the server.
    Going directly to the server address in a browser I get the following error message : 503 Service Unavailable

    When I log in via ssh, I’m unable to run any esxcli commands. I just get the following error : Connect to localhost failed: Connection failure

    Any help is appreciated.

    • Fred Reimer says

      October 15, 2012 at 1:37 am

      Two things. 1) I believe you would need vCenter 5.1 in order to manage the upgraded ESX 5.1 host. 2) it turns off SSH during the upgrade, you can re-enable via the console and login.

      • Vladan SEGET says

        October 15, 2012 at 8:25 am

        For the free version ESXi 5.1, there is still the good old friend – vSphere Windows client.. -:). As far as I know, the re-enabling SSH through web client hasn’t changed since 5.0 (or older). http://www.vladan.fr/how-to-activate-ssh-in-esxi/

        The question about vCenter managing ESXi 5.1 (paid license): Yes, you need vCenter 5.1 when managing ESXi 5.1. The lowest lic. versrion can be used for that: the vSphere Essentials.

    • asigurds says

      October 15, 2012 at 5:46 pm

      To answer my own question, I reset the host configuration through console and rebooted.
      Lost all my settings, but I was able to connect with the vSphere 5.1 client and reconfigure the host.

  10. Randy says

    October 16, 2012 at 4:22 pm

    I have ESXi 5.0.0.623860 on a bootable USB stick. I am unable to upgrade.
    I get a message ” The transaction is not supported: VIB VMware_bootbank_scsi-bnx2i_1.9.1d.v50.1-5vmw.510.0.0.799733 cannot be live installed.”
    I am in Maintenance mode.
    Any ideas?

  11. Tom says

    October 22, 2012 at 6:28 pm

    would this work to upgrade from ESXi 4.0 to 5.1 ?

  12. Stefan Walther says

    October 25, 2012 at 2:48 pm

    Unfo when you are a freebe uer you can not download the depo file, or am is missing something? 

    You are not entitled to download this product. VMware ESXi 5.1.0 Installable
    Download Trial or Buy Online

  13. Stefan Walther says

    October 26, 2012 at 1:36 pm

    to my prefious post use this offical vmware link to get the depot zip
    https://my.vmware.com/group/vmware/details?productId=285&downloadGroup=VCL-VSP510-ESXI-510-EN

  14. matthew says

    October 26, 2012 at 2:54 pm

    stefan, you can register for the free trial and then it will download

  15. Nicolas says

    November 1, 2012 at 9:53 pm

    I followed the instructions and it worked without a hitch! Thank you!

  16. Juan Gonzalez says

    November 5, 2012 at 6:47 pm

    Hi, this was actually pretty helpful! Thanks for such a good and simple explanation.  The only thing that gave me a hard time was finding out that I had to put the server on Maintenance mode and then reboot in order to make the command work.  Otherwise you’ll get the “cannot be live updated” error.

    I’m sure this is obvious for most of you VMWare wizards but for the newbies it’s a really important tip 🙂

    Great work!

    • Vladan SEGET says

      November 6, 2012 at 8:20 am

      Hi Juan,

      Thanks for the feedback. It’s probbably that I’m running a licensed version of ESXi, not the free one. As a vExpert I’ve been entitled for an enterprise plus. I haven’t had that message during my tests, but I’ll update the article with your informations.

      Best
      Vladan

  17. Magnus says

    January 3, 2013 at 1:24 am

    Used your guide to update from cli. worked like a charm!
    Thank you!

  18. Denis ECHE says

    January 15, 2013 at 9:56 am

    Works Perfectly. Thank you for this tutorial !

  19. CaffeinatedTech says

    February 8, 2013 at 10:43 pm

    I had issues with my upgrade and ended up having to rollback. I tried both the update and the install method but had troubles.

    I was unable to power on any VMs, I just kept getting “General System Error”. Even with new blank VMs. Read some KB articles and tried various things but in the end just had to rollback.

    Not sure if installing fresh from a disc would make much difference, be a PITA if it didn’t, as I don’t have an optical drive in that machine.

  20. Matt Weisberg says

    March 9, 2013 at 11:04 pm

    I followed this procedure to basically go right from 5.0 update 1 to the latest 5.1 build (1021289). It worked for the most part, but I had problems installing vmware tools, it couldn’t find the tools ISO. Turns out some of the symlinks got messed up. The /locker directory was an endless loop of empty directories and links. I ended up having to remove it and create a symlink to /store. Once I did that, I could install VMware tools.

    I’m just hoping that was the only anomaly.

    Matt

  21. Jack says

    November 25, 2014 at 5:14 am

    Keep getting
    ” VIB VMware_bootbank_esx-base_5.5.0-1.15.1623387 requires esx-xlibs, but the requirement cannot be satisfied within the ImageProfile.
    ”
    Funny thing is, the first time I did this it worked. Last 2 times I have had this problem :/

    • Vladan SEGET says

      November 25, 2014 at 3:05 pm

      havent’t tested, but try with -f at the end, which shall “force” the installation… It works usually for unsupported VIBs.

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

  • 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!
  • Installation of StarWind VSAN Plugin for vSphere
  • Protect Mixed environments with Nakivo Physical Machine recovery (bare metal)
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • Tails – Your Private OS on USB Stick
  • StarWind V2V Converter Now has CLI
  • Veeam VHR ISO v2 – 2025 Download and Install
  • Deployment OVA and Installation of Nakivo Backup and Replication for VMware

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