/ESXi 6.0 reports “error code: 15” during Remediate update in VUM operation

ESXi 6.0 reports “error code: 15” during Remediate update in VUM operation

Another vCenter another ESXi with problems applying last updates.

In this case, it is an HP DL360 G9 with ESXi 6.0 build 3568940.

Using VMware Update Manager to scan, it shows 17 updates to install. The stage is 7(the rest are older versions). When remediating the host, we get this:

Remediate entity esxi721.localdomain. The host returns esxupdate error code: 15. The package manager transaction is not successful.
Check the Update Manager log files and esxupdate log files for more details.

Again an issue. I need troubleshooting to check where was the problem here.

Looking at the esxupdate.log there is some information about the locker folder:

2016-04-24T15:11:44Z esxupdate: downloader: DEBUG: Downloading from http://esxi721.localdomain:9084/vum/repository/hostupdate/vmw/vib20/tools-light/VMware_locker_tools-light_6.0.0-2.34.3620759.vib…
2016-04-24T15:12:48Z esxupdate: LockerInstaller: WARNING: There was an error in cleaning up product locker: No such file or directory: ‘/locker/packages/var/db/locker’
2016-04-24T15:12:48Z esxupdate: esxupdate: ERROR: An esxupdate error exception was caught:

So need to investigate the ESXi host. In VMware KB about this ‘error 15’, it says to double-check the folder/link Locker > Store

I double-check the link to see if the link exists and also the folder, and all is ok. Next, check the locker folder/link and see if the locker link is valid.

Check if the store location is correct.

All is ok, so you need to check the locker/packages folder to see if Version(in this case, folder 6.0.0) exists.

The folder doesn’t exist, and there are no floppies, vmtools folders that have all the files that ESXi and VUM need for the updates. The VMware KB recommends deleting old folders and links and recreating them. In this case, we don’t need to delete anything but recreate and copy the necessary files(we will use another ESXi host with the same build).

We will use SCP to copy all files to this ESXi host by connecting to another host.

First, if you don’t have your SSH Client enabled in the host firewall, you need to allow it to do the next task using the SCP command.

To enable SSH Client in the source ESXi host:

Note: Don’t forget to disable SSH Client after doing these tasks.

After you run the SCP command, you will be prompted for the root password of the remote host, and once you have successfully authenticated, the files will copy.

Only when trying to copy the files do we find the real issue. Did not find anything in the logs related to this. Space issue with applying the updates.

So need to double-check the root space.

Here I don’t see any issues with the space, but see big files from the Tardisk

Checking filesystems, I see that the one is used for Locker is 100% full.

So next step is to find big files logs and inside /tmp if any dump files or other big files contribute to this issue.

As we can check, there are some big temp files in the list, so the next step is to delete some.

Note: Double-check which files do you want to delete. Don’t delete any log files you could need for any troubleshooting or audit.

We can check the space after deleting the files that we will not need(and deleted the files that we copied from the previous ESXi host) and all folders inside the Locker/Store folder.

We now have space around 0% and a lot of free space. Copy the files again from the other ESXi host and finish 100%.

Using VUM, we will scan, stage, and remediate the ESXi host and fix the problem. The ESXi is fully updated after a final reboot(from remediate).

I hope this can help.

Share this article if you think it is worth sharing. If you have any questions or comments, comment here or contact me on Twitter.

©2016 ProVirtualzone. All Rights Reserved
By | 2022-03-29T12:26:32+02:00 April 25th, 2016|vCenter, VMware Posts|13 Comments

About the Author:

I have over 20 years of experience in the IT industry. I have been working with Virtualization for more than 15 years (mainly VMware). I recently obtained certifications, including VCP DCV 2022, VCAP DCV Design 2023, and VCP Cloud 2023. Additionally, I have VCP6.5-DCV, VMware vSAN Specialist, vExpert vSAN, vExpert NSX, vExpert Cloud Provider for the last two years, and vExpert for the last 7 years and a old MCP. My specialties are Virtualization, Storage, and Virtual Backup. I am a Solutions Architect in the area VMware, Cloud and Backup / Storage. I am employed by ITQ, a VMware partner as a Senior Consultant. I am also a blogger and owner of the blog ProVirtualzone.com and recently book author.

13 Comments

  1. Wilbert 07/11/2016 at 21:40

    Same issue here, HP Blade g9 environment with HP custom VMware image, version ESXi 6.0 build 3568940. Only 1 host had the issue. After recreating the symbolic link, copying the /locker/packages/ folder from a healthy host did the trick.
    Thanks for writing this up mate!

    • Luciano Patrao 09/11/2016 at 09:09

      Hi Wilbert,

      Thanks. Glade that I could help.

      PS: Share if you think can help others.

      Thank You

      Luciano Patrao

    • Luciano Patrao 11/06/2017 at 18:46

      Hi Wilbert,

      Only today I notice that my reply is not sending emails to users that comment on my blog. So now I am just FYI to you regarding my comment.

      Thank You

      Luciano Patrao

  2. Bob 06/01/2017 at 14:25

    I have the same exact problem on a Dell Server … BUT in my case the /locker/packages is only 29% used when running the df -h command.

    When I run find / -path “/vmfs” -prune -o -type f -size +50000k -exec ls -l ‘{}’ \; I don’t see anything that makes sense to delete. I do see /tardisks/sb.v00 AND /tardisks/s.v00 BUT I get busy message when attempt to delete. Any ideas? Thank you in advace.

    • Luciano Patrao 13/01/2017 at 00:59

      Hi bob,

      What information you get in your esxupdate.log?

      That is important.

      But you can delete all information that you have in the /locker/packages and then copy from a working ESXi host. Don’t forget that needs to be same ESXi version.

    • Joe Schmo 24/01/2017 at 21:50

      I had this problem too (about 30% used), there was a dump file sitting in /var/core that needed to be deleted.

    • Luciano Patrao 11/06/2017 at 18:44

      Hi Bob,

      Only today I notice that my reply is not sending emails to users that comment on my blog. So now I am just FYI to you regarding my comment.

      Thank You

      Luciano Patrao

  3. Cristiano 15/03/2017 at 22:35

    Hi, tank you for the help!

    • Luciano Patrao 16/03/2017 at 14:27

      Hi Cristiano,

      No problem, glad to help.

    • Luciano Patrao 11/06/2017 at 18:43

      Hi Cristiano,

      Only today I notice that my reply is not sending emails to users that comment on my blog. So now I am just FYI to you regarding my comment.

      Thank You

      Luciano Patrao

  4. Ben 21/03/2017 at 16:43

    Hello, thank you for the help, the VMWare KB isn’t revelant about space issue. Same as Joe, I had do delete a dump file in /var/core to do the trick.

    • Luciano Patrao 22/03/2017 at 00:31

      Hi Ben,

      Glad to help.

    • Luciano Patrao 11/06/2017 at 18:42

      Hi Ben,

      Only today I notice that my reply is not sending emails to users that comment on my blog. So now I am just FYI to you regarding my comment.

      Thank You

      Luciano Patrao

Leave A Comment