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

Patch vCenter Server Appliance configured with High Availability (HA)

By Vladan SEGET | Last Updated: October 30, 2017

Shares

One of the questions I received recently from a reader was a question concerning how to patch vCenter Server Appliance configured with High Availability (HA). If you're still on Windows based vCenter, on an older version of VMware vsphere (5.5 or 6.0) then you might listen up.

As you know, the latest VMware vCenter Server Appliance (VCSA) based on Photon OS came also with a possibility to setup HA environment for vCenter. It means that the system will create a copy of the active node, and puts in place a third node – Witness node. We can consider vCenter HA as a “3-node cluster”.

All 3 nodes communicate through a separate network and are in sync. The passive node is continuously receiving data flowing from the active node.

From the architectural perspective, both, vCenter server and Platform Service Controller (PSC)embedded or vCenter server with separate PSCs are supported.

Tip: What is VMware Platform Service Controler (PSC)

So here we come to a situation when VMware releases patches to our VCSA. Now what? What's the correct order of doing things? What's the correct sequence? Do I have to patch only the Active node, and the passive node will just copy the missing bits? Or, do I have to patch both (active and passive?). Let's have a look.

Patch vCenter Server Appliance configured with High Availability (HA)

VMware supports the following way:

Patch vCenter Server Appliance configured with High Availability

Here are the steps:

Step 1: Download the latest VCSA Patch from the VMware Patch Download Center(https://my.vmware.com/group/vmware/patch) and select VC from the Search by Product drop down, and then vSphere 6.5. (it should be an ISO file).

Step 2: Put the vCenter HA into Maintenance Mode. (replication still works but no failover). You'll have to use vSphere Web client (HTML5 client for vSphere does not have this functionality just yet implemented). Settings > Select vCenter HA > Edit > Maintenance Mode

Patch vCenter Server Appliance configured with High Availability

Step 3: Attach the ISO to the Witness appliance VM > connect to the appliance via Putty via SSH session or directly into the console > enter:

software-packages install –iso –acceptEulas

Then Exit SSh >  Disconnect the ISO > Reboot the Witness VM > Done.

Step 4: Attach the ISO to the passive node > Patch the Passive Node via the same steps as above.

Step 5: Initiate manual failover Settings > vCenter HA > Initiate Failover > Yes. (perform the synchronization). The current passive node will become an active node.

VCSA HA patching process

Step 6: Same as step 4: Attach the ISO to the passive node > Patch the Passive Node via the same steps as above.

Step 7: Exit the maintenance mode of VCSA HA.

Done.

Optional Step: You can perform failback if you want to get back to the initial configuration. From the vSphere Web Client, Select vCenter > Configure > vCenter HA >
Initiate Failover > Yes.

Wrap UP:

VCSA HA adds two more VMs to the environment which consumes storage, memory and CPU cycles. In fact, it more than doubles the RAM requirement for both Active-passive configurations. In the lab, one VCSA takes 16Gb of RAM so all 3 appliances (with the Witness only taking about 1Gb of RAM) requires more than 33 Gb of RAM.

Depending on your requirements it is up to you to decide if you need such a functionality. It is a built-in new feature of vSphere 6.5 and we have already done a write up (including tests):

  • VMware VCSA 6.5 Active-Passive Setup With Simple Configuration – [LAB]
  • VMware VCSA 6.5 Active-Passive Setup – Advanced Configuration
  • VMware vCSA 6.5 HA Failover Test – Video
  • VMware vSphere 6.5 – Native vCenter High Availability (VCSA 6.5 only) – Intro

 

VMware VCSA HA Failover SandBox

Note that you'll experience some downtime during failover. You won't be able to access the system via vSphere web client. The latest deltas are copied over to passive node > Passive node is becoming active > starting up the services > Initializing the web client services….

During my initial tests of the failover, the Passive node has become Active, and it took about 10 min for all the services and web client to be fully initialized so I could log back in. (you can check the third link).

During the failover, all you'll see is this image… but then, you have a fully resilient system fully patched, up and running again.

Whether to protect vCenter via HA or just rely on backups or vSphere HA, it really depends on things like the size of your organization, how critical is vCenter uptime etc. Because at the end of the day, many things like day to day VM operations, can be done through ESXi Host Client which in its latest version displays also some VMware vSAN information as well, without being dependent on VMware vCenter server.

It would certainly be very cool to push into some kind of decentralized management of vSphere infrastructure where you would be able to connect to any ESXi within your cluster and manage cluster services such as HA, DRS, etc… for a situations when vCenter server is unavailable.

Source: VMware Documentation Online.

More from ESX Virtualization:

  • VMware vSAN Upgrade Scenarios For Small Clusters
  • Increase Boot Delay to Edit the BIOS of a VM
  • VMware vSphere 6.5 U1 Released
  • What is VMware Hot-Add RAM and How to use it?
  • How to reset root password in vCenter Server Appliance 6.5
  • How To Reset ESXi Root Password via Microsoft AD

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

Shares
5/5 - (2 votes)

| Filed Under: How To, Server Virtualization Tagged With: Patch vCenter Server Appliance configured with High Availability

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.

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