Removing an update from the repository server

You can remove a particular update from the repository server.

To remove an update from the repository server

  1. Go to the ITRP/RM directory on the repository server. This directory is created under the repository path that you had provided while setting up the repository.
  2. Run the following commands:
    • To remove the directory created for a particular update:

      rm -rf patch_version_dir

    • To clear the older data, and then refresh and build the repository with the existing patches in the RM directory:

      createrepo --update RM

More Information

About applying updates to Resiliency Platform