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

What is VMware vSphere Update Manager?

By Vladan SEGET | Last Updated: February 3, 2019

Shares

Today's topic is another good one which covers VMware technology, and particularly the patching and upgrades. We'll learn What is VMware vSphere Update Manager and some basic principles to use this free tool, which is part of vCenter. As you know, patching and upgrades are not always the most favorite occupation of any VMware admin. Things can break, stops working or get you into an uncomfortable situation.

This is another post within our Tips category which is getting fairly popular as we try to transmit some knowledge to our audience. We will continue doing, so if you have a topic you think we should cover, don't hesitate to send us an e-mail (contact at vladan.fr) or comment in the comment section.

Since several releases, VMware develops a unified solution which “sits” inside of VMware vCenter Server Appliance (VCSA) and which is called vSphere Update Manager (VUM). Update Manager enables centralized, automated patch and version management for VMware vSphere, ESXi hosts and Virtual machines (VMs).

This wasn't always the case. vSphere 6.0 and especially VCSA has had a “problem” not including VMware Update Manager (VUM) inside of the appliance. Problem solved with VCSA 6.5 where the VUM is “baked” in. So you no longer need Windows VM for your VUM and you don’t need to look after an additional DB, dependency or backup management of VUM as VUM is now part of VCSA 6.5.

Tip: ESXi Maintenance Mode Via CLI

You can use VUM to patch your environment and have the same level of patches (or upgrades) deployed to all hosts whether they are part of your VMware cluster or not. The process will usually be as follow:

  • Import the patches from an online repository source or from a ZIP file
  • Create a new baseline (name it ESXi 6.5 for example)
  • Change to Compliance View and Attach this new baseline.
  • Put the host into a maintenance mode.
  • Then do a Scan > Remediate and the process will update the host and then reboots the server.

When you're running VMware cluster, the process uses a circular approach where each of the hosts within a cluster will be put into a maintenance mode, patched, rebooted until all the host within the cluster are updated. All this automatically. Very useful in a larger environment.

Quote:

VMware vSphere Update Manager is a software for upgrading, migrating, updating, and patching clustered hosts, virtual machines, and guest operating systems. Update Manager orchestrates host and virtual machine upgrades. If your site uses vCenter Server, VMware recommends that you use Update Manager.

Using vSphere Update Manager, you can perform an orchestrated upgrade. Orchestrated upgrades allow you to upgrade the objects in your vSphere inventory in a two-step process: host upgrades, followed by virtual machine upgrades.

The process now works also with VMware vSAN which has been added to VUM, so it is possible to patch clusters running VMware vSAN.

To update the vSAN cluster you can use the remediate feature of Update Manager. The Remediate wizard offers several options to customize the upgrade:

  • Select the desired hosts as the target of your remediation.
  • Schedule the upgrade to run immediately or at a later date and time.
  • Specify Maintenance Mode options (i.e. VM power state, removable media handling and ESXi patch settings).
  • Specify cluster remediation options. When remediating a cluster, you should temporarily disable certain cluster features. Update Manager will automatically re-enable the features after remediation.

Update Manager will then do what's called a rolling upgrade of each host. It will migrate your VMs to other hosts during the upgrade.

Some folks might simply be asking what is this term called baseline?

What is a baseline?

In order to upgrade a host(s) in your vSphere environment, you must create a host upgrade baseline. For the sake of simplicity, we'll talk here only about host upgrade baselines (there are also virtual machine baselines and virtual appliance baselines). vSphere Update Manager (VUM) has also custom baselines and those are the baselines you create.

Before creating new upgrade baseline, you need to import an ESXi image first. You can do so by going and to Connect to your vCenter server (VCSA) > Select Host and clusters > Update Manager > Click the Go to Admin View button > Import ESXi Image.

Import ESXi Image

To create a new upgrade baseline. Select Host and clusters > Update Manager > Click the Go to Admin View button to see this screen…

VMware vSphere Update Manager - Create a baseline

What is VMware vSphere Update Manager – 3 Types of Host Baselines

  • Host Patch – contains patches which will be applied to host(s)
  • Host Extension – contains additional software (not core ESXi patches)
  • Host Upgrade – contains ESXi image which will upgrade the host.

Screenshot from the lab…

ESXi Host upgrade baseline

Then select the ESXi image you imported in the first step.

Baselines contain a collection of one or more patches, extensions, or upgrades. Think of host upgrade baseline as about a level of patches for a host, as a point in time where those patches are up-to-date, with the latest security and features enhancements. When the host gets patched with this baseline (they call it remediate process), it means that all patches present within the baseline are applied to the host.

VMware vSAN Host baselines

You have some more baselines which are already predefined in the system when you first start to work with VUM.

  • Critical Host Patches (Predefined) – Checks ESXi hosts for compliance with all critical patches.
  • Non-Critical Host Patches (Predefined) – Checks ESXi hosts for compliance with all optional patches.

By importing new patches from the Online repo or from a ZIP file, you basically creating a Custom baseline which will then be applied to the host.

And as being said above it is you who creates the custom baselines.

 

More from ESX Virtualization:

  • How to Install latest ESXi VMware Patch – [Guide]
  • VMware vSphere 6.5 U1 Released
  • Free Tools
  • What is VMware vMotion?
  • What is VMware Enhanced vMotion Compatibility (EVC)
  • How VMware HA Works?

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

Shares
4.7/5 - (4 votes)

| Filed Under: Server Virtualization, Tips Tagged With: What is VMware vSphere Update Manager

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

    February 2, 2019 at 4:51 am

    hello Vladan,
    thanks for posting this documents. it is very useful and informative.

    there is an incomplete sentence in this article i notice, for example ” When host gets patched with this baseline (they call it remediate process), it means that it”
    hope you get a chance to note and change them.
    thank you again.
    SP

    • Vladan SEGET says

      February 3, 2019 at 10:17 am

      Thanks for the catch. I corrected the post now.

  2. Mike says

    April 8, 2019 at 7:40 pm

    Hi Vladan,

    I’m new to Vsphere and have a question. My ESXi host (6.7) is running VCSA. Since VUM is part of VCSA, and the host needs to be in maintenance mode to remediate, how does this work?

    Do I need to migrate VCSA to another ESXi host? Or, can I remediate via the ESX shell?

    We only have VMWare Essentials, so I cant do a live migration of VCSA.

    thanks in advance.
    Mike

    • Vladan SEGET says

      April 9, 2019 at 10:13 am

      Yes, with VUM you have to migrate the VCSA to another host. if not, you patch via CLI.

      • Mike Rydzewski says

        April 9, 2019 at 7:11 pm

        THANKS Vladan!

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