You can export downloaded upgrades, patches, and notifications to a specific location that serves as a shared repository for vSphere Lifecycle Manager. You can configure vSphere Lifecycle Manager to use the shared repository as a patch download source. The shared repository can also be hosted on a Web server.

Administrator level access is not a requirement for exporting the downloaded data with UMDS that runs on Linux.

Prerequisites

If you installed UMDS with an existing download directory, verify that you perform at least one download by using UMDS 7.0 before you export updates.

Procedure

  1. Log in to the machine where UMDS is installed and open a Command Prompt window.
  2. Navigate to the directory where UMDS is installed.
    The default location in 64-bit Linux is /usr/local/vmware-umds.
  3. Specify the export parameters and export the data.
    vmware-umds -E --export-store repository_path

    In the command, you must specify the full path of the export directory.

    If you are working in a deployment in which the vCenter Server is installed on a machine connected to the machine on which UMDS is installed, repository_path can be the path to the folder on the Web server that serves as a shared repository.

    If the vCenter Server is installed on a machine in an isolated and secure environment, repository_path can be the path to a portable media drive. Export the downloads to the portable media drive to physically transfer the patches to the machine on which vCenter Server is installed and vSphere Lifecycle Manager runs.

    The data you downloaded by using UMDS is exported to the path you specify. Make sure that all files are exported. You can periodically export from UMDS and populate the shared repository so that vSphere Lifecycle Manager can use the new patch binaries and patch metadata.
  4. (Optional) You can export the ESXi patches that you downloaded during a specified time window.
    For example, to export the patches downloaded in November 2010, run the following command:
    vmware-umds -E --export-store repository-path --start-time 2010-11-01T00:00:00 --end-time 2010-11-30T23:59:59

What to do next

Configure vSphere Lifecycle Manager to use a shared repository as a patch download source. For more information, see Configure vSphere Lifecycle Manager to Use a Shared Repository as a Download Source.