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

Patch VMware vCenter Server (VCSA)

By Vladan SEGET | Last Updated: June 20, 2019

Shares

In this guide you'll learn how-to patch VMware vCenter Server. Since there has been few changes since the vCenter Server 5.5, now in the vCenter server 6 the things works little bit differently. Previous version of VMware vCenter server appliance has had a UI which if you remember was accessible through a port 5480, but the new vCenter server 6 (VCSA) appliance does not. The only way for now to patch the VCSA is through the command line. This article will show the patching process of VMware vCenter server appliance.

VMware vCenter Server Appliance (VCSA)

The Linux based vCenter server is now fully comparable in terms of scalability to Windows based vCenter server except vSphere Update Manager which can coexists with VCSA but needs to be installed in Windows VM. This might be a showstopper for some.

Where to get the patches from?

Head to this page at VMware Patch Download Center and select the VC and 6.0.0 version, then select the VMware-vCenter-Server-Appliance-6.0.0.5110-2656759-patch-FP.iso (a quite large file) to download…

patch vmware vcenter server

As you might already noticed there is no Virtual Appliance Management Interface, or VAMI present in VCSA 6 so the only way to patch Linux version of VMware vCenter server is through the CLI. If you want to install VMware vCenter Server you might want to check my detailed vCenter Install Guide. (Linux and Windows)

Now Let's get back to our patching of VCSA 6. No worries, it stays simple. As I instructed you in previous step by now you should have downloaded the large ISO file. Next step is to mount the ISO to the VM. You can do this simply by using vSphere client….

patch vmware vcenter server

Once done we will use the the software-packages utility to install the patches directly from an ISO image. (Note: you can also stage the patches and then install them.). First, Log in to the appliance as root ( the default user with a super administrator role is root) and Install the patches.

To install patches directly from an ISO image enter this command:

software-packages install  -- iso

HOw to patch VMware vCenter server appliance

What happened is that my Putty windows was too small to see all the text and when I hold the Enter key to scroll down I had passed the point where you have to accept the EULA. So the patches got staged but not installed just yet. Never mind, because they were staged so from there I just needed to execute the

software-packages install –staged

HOw to patch VMware vCenter server appliance

which had installed my patches… 🙂

Before running this command you can check which patches will gets actually installed (to see which ones are staged) with this command:

software-packages list --staged

how to install patches in VMware vcenter server appliance

Then reboot via vSphere client or run this command to reboot:

shutdown reboot -r

(Note: that you must enter a reason for which you rebooting..)

how to install patches in VMware vcenter server appliance

You're done.

How to stage patches: (Optional)

1. Download the ISO image from the VMware Web site to a local disk.

2. Mount the ISO image to the appliance.

3. Access the appliance shell and log in as a user who has a super administrator role. (root account)

4. In order to stage the patches run this command:
software-packages stage --iso
Note that the staging area must have enough free space. The patches included in the ISO image are also validated and checked if they're not altered.

Getting Help

software-packages –help

Hope you'll have happy patching… -:)

Source: vSphere 6 documentation

Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: Patch VMware vCenter Server

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. Doug McIntyre says

    April 22, 2015 at 11:07 pm

    FWIW: Your sample commands warped the double dash the appliance CLI actually needs into a single dash..

    So

    software-packages install –-iso
    software-packages install –staged

    etc

    • Vladan SEGET says

      April 23, 2015 at 6:54 am

      Oh, damn WordPress formatting! Of course.

      Thanks for your comment.

  2. Neil says

    June 1, 2015 at 5:35 pm

    How do you go about patching an EXSI host and VCSA when it’s running on the same ESXI host. Do you need to shutdown or migrate all VMs first?

    • Vladan SEGET says

      June 1, 2015 at 5:43 pm

      Host must go to maintenance mode for patching. So in case you have a single host, you must stop all VMs > put in the maintenance mode > patch > restart > start your VMs. That’s all.

  3. ray says

    June 28, 2015 at 8:45 pm

    How do we go about do a upgrade? From vcsa 6 > vcsa 6.0.0a (same as above)? Do we perform the staging/install or start the installation then upgrade?

  4. Enterprise IT says

    July 29, 2015 at 12:42 am

    When I try to run any of the commands like “software-packages list”, I get an error “command not found”. After SSH’ing into vCenter appliance, my prompt looks like “vCenter200:~ #”

    There must be some initial command to get the appliance to accept commands? I noticed in your example and others your prompt says “command>”. How do I get that? There must be the equivalent of “Enable”. Odd that all instructions including VMWare’s seem to skip this piece.

  5. Bill Martin says

    August 7, 2015 at 8:11 pm

    I had the same issue, and the docs are no help on the Command> missing.
    At the prompt type appliancesh

    One of my guys figured it out by seeing which shell is used by the postgres user 😛

    • Daniel Rubio says

      September 25, 2015 at 3:41 pm

      For god shakes… Thank you so much!!! last 20 min looking for this! 🙂
      Eternally grateful!

    • ross says

      August 4, 2017 at 7:49 pm

      Yeah thanks from here too. Surprised it wasnt mentioned anywhere else i looked.

  6. Christoffer says

    September 11, 2015 at 2:51 pm

    If you run an external (appliance) PSC, do you patch that the same way?

  7. Paul says

    December 21, 2018 at 5:47 pm

    Also if like me you had a PSC where the software-packages command was missing try this instead:
    # python /usr/lib/applmgmt/support/scripts/software-packages.py

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

  • 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
  • What is Veeam Data Cloud Vault and how it can help SMBs

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