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
      • VVF 9 and VCF 9
      • 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
    • Windows Server 2025
    • 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

Easily upgrade ESXi 5.x to the latest ESXi 6.0 via CLI

By Vladan SEGET | Last Updated: March 17, 2016

Shares

I have received quite a few demands for how to update standalone ESXi hosts via the command line. For most people it's probably no brainer, but for new folks this might not be so obvious. So for those of you who are looking to update ESXi 5.x to the latest release which is the ESXi 6.0, then you can simply watch this short video where I'm detailing the steps. It's basically a 3 step process to easily upgrade ESXi 5.x to the latest ESXi 6.0 CLI.

How to upgrade ESXi 5.x to the latest ESXi 6.0?

Update: I need to add a correction to this post. VMware now recommends using “esxcli software update profile” command instead, for UPGRADES. As with this command you have a possibility to specify the image profile within the upgrade package. See an updated section below this post… So this commands below works, they are simple, but not supported by VMware. The “esxcli software update profile” command allows to pick a image profile within the upgrade package (usually there is 4 of them), but adds a bit of complexity. Not much though…

1. Download the file called update-from-esxi6.0-6.0_update02.zip from My VMware portal. It should be available when you sign-up for a trial of VMware vSphere 6.0 together with the ESXi 6.0 iso file.

2. Upload this file to the datastore visible by your ESXi host.

How to upgrade ESXi

3. Put your host in maintenance mode (right click > enter maintenance mode) and connect via putty. Note that SSh must be enabled. (configuration > security profile > properties > ssh). Now run this command to update the host:

esxcli software profile update -d /vmfs/volumes/<your_datastore>/update-from-esxi6.0-6.0_update02.zip -p ESXi-6.0.0-20160302001-standard

so in my case

esxcli software profile update -d /vmfs/volumes/drobo/update-from-esxi6.0-6.0_update02.zip -p ESXi-6.0.0-20160302001-standard

How to patch ESXi host

4. Reboot your host and exit maintenance mode.

Here is the video detailing the process of upgrading ESXi 5.x to the latest release which is ESXi 5.5 Update 1. Best to watch in HD, as usually.

Update:

As above, from previous release, with more details which profile to choose from….. (there are four)

Let's do an UPGRADE of ESXi 5.5 to ESXi 6.0 via “esxcli software profile update” command.

Step 1: Connect via putty. Note that I'll use that latest ESXi 6.0 update zip file for this post.

esxcli software sources profile list -d /vmfs/volumes/<your_volume>/ESXi600-201601001.zip

so in our case…

Upgrade ESXi 5.x to the latest ESXi 6.x

Step 2: Then type

esxcli software profile update -d /vmfs/volumes/<your_volume>/ESXi600-201601001.zip -p <profile-image>

so in my case:

esxcli software profile update -d /vmfs/volumes/datastore1/ESXi600-201601001.zip -p ESXi-6.0.0-20160101001s-standard

(note that you could easily pick other 3 image profiles…. It's just one example here..)

how to upgrade ESXi 5.x to 6.x

check if any error messages….. then reboot…

How to upgrade ESXi 5.x to 6.x via image profile command

and here is a new video detailing the steps …

If you want to check what's new in vSphere 6.0 then you should check my vSphere 6.0 page. You might also be interested in installing custom vibs, for example for unsupported Realtec NIC drivers. I wrote a post about it here. Realtek 8169 NIC in ESXi 5.5 not detected by default – install a VIB.

Enjoy… -:)

Shares
5/5 - (45 votes)

| Filed Under: How To Tagged With: Easily upgrade ESXi 5.x to the latest ESXi 5.5 Update 1 via CLI

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. Omur says

    October 18, 2014 at 1:10 am

    Hello, I’m trying to upgrade my esxi5.0.0 to 5.5.5 and I’m getting this error. I tried google but couldn’t find anything. Can you please help?

    Thanks.

    ~ # esxcli software vib update -d /vmfs/volumes/datastore1/update-from-esxi5.5-5.5_update02-2068190.zip
    [DependencyError]
    VIB VMware_bootbank_esx-base_5.5.0-2.33.2068190 requires esx-xlibs, but the requirement cannot be satisfied within the ImageProfile.
    Please refer to the log file for more details.
    ~ #

    • Vladan SEGET says

      October 18, 2014 at 1:15 pm

      try to put “–force” (or simply “-f”) at the end of the command. It will bypass the check for the package dependencies.

  2. Teodoro Galan Cueto says

    October 22, 2014 at 1:59 pm

    Hey I follow these steps.

    the upgrade complete with -f options. but after the host reboot VMs won’t start giving this error:

    Transport (VMDB) error -45: Failed to connect to peer process.

    • Vladan SEGET says

      October 22, 2014 at 3:18 pm

      Perhaps you should check the logs first, to see if there is more. I don’t unfortunately have solution on that.

    • Paco says

      October 23, 2014 at 9:19 pm

      Found a solution after fighting with this all day.

      Download the latest zip: ESXi550-201410001.zip
      Then extract this file vib20esx-xlibsVMware_bootbank_esx-xlibs_5.5.0-0.0.1331820.vib
      Upload it to your esxi, then install with:
      esxcli software vib install -v /path/to/file/VMware_bootbank_esx-xlibs_5.5.0-0.0.1331820.vib
      You’ll need to reboot, then your vm’s should start.

      • vasili439 says

        January 22, 2016 at 10:35 pm

        Paco, I want to say THANK YOU!!! You did a really great job! Now my VMs is up and running! Thank you!

  3. Tex says

    October 30, 2014 at 2:26 pm

    Cheers for the article!

    I’m looking after a small vSphere environment that consists of 2 Dell R710 physical hosts running ESXi 5.0.0 Build 1489271. I administer it via my Essentials Plus kit and vSphere running on one of my VM’s.
    Am I able to use your process as described to upgrade both hosts to the latest version of 5.5? Or would you suggest another way?

    I’ve been holding off on dong such a major upgrade to the Hypervisor level of the entire system as I’ve been a tad nervous about doing it with 13 VM’s running across them and 120 users relying on them 😉

    I will be OK with upgrading the vSphere install to the latest version on my VM, I’m pretty confident there … its just that ESXi install on each Host that bothers me 😉

    Thanks for the article 😉

    • Vladan SEGET says

      October 30, 2014 at 3:05 pm

      You should make sure that you backup the settings of your ESXi hosts first. Here is how with powerCLI for example: http://www.vladan.fr/backup-restore-esxi-configuration-powercli/

      Then you should check VMware HCL for your hardware. If it’s not listed then you might or might not have problems. I recently tried to upgrade unsupported hardware and it just resulted PSOD, so the HCL is there as a safeguard.

  4. Kayne says

    December 13, 2014 at 1:43 am

    Thank you! This worked well for me when Update Manager had failed. In some ways this can be even easier than using Update Manager.

    Pro tips if you have a lot of hosts in the same cluster:
    – allow remote SSH to your hosts
    – put the offline zip on a shared LUN
    – run the esxcli command per this article
    – it’s best to update only 1 host at a time
    – you can pretty much copy/paste and use the same command for each host in the cluster (assuming they all see the same shared LUN)

  5. Robert says

    January 29, 2015 at 12:15 am

    Paco , a huge thank you, i could start my vm. You saved me some hours of sleep 🙂

  6. Jim says

    February 4, 2015 at 8:37 pm

    Great writeup – easy and painless for my stand-alone host. Many thank! 🙂

  7. John says

    February 8, 2015 at 7:44 pm

    I wanted to send out a massive thank you to both Vladan and Paco – your instructional video Vladan along with Paco’s advice was just what I needed, and saved me a lot of frustration this weekend. Seriously, thank you!

  8. Brian says

    March 2, 2015 at 4:27 pm

    The -f at end of command worked for me to resolve the “requirement cannot be satisfied within the ImageProfile” error. Thanks!

  9. David Carroll says

    March 10, 2015 at 4:15 pm

    The video shows the command switch “install”, while the page says “update”. Is there a difference?

    • Vladan SEGET says

      March 10, 2015 at 4:29 pm

      Sorry about that. The “install” will wipe any custom drivers, where the “update” don’t. So I would go with the update command….

  10. spitfire says

    March 25, 2015 at 9:48 am

    Paco thanx so match!

  11. TyGrOoO says

    May 17, 2015 at 12:57 am

    Paco thanx so match! too 😉

  12. mTorres says

    July 15, 2015 at 10:49 pm

    Hi Vladan,

    I’ve updated my ESXi 5.0 host to 6.0 without fear using your blog articles about this topic (thanks!). Unfortunatelly I have an RDM LUN formatted with UFS (freeBSD) and since the upgrade, ESXi is automatically mounting this device for the host and my guest FreeBSD VM can’t boot because the device is locked by the ESXi itself (there is no lck file to be found). I can see it if I call esxcli storage filesystem list) I’ve tried to unmount it (esxcli storage filesystem unmount, with label, path and UUID but the system does not unmount the volume so I’m stuck and can’t use this VM). Do you have, by any chance, a clue of what to do?

    • Vladan SEGET says

      July 16, 2015 at 8:03 am

      RDMs are pain. Check this KB – Unmounting a LUN or detaching a datastore/storage device from multiple VMware ESXi 5.x/6.0 hosts http://kb.vmware.com/kb/2004605

      Best,
      Vladan

  13. Sabonkarani says

    August 19, 2015 at 3:56 pm

    Hi,
    Can you please tell me where do i find the latest ver. of ESXi, i run 5.5.0 #1 SMP Release build-1746018 Apr 15 2014 02:08:35 x86_64 GNU/Linux, i want to upgrade it and how do i proceed (any how to or instruction)..

    Thanx

  14. Pedro says

    August 28, 2015 at 2:40 pm

    I have tried with this image on my Dell T320

    http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=HJFY8
    http://downloads.dell.com/FOLDER02873638M/1/VMware-ESXi-6.0.0-2494585.x86_64-Dell_Customized-Offlinebundle-A00.zip

    esxcli software vib update -d /vmfs/volumes//
    reboot

    Now I can not login to the machine (incorrect username password).
    Is there any default password ?
    Pedro

  15. mb says

    September 24, 2015 at 10:33 pm

    I am a light user of VMware ESXI, and find that the free version provides all the functionality I require (mostly just for testing/dev usages). As such I am not permitted to download the …depot.zip files, but I noticed that the “patch” files to update 6.0 to 6.0u1 are about the size of a full installation, so I used the patch file (update-from-esxi6.0-6.0_update01.zip) in place of the depot.zip to perform an update from 5.1, and it appears to have worked just fine for me.

  16. John says

    November 11, 2015 at 6:30 pm

    According to VMware, The esxcli software vib update and esxcli software vib install commands are not supported for upgrade operations. so why are you using esxcli software vib update command to upgrade host from ESXi 5.x to 6?

    • Vladan SEGET says

      November 11, 2015 at 6:50 pm

      John, I Don’t know where you found out that it’s not supported as the VMware documentation says the opposite…. -:) https://pubs.vmware.com/vsphere-60/index.jsp?topic=%2Fcom.vmware.vsphere.upgrade.doc%2FGUID-22A4B153-CB21-47B4-974E-2E5BB8AC6874.html

      If you have custom drivers (vibs) you should always use “update” not “install” option….

      The software profile update command updates existing VIBS with the corresponding VIBs from the specified profile, but does not affect other VIBs installed on the target server. The software profile install command installs the VIBs present in the depot image profile, and removes any other VIBS installed on the target server.

      A depot (it’s the -d or “dash D” sign) is:

      The software depot is a hierarchy of files and folders and can be available through an HTTP URL (online depot) or a ZIP file (offline depot).

      https://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.upgrade.doc/GUID-94784F37-9195-420D-BB6A-525CFAE3E395.html

      You can also use VUM (VMware update manager) or ISO, where the ISO also checks if the host has enough available memory and only supported devices connected to it (so it’s safer)…. The VUM is the way to go if you have more than few hosts in your environment.

      Perhaps you confused with this? “The esxupdate and vihostupdate utilities are not supported for ESXi 6.0 upgrades.”

      Hope that it answers your questions.

  17. John says

    November 11, 2015 at 11:15 pm

    I think i was looking at 5.1 and 5.5 documentation

    https://pubs.vmware.com/vsphere-55/index.jsp?topic=%2Fcom.vmware.vsphere.upgrade.doc%2FGUID-22A4B153-CB21-47B4-974E-2E5BB8AC6874.html

    There is one issue i found with using esxcli software vib update -d command that it does not update the image profile under the summary tab of the host. Do you know what could be the reason for this command not to update image profile?

  18. Deej says

    November 13, 2015 at 10:50 pm

    I have the same question as John. I used this method to upgrade my hosts from 5.5 to 6.0 because it was actually easier than using Update Manager, even though I administer a medium sized environment.

    After the upgrade (which was super smooth) I now show the following:

    ESX/ESXi Version: VMware ESXi, 6.0.0, 2494585
    Image Profile: (Updated) ESXi-5.5.0-1746018-Custom-Cisco-5.5.1.3

    Is this a problem (other than bugging me that they don’t match)? And is there any way to resolve this?

    Thanks for the article!

  19. Neeraj Shah says

    March 8, 2016 at 11:54 pm

    Hello, One user posted a similar comment. The below link which you replied to John, states that the “esxcli software vib update” and “esxcli software vib install” commands are not supported for UPGRADE operations. So why are you using esxcli software vib update command to upgrade host from ESXi 5.x to 6? What am i missing then ? Sorry but I am confused 🙂

    https://pubs.vmware.com/vsphere-60/index.jsp?topic=%2Fcom.vmware.vsphere.upgrade.doc%2FGUID-22A4B153-CB21-47B4-974E-2E5BB8AC6874.html

    • Vladan SEGET says

      March 9, 2016 at 7:01 am

      I guess the best way from now on is to use the:

      “esxcli software profile update”

      Things has changed at VMware. I’ll test and try to update the post…
      Thanks

  20. Gert van den Berg says

    March 22, 2016 at 6:46 pm

    It seems possible to upgrade from an online depot as well (httpClient needs to be opened though).

    esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

    And
    esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p

  21. J. Daniel Medeiros says

    March 31, 2016 at 3:54 pm

    Thank you very much for sharing all this information. I am running 5.5.0 Build 1331820 and would like to upgrade to 6. I am running with the Realtek 816X nics.

    ~ # esxcli software vib list
    …
    net-r8168 8.013.00-3vmw.510.0.0.799733 VMware VMwareCertified 2013-11-08
    net-r8169 6.011.00-2vmw.510.0.0.799733 VMware VMwareCertified 2013-11-08
    …

    ~ # esxcli network nic list
    Name PCI Device Driver … Description
    —— ————- —— … ————————————-
    vmnic0 0000:003:00.0 r8168 … Realtek Realtek 8168 Gigabit Ethernet
    vmnic1 0000:006:00.0 r8168 … Realtek Realtek 8168 Gigabit Ethernet
    vmnic2 0000:005:01.0 r8169 … Realtek Realtek 8169 Gigabit Ethernet

    If I follow the steps outline above, or the video, am i not dead in the water? I think I would be considering VMware’s position went from dropping support in 5.5 to blacklisting in 6.

    Thank you!

  22. J. Daniel Medeiros says

    March 31, 2016 at 6:51 pm

    …I would have been, but I am not thanks to Andreas Peetz at http://www.v-front.de/2015/03/vsphere-6-is-ga-ultimate-guide-to.html

    Regardless, thanks for a great article!

    • Vladan SEGET says

      April 1, 2016 at 7:35 am

      Glad you found a solution…

  23. Dave says

    July 29, 2016 at 9:13 pm

    Thanks so much for your informative post!

    I have an ESXi 5.5.0 machine and want to add it to a new vSphere Essentials Kit license v 6.0.0U2. But it won’t let me because it is 5.5.0. When I choose the ‘-standard’ suffix as in the instructions above, will I be locking that host into a Standard license instead of Essentials?

    • Vladan SEGET says

      July 29, 2016 at 10:01 pm

      The “-standard” in the instructions above is related to standard image profile (nothing to do with licensing).

      Licensing is managed via vCenter server. First, you must install vCenter server 6.0 > create a Datacenter object > Add the 5.5 host there > upgrade the host to 6.0

      Done -:)

      • Dave says

        July 30, 2016 at 12:26 am

        Actually, I am not able to add the 5.5 host (Which is currently the free license) to the v6 vCenter Datacenter due to a licensing error that I get:

        License not available to perform the operation. The VMware vSphere 5 Hypervisor license for Host esx1.balletbc.local does not include vCenter agent for VMware host. Upgrade the license.

        Nor can I apply the v6 license to the 5.5 ESXi. I get an error stating that the license is not valid for the version of the ESXi.

        But, if I understand you correctly, I can still proceed with the upgrade as outlined above and then apply the new license?

        • Dave says

          July 30, 2016 at 12:27 am

          [Please remove the hostname from my comment above! Thanks!]

        • Vladan SEGET says

          July 30, 2016 at 6:50 am

          In fact, you shall have a “vCenter license” for vcenter server asset. And on the other hand, you should have “esxi license” for host asset. Upgrade the host individually > apply the host license > add the host to vCenter.

  24. Eduard says

    August 15, 2016 at 5:07 pm

    Hello
    Your Documentation was very helpful for me…
    Last Wekend i’ve made some ESXi Hypervisor updates inclusive the “update-from-esxi6.0-6.0_update02” Update Release
    Also in a VMWare VSAN 6.x Infrastructure

    Do you have a newsletter ?

    Thanks
    Eduard
    Germany

  25. Robert Larson says

    November 16, 2016 at 3:31 am

    This was very helpful. Just updated two 5.5 boxes remotely. I’d always done this using ILO or DRAC and virtually mounting the ISO. In this case I didn’t have a remote access method available and so I googled alternate methods and found this page. This is actually so much easier and quicker. The only other step I had to do was manually reconnect the hosts in vCenter, they didn’t come back after the host reboot. But I just right clicked the hosts in vCenter and clicked Connect and all was well. Thanks so much for publishing this.

  26. Victor B says

    November 20, 2016 at 11:14 am

    Hey, great guide.

    What’s the difference between the two builds:
    ESXi-6.0.0-2016104001-standard
    ESXi-6.0.0-2016101001s-standard

    Does the ‘s’ build only include security updates?

  27. Eddy Chong says

    November 22, 2016 at 11:47 am

    Hi,

    What is the difference between esxcli software vib update and esxcli software profile update?

    This is kinda confusing..

    • Vladan SEGET says

      November 22, 2016 at 11:57 am

      A vib is a simple driver. A profile is a whole bunch of patches, drivers, bundled together… You may check this post for more info….http://www.vladan.fr/how-to-install-vib-on-vmware-esxi/

  28. Alexandre de Moraes says

    August 11, 2017 at 1:45 am

    Hi,

    Thank you very much for this article, was very helpful for me.

    Cheers

  29. Jesper says

    December 31, 2017 at 4:45 pm

    Hi Vladan,

    Thank you very much for this article, it was extremely helpful to me.

    Cheers,

    • Vladan SEGET says

      January 2, 2018 at 7:42 am

      Hi Jesper,
      Great it helped. Thanks for reading my blog. ++

  30. Victor says

    March 13, 2018 at 6:42 pm

    Hi, I’m used to update remotely and succesfully done a couple of server but today I get this :

    # esxcli software sources profile list -d VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip
    [MetadataDownloadError]
    Could not download from depot at zip:/var/log/vmware/VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip?index.xml, skipping ((‘zip:/var/log/vmware/VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip?index.xml’, ”, “Error extracting index.xml from /var/log/vmware/VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip: [Errno 2] No such file or directory: ‘/var/log/vmware/VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip'”))
    url = zip:/var/log/vmware/VMware-ESXi-6.0.0.update03-6921384-LNV-20180201.zip?index.xml
    Please refer to the log file for more details.

    • Abel RV says

      July 30, 2020 at 12:40 am

      That is related to the name of the file. I had the same issue because i changed the name form ESXi600-201706001.zip to ESXi600-201706001-Offline-Bundle.zip. When i changeit back to the original, it worked like a charm. I hope this helps!!

  31. Victor says

    March 13, 2018 at 6:57 pm

    Sorry to leave another comment I don’t know how to edit the last one. It appear it work well if I dump the image in a datastore but I were at some point able to update while uploading the image to the / of root where I do create a “tools” folder to put anything I.T. related.. so not critical to resolve my bug but if there is a way I would apreciate to at least understand

    • Keith says

      March 20, 2018 at 1:31 am

      Greetings Victor: You need to provide the complete path for the zip file. Depending on your setup, it could be /vmfs/volumes/. It’s trying to look a a default area in the /var/log/vmware directory. Once you give it the correct path, you’ll have better results.

  32. Jared says

    August 3, 2018 at 3:35 am

    Is this still valid for 5.5 to 6.7?

    • Vladan SEGET says

      August 3, 2018 at 7:42 am

      Oh, that’s almost unsupported, that 5.5 version (September 19, 2018). Isn’t it? You can upgrade 5.5 to 6.0 or 6.5 only. No direct to 6.7. You can then go 6.0 (or 6.5) to 6.7

      • Wesley says

        August 9, 2018 at 2:53 am

        Hello Vladan,
        What would be the best way to upgrade a cluster of 4 hosts running ESXi 5.5 to ESXi 6.5, with vCenter on Windows server?
        Greatly appreciate your input and any good steps.
        BTW I love your articles and posts , such great job !!
        Wesley

        • Vladan SEGET says

          August 9, 2018 at 7:15 am

          Check HCL > vCenter upgrade > ESXi upgrade > VM tools upgrade. That only if all other external apps (backup/monitoring) is already supporting 6.5. (That’s a rough process only)

  33. Jared says

    August 9, 2018 at 3:29 am

    You are right. I figured that out after doing some more reading on the subject. Unfortunately, I tried doing a 5.5 update to 6.5 via USB installer and it just plain didn’t work. The 6.5 installer showed that it recognized 5.5 on the boot volume, but it did a generic install instead of an upgrade. I have not been able to figure out why so far.

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

  • Backup solution that supports 15+ Hypervisors – Vinchin Backup and Recovery
  • Why NordVPN is Your Must-Have for Business Security and Personal Freedom
  • Agentless Backup Solutions for XCP-ng Hypervisor: External Vendor Options
  • Vinchin Earns Acclaimed Recognition in Gartner Peer Insights 2025 Report
  • VMware vSphere 9 Standard and Enterprise Plus – Not Anymore?
  • Free Virtual Backup Appliance from StarWind – With Community Support (example configuration for ESXi and Veeam Backup)
  • VMware vSphere Foundation (VVF 9) and VMware Cloud Foundation (VCF 9) Has been Released
  • Veeam Backup & Replication 12.3.2 – patch critical vulnerabilities for your dataprotection environments
  • Veeam confirming vSphere 9.0 and ESXi 9 upcoming support
  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

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 · Hosted with HostColor.com