vSphere 6.7

vCenter Update Failed Fix and Reset Banner Error

A look at what causes and how to fix the vCenter Update Failed Fix and Reset Banner Error displayed after failed updates to VMware VCSA.

Quick Summary

  • I wanted to post a quick post regarding an error received in the lab environment when updating a vCenter Server appliance that I hadn’t logged into in quite a while.
  • There is actually a very simple resolution to this error that is encountered in the vCenter Server update that leads to the error message displayed in the browser.
  • The vCenter Update Failed Fix and Reset Banner Error is easily an error that you would encounter if you have a VCSA appliance that has an expired root password.

I wanted to post a quick post regarding an error received in the lab environment when updating a vCenter Server appliance that I hadn’t logged into in quite a while. There are already a few posts when ones who have encountered this issue, however, hopefully this post will help to give visibility to the reason for the error and the fix. When performing updates on a VCSA appliance, you may encounter the error with vCenter Updated Failed Fix and reset banner error. What is this error? What causes it? What is the resolution?

vCenter Update Failed Fix and Reset Banner Error

First of all, what do you see with this particular error? I had logged into my vCenter Server appliance VAMI interface and initiated an update of the appliance through the interface. I had kicked this off and walked away from the appliance. From what I could tell, the update was successful.

Upon navigating back to the VCSA appliance web interface, the following error was displayed:

vCenter-error-Update-Failed-Fix-and-Reset-Banner
vCenter error Update Failed Fix and Reset Banner

So the error is very non-descriptive except that the update to the vCenter appliance failed in some way.

The Resolution to Failed vCenter Update

There is actually a very simple resolution to this error that is encountered in the vCenter Server update that leads to the error message displayed in the browser.

As it turns out, this error often is related to an expired vCenter root password. So there are two things you need to do to get back up and running with your VCSA appliance:

  • Change the root password
  • Reinstall the VCSA appliance updates

SSH into your VCSA appliance. First, you will want to change your root password. This can be done with the simple command:

passwd root

You will prompted to enter the new password and then confirm the new password by retyping it.

Next, you will need to back out of the bash shell if you are there. Once you are there, use the following command to initiate the software updates to your VCSA appliance:

software-packages install --url --acceptEulas

You will see the update process kick off from the command line. The install of updates will progress.

Change-the-root-password-and-reinstall-VCSA-software-updates
Change the root password and reinstall VCSA software updates

You will eventually see the Packages upgraded successfully, reboot is required to complete the installation message. Initiate a reboot of your VCSA appliance.

Update-of-the-vCenter-VCSA-appliance-is-successful-after-changing-the-root-password
Update of the vCenter VCSA appliance is successful after changing the root password

Validating the vCenter Server VCSA Appliance Upgrade after Reboot

It is good after a VCSA reboot to validate the appliance was indeed updated after the command finished and you rebooted the appliance. To do that, simply log into the VAMI interface to the VCSA appliance and validate the version and build number displayed on the Summary screen.

As you can see below, the Version and Build numbers have been updated to the latest and greatest at the time of this writing.

Validate-the-VCSA-appliance-version-and-build-number-in-the-VAMI-interface
Validate the VCSA appliance version and build number in the VAMI interface

Wrapping Up

The vCenter Update Failed Fix and Reset Banner Error is easily an error that you would encounter if you have a VCSA appliance that has an expired root password. This is a situation that may be commonplace since a VCSA appliance may not have interactive logins with root very often.

However, this is a very non-intuitive error as there is no indication the error with the updates being installed is related to an expired root password. Hopefully, this is error that may not be encountered too often but be aware it is one that you may see related to expired credentials.

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com and has over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, Brandon has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family.

Related Articles

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.