Once SDDC Manager is upgraded to 5.2 or later, a new option for patching VMware Cloud Foundation components is available in the SDDC Manager UI. This procedure describes using the Bundle Transfer Utility to download async patches when SDDC Manager is not connected to an online depot.
Offline download of async patches involves the following steps:
- On a computer with access to the internet, use the Bundle Transfer Utility to download the async patch bundle and other required files.
- Copy the bundle and other required files to the SDDC Manager appliance.
- On the SDDC Manager appliance, use the Bundle Transfer Utility to upload the bundle and other required files to the internal LCM repository.
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 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 and other required files.
- Configure TCP keepalive in your SSH client to prevent socket connection timeouts when using the Bundle Transfer Utility for long-running operations.
- The computer with internet connectivity and the SDDC Manager appliance must have the latest version of the Bundle Transfer Utility installed and configured. See Offline Download of VMware Cloud Foundation 5.2.x Upgrade Bundles for more information.
Procedure
What to do next
After the upload completes successfully, you can use the SDDC Manager UI to apply the async patch. See Patching the Management and Workload Domains.