Download Specific Bundles with the Bundle Transfer Utility

The Bundle Transfer Utility is a command line tool used to identify bundles applicable to your environment and download the bundles from the VMware Depot to a computer that has internet access.
This procedure provides information about downloading specific bundles to a computer with internet access. When the bundle downloads complete, copy the output directory to a computer with access to the
SDDC Manager appliance
, and then copy the directory to the
SDDC Manager appliance
. After you copy the directory to the
SDDC Manager appliance
, upload the bundle files to the internal LCM repository. See Download Bundles with the Bundle Transfer Utility for more information.
The Bundle Transfer Utility is the only supported method for downloading bundles. Do not use third-party tools or other methods to download bundles.
Run the following commands from the Bundle Transfer Utility directory (for example,
lcm-tools-prod/bin/
) on a computer with internet access.

Download Bundles for a Product Version

You can download bundles for a specific product version.
  1. Display a list of the bundles for a specific product version.
    ./lcm-bundle-transfer-util --depotUser
    depotUser
    --listBundles --productVersion
    product_version
    (OR) ./lcm-bundle-transfer-util --du
    depotUser
    -l -p
    product_version
    For example:
    ./lcm-bundle-transfer-util --du fruyven@vmware.com -l -p
    4.4.1.1
  2. Download bundles based on a specific product version.
    ./lcm-bundle-transfer-util --download --outputDirectory
    absolute-path-output-dir
    --depotUser
    depotUser
    --productVersion
    product_version
    (OR) ./lcm-bundle-transfer-util -d -op
    absolute-path-output-dir
    --du
    depotUser
    -p
    product_version
    For example, to download all the bundles for the 4.4.1.1 version:
    ./lcm-bundle-transfer-util --download --depotUser fruyven@vmware.com --outputDirectory /Users/fruyven/downloadedBundles -p 4.4.1.1

Download a Single Bundle

Download a single bundle.
./lcm-bundle-transfer-util --download --outputDirectory
absolute-path-output-dir
--depotUser
depotUser
--bundle
bundle_name
(OR) ./lcm-bundle-transfer-util --download --outputDirectory
absolute-path-output-dir
--depotUser
depotUser
-b
bundle_name
For example:
./lcm-bundle-transfer-util --download --outputDirectory /Users/fruyven/downloadedBundles --depotUser fruyven@vmware.com --bundle bundle-50721