Upgrade vCenter Server Appliance 6.0 to 6.5

VMware vSphere 6.5 has been released as general available and earlier this week I posted about Installing VMware vCenter Server Appliance 6.5 as a new install, this post will walk through upgrading an existing vCenter Server Appliance 6.0 to 6.5!

Similar to a fresh VCSA 6.5 install, the VCSA 6.5 upgrade is also broken up into two stages. The first stage is deploying a new vCenter Server Appliance and the second stage is copying data from the 6.0 VCSA to the newly deployed 6.5 VCSA.

How to upgrade vCenter Server Appliance 6.0 to 6.5

If you haven’t already, go ahead and download the VCSA 6.5 ISO and lets get started. It’s also a good idea to check the VMware Interoperability Matrix before performing any upgrade.

Stage 1 – Deploying vCenter Appliance 6.5

  1. Mount the ISO and start the vCenter Server Appliance 6.5 installer located at \vcsa-ui-installer\win32
    vcsa installer install
  2. Select Upgrade from the VMware vCenter Server Appliance 6.5 Installer.
    vcsa 6.5 upgrade
  3. The introduction shows what I stated above, that the VCSA Upgrade is broken up into two stages – deploy and then copy data. Click on Next.
    vcsa 6.5 upgrade intro
  4. Accept the End User Licence Agreement.
    vcsa 6.5 upgrade eula
  5. Enter the FQDN or IP of your existing 6.0 VCSA as well what host the existing VCSA resides on, along with all the login credentials.
    vcsa 6.5 upgrade source
  6. Now enter the ESXi host you want the new VCSA 6.5 appliance to be deployed.
    vcsa 6.5 upgrade deployment target
  7. Enter the name you would like for the appliance VM to be called as well as set a root password.
    vcsa 6.5 upgrade target appliance
  8. Next, select the deployment size that best matches your environment. For the home lab I’m selecting Tiny.
    vcsa 6.5 upgrade deployment size
  9. Select what datastore you want the VCSA 6.5 appliance to be stored.
    vcsa 6.5 upgrade datastore
  10. Configure a TEMPORARY network identity. Once Stage 2 of the upgrade has been completed the 6.5 VCSA will take the network identity of the old existing VCSA.
    vcsa 6.5 upgrade network
  11. Review the summary and click on Finish.
    vcsa 6.5 upgrade review
  12. Once completed you will have the option to continue onto Stage 2 of the upgrade or close. If you close then you can finish the VCSA config by going to https://<TEMP_VCENTER_IP>:5480
    vcsa 6.5 upgrade stage1 complete

Stage 2 – Copying data to VCSA 6.5

  1. After clicking Continue from Stage 1 you will be taken to the Stage 2 Upgrade introduction page, click Next.
    vcsa 6.5 upgrade stage2 intro
  2. Confirm the source vCenter Server and ESXi host. This will be pre-populated from Stage 1 unless you closed the Upgrade after Stage 1, then you’ll need to re-supply this info. So just click on Next.
    vcsa 6.5 upgrade stage2 source vcenter
  3. A pre-upgrade check will then run and show it’s results. Below you’ll see the pre-upgrade tells us we should turn off Fully Automated DRS on the cluster where vCenter Server resides.
    vcsa 6.5 upgrade stage2 pre-upgrade result
  4. Select what data you would like to migrate from the existing VCSA 6.0 deployment to the new VCSA 6.5. For my home lab I’m not concerned about all the tasks or performance metrics and will only copy the Configuration data.
    vcsa 6.5 upgrade stage2 upgrade data
  5. Check or un-check if you would like to join the Customer Experience Improvement Program (CEIP) and click Next.
    vcsa 6.5 upgrade stage2 ceip
  6. Again review the summary and check “I have backed up the source vCenter Server and all the required data from the database” and click Finish.
    vcsa 6.5 upgrade stage2 ready complete
  7. You’ll receive a notice telling you that the existing VCSA 6.0 appliance will be shut down and it’s network identity will be enabled on the new VCSA 6.5 upgrade.

    This is nice as the upgrade does NOT delete your old vCenter Server 6.0 appliance and instead just powers is off. In case something goes wrong you can power off the new vCenter Server 6.5 appliance and power up the 6.0 appliance.

    Click on OK.
    vcsa 6.5 upgrade stage2 source shutdown message

That’s it! If all goes well and after a few minutes the vCenter Server Appliance upgrade should complete and you should see the following screen.

vcsa 6.5 upgrade stage2 completed

Simply log into the web client by going to: https://<VCENTER_IP>/vsphere-client and start enjoying vCenter Server 6.5!

If you would like more details about vSphere 6.5 check out the VMware vSphere 6.5 release notes here.

Similar Posts

  • Another CBT bug found in VMware ESXi 6.0

    VMware

    VMware just published KB 2136854 regarding a new bug found in ESXi 6.0 that causes virtual machine backups, which use Changed Block Tracking (CBT), to be inconsistent. VMware says the cause of the issue is this:

    This issue occurs due to an issue with CBT in the disklib area, this causes the change tracking information of I/Os that occur during snapshot consolidation to be lost. The main backup payload data is never lost and it is always written to the backend device. However, the corresponding change tracking information entries which occur during the consolidation task are missed. Subsequent QueryDiskChangedAreas() calls do not include these missed blocks, hence a backup based on this CBT data is inconsistent.

    Read More “Another CBT bug found in VMware ESXi 6.0”

  • How to manually delete NetApp SnapMirror snapshots

    The other day, one of our volumes in the lab environment filled up. This volume has a couple large VM’s on it, coupled with a couple different Veeam backup jobs running using the native Veeam backup methods as well as using NetApp snap mirror to snapshot the volume and then using Veeam to ship it out to Azure.

    At any rate the volume filled up to the point where vCenter wasn’t allowing me to migrate VM’s off the datastore. I really didn’t want to expand the volume just so I could move VM’s off of it.

    Instead, I decided to delete some of the older proof of concept snapshots from SnapMirror. Below are the quick and easy steps to clear up some un-used snapshots and free up some space on the datastore.

    Read More “How to manually delete NetApp SnapMirror snapshots”

  • VMware Workstation 8.0.4 released

    VMware has just released it’s forth minor update for VMware Workstation 8, bringing it up to 8.0.4. The looks to contain mostly a few bug and security fixes.

    General Issues

    • Linux guests running the Linux kernel version 2.6.34 or later could not be pinged from the host via an IPv6 address.
    • On rare occasions, Linux guests would suddenly fail to Autofit or enter Unity.
    • Unity mode would exit if the title bar of an application contained certain non UTF-8 encoded extended ASCII characters.
    • On Windows hosts, the VMware Workstation user interface sometimes became unresponsive when minimized from full-screen mode if the suggestion balloon was being displayed.
    • On Windows hosts, the user interface sometimes became unresponsive if the application was rendered on an extended display that was abruptly disconnected.

    Read More “VMware Workstation 8.0.4 released”

  • VMware vSphere 7 announced

    VMware vSphere 7

    Some pretty big news coming out of VMware today. The announcement of VMware vSphere 7 to become available May 1, 2020! One of the biggest item coming out of this news so far is that vSphere 7 will come in two options.

    The first being vSphere 7 as we all have known it to be for years and then the second being vSphere 7 with Kubernetes which will be available through VMware Cloud Foundation and is a new generation of vSphere for containerized applications.

    Other notables is that the flash based vSphere client is FINALLY no more! From here on out, only the HTML 5 will exist. vCenter Server on Windows will also finally be put to rest and new deployments of vCenter server will be done using the tried and tested vCenter Server Appliance (VCSA) based on PhotonOS linux.

    Read More “VMware vSphere 7 announced”

  • Become a VMware Certified Associate for FREE!

    During the San Francisco VMworld 2013, VMware announced the start of their new VMware Certified Associate certifications.

    There’s no training class requirement for the new exams although VMware offers a free self-paced e-learning course which is recommended to help you prepare for the exams. The exams normally run $120.00 but VMware is currently running a $60.00 discount for those who take the exam in 2013. NTPRO.nl has an additional coupon code (VCA13ICS) to take the remaining $60.00 off making the exam FREE!

    VCA Exam for free

    The VCA13ICS coupon code expires on October 30, 2013!

    Update:
    Global Knowledge also has a coupon code (VCA13GKN) which does not expire until January 31, 2014. Limit one free exam per individual!

Leave a Reply to haeihaeihaei Cancel reply

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

27 Comments

  1. Thank you

    I got an error on 50% of coping source vCSA and after shutdown source vCSA 6

    error saying Invalid IP Adress/Prefix provided 192.168.0.114/24/255.255.255.0

    Failed to set network

  2. This IP is for the source seems an issue happend when set target vCSA network with source vCSA after shut it down !!!!

    Any advise .

    Thank you

    Mag

  3. One question, it states to pick a new name for the 6.5 VCSA but i need to have the system named the same as the old one. Can i use the same name as the old one OR do i have the ability to rename the new 6.5 VCSA once the upgrade is complete ?

    1. No you can’t use the same name during the upgrade/migration. You wanted you could rename the machine and host name once you renamed the original vCenter.

      1. Michael, could you elaborate on what you mean? I’m not quite following you.
        It is beyond belief that when carrying out an UPGRADE you can’t use the same VM name.

      2. @Squuiid:disqus that’s because upgrading the VCSA isn’t an “upgrade” in the sense of the word. In reality what’s going on during a VCSA upgrade is a new VCSA appliance is deployed and all your data is copied to it. In reality it’s actually a migration.

  4. Hello,
    When i get to step 7 i can only select X-Large, The other deployment options are not visible.
    Do you know how i can make a Tiny one?
    Thank you

    1. I had this issue and I cleaned out some log files to get more space (/storage/log). I ran the upgrade again and I had all of the options.

  5. Worked like a charm.. thanks for the help, Had appliance 6.0 U2 and the upgrade was as explained in this website… Keep up the good work..

  6. How does the VUM data get pulled into the VCSA 6.5 or is this a separate issue? Currently have VUM running on a Windows Server VM.

    1. you will be asked to run migration assistant on VUM Windows machine during upgrade to VCSA 6.5.
      Migration assistant is folder on VCSA 6.5 ISO, copy folder to VUM Windows machine and run before upgrade

  7. This was very helpful, thanks! The only hangups I ran into were:
    1. My root (OS account) on the old 6.0 VCSA had to be changed before I could use it. It must expire without actually being expired. I was able to log in with it via the vmware console but the upgrade process kept complaining about it. Once I logged into the console and change the password it was fine.
    2. I had a windows VUM server and needed to copy the migration-assistant folder from the VCSA 6.5 ISO to my VUM host and then run vmware-migration-assistant.exe before the upgrade process could complete.

  8. when performing VCSA upgrade from vCenter Server 6.0 U3b to vCenter Server 6.5.0d
    I have pre-upgrade checks error and cannot continue with upgrade.

    “The source machine hostname ‘localhost’ resolves to IPv6 address(es) ‘::1’, but IPv6 networking will not be preserved after the upgrade. This will prevent certain services preferring IPv6 from establishing network communication.
    Resolution
    Either remove the DNS IPv6 entry for hostname ‘localhost’ or change the network configuration of the source machine to pure IPv6 or in case dual networking stack is needed, set a static IPv6 address.”

    I have disabled ipv6 via DCUI, disabled ipv6 config in /etc/hosts file. Nothing helps

      1. so with 6.5U1 which supports upgrade from 6.0U3 I have upgrade error:
        The source machine hostname ‘localhost’ resolves to IPv6 address(es) ‘::1’, but IPv6 networking will not be preserved after the upgrade. This will prevent certain services preferring IPv6 from establishing network communication.
        Resolution

        Either remove the DNS IPv6 entry for hostname ‘localhost’ or change the network configuration of the source machine to pure IPv6 or in case dual networking stack is needed, set a static IPv6 address.

      1. @arkadiyshapiro:disqus see my reply above and view the VMware Matrix. Upgrading from vCenter 6.0 U3 to 6.5 is not supported at this time.

      2. Ok i think for me it was just hostname was not configured on vCenter, but the error is surely confusing to figure out that this is what i may need to do to fix.

  9. I couldn’t continue with stage 2 at that specific time of stage 1 completion. I had to resume almost 12 hours later. Now I can’t finish stage 2 unable to authentication root user. I did not close but I am able to move forward. I attempted to go in through “https://:5480” and it does say that additonal steps (i.e. transfer configuration, etc) but there also I get an unable to authenticate.

  10. Mount the ISO and start the vCenter Server Appliance 6.5 installer located at \vcsa-ui-installer\win32 – I have querey here in order to start Here could you please tell me which machine you have used . Is there any machine which is running windows /2012 or your using your Laptop .. Am having a confusion here where we need to mount the ISO & start .. Since I don’t have VUM server.