top of page
  • Writer's pictureChris Keim

"Backup of the Patch Already Exists"

Updated: Nov 2, 2020



If you are attempting to perform a patch install on XenServer, but you run into the message "backup of the patch already exists," this is an easy fix. Most likely you or someone else tried to perform the patch install but it failed for some reason. This article shows you how to remove the patch backup.


Applicable Products

  • XenServer 6.1

  • XenServer 6.2

  • XenServer 6.5

Solution

  1. Either use putty or some other method to gain access to the CLI of the XenServer in question.

  2. Run the command xe patch-list name-label=enterTheNameOfThePatch to find the UUID of the patch you are attempting to install.

  3. Enter the following command cd /opt/xensource/patch-backup/ and list the contents using the ls command.

  4. Enter the following command to remove the patch in question rm -rf /patchUUIDFromStep2.

  5. Try installing the patch again.

Command List

  • xe patch-list name-label=enterTheNameOfThePatch

  • cd /opt/xensource/patch-backup/

  • ls

  • rm -rf /patchUUIDFromStep2




43 views0 comments

Recent Posts

See All

StoreFront Cannot Be Upgraded

Doing an in-place upgrade of Citrix StoreFront one weekend and was greeted with the error: "StoreFront cannot be upgraded because the following folders are in use by another program. Close the program

bottom of page