Setting up VMware Update Manager service for isolated networks

Setting up VMware Update Manager service for isolated networks

Setting up VMware Update Manager service for isolated networks (1004455)

Purpose

This article provides steps for setting up VMware Update Manager to patch ESX hosts that do not have connectivity to Internet.

Resolution

To setup VMware Update Manager to download the updates on a proxy machine with Internet connectivity:
  1. Install VMware Update Manager Download Service on the proxy machine connected to the Internet.

    Note: The software is on the VirtualCenter CD media.

  2. Open a command prompt and change directory to C:\Program Files\VMware\Infrastructure\Update Manager .
  3. Run this command to start downloading the updates:

    vmware-umds.exe –D

  4. Export the downloaded updates to a local repository using this command:

    vmware-umds -E   <Path to the local repository>

    Note: The path can only contain one directory level, otherwise it will fail.  For example the path should be d:\repository, but it cannot be d:\repository\patches.  When it is finally exported you can then move the repository to a physical media or any portable storage device.

  5. Connect to vCenter Server using vSphere Client.
  6. Log in as a user with administrative credentials.
  7. Run this command to download the patches from the repository:

    vmware-updateDownloadCli.exe –update-path <drive letter of storage media> –config-import esx –vc-user <VirtualCenter administrator user>

Note: vmware-updateDownloadCli.exe is located in the default Update Manager install folder (C:\ProgramFiles\VMware\Infrastructure\Update Manager). This command is not available for VMware Update Manager 4.0 and later. For more information, see Use a Shared Repository as a Patch Download Source in the VMware vCenter Update Manager Administration Guide.

Note: This command is only to download the updates for an ESX host. For downloading Windows and Linux updates, see the  VMware Update Manager Administration Guide .

SOURCE: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004455

Comments are closed.