Download and import a product patch when
network access is restrictedLast Updated January 25, 2025
If you do not have remote server
access to
VMware Aria Suite Lifecycle
,
you can log in to the My VMware portal to manually download the patch files to a local
drive. Then you use the API to import the patch to VMware Aria Suite Lifecycle
.- Verify that all general prerequisites have been satisfied. See Performing Day 2 operations usingVMware Aria Suite Lifecycle APIs.
- Log in to the My VMware portal https://customerconnect.vmware.com/patch/ and list the patches for your product.
- Download the product patch and place it in the/datafolder on yourVMware Aria Suite Lifecycleappliance.
- Import the patch intoVMware Aria Suite Lifecycle.
- To import a patch binary file, use the following request.
- To import a patch OVA binary file, use the following request.The patch OVA binary file is only available forVMware Aria Automation.
The request triggers the API. The response shows the request ID. - Assign the request ID variable.
- Track your request.After completion,VMware Aria Suite Lifecyclehas converted the imported patch binary into a wrapped patch file.
- List the patch binaries.Examine the response to find the wrapped patch. A snippet of the response shows the patch ID, product ID, and product version of the patch and"patchDownloadStatus": "DOWNLOAD", so the patch is ready to apply.
Apply the product patch. See Apply a product patch.