If you do not have direct internet connectivity to your SDDC Manager instance, you can use the Bundle Transfer Utility to manually download install bundles from the VMware depot to your local computer and then upload them to SDDC Manager.
If the computer with internet access can only access the internet using a proxy server, use the following options when downloading:
Example that combines the options:
Option | Description |
---|---|
--proxyServer, --ps |
Provide the proxy server FQDN or IP address and port. For example: --proxyServer proxy.example.com:3128. |
--proxyHttps |
Add this option if the proxy server uses HTTPs. |
--proxyUser |
For a proxy server that requires authentication, enter the user name. |
--proxyPasswordFile |
For a proxy server that requires authentication, enter the path to a file where the password for proxy authentication is stored. The file content is used as the proxy password. For example, --proxyPasswordFile ../../password.txt. |
./lcm-bundle-transfer-util --download --manifestDownload --depotUser Username --proxyServer proxy.example.com:3128 --proxyUser vmwuser --proxyPasswordFile ../../password.txt --proxyHttps
Prerequisites
- A Windows or Linux computer with internet connectivity (either directly or through a proxy) for downloading the bundles.
- The computer must have Java 8 or later.
- A Windows or Linux computer with access to the SDDC Manager appliance for uploading the bundles.
- To upload the manifest file from a Windows computer, you must have OpenSSL installed and configured.
- Configure TCP keepalive in your SSH client to prevent socket connection timeouts when using the Bundle Transfer Utility for long-running operations.
Note: The Bundle Transfer Utility is the only supported method for downloading bundles. Do not use third-party tools or other methods to download bundles.