Unable to see patch bundles when using bundle transfer utility
search cancel

Unable to see patch bundles when using bundle transfer utility

book

Article ID: 392046

calendar_today

Updated On:

Products

VMware SDDC Manager

Issue/Introduction

Running the bundle transfer utility with the --listBundles command shows available upgrades but does not show patches.

./lcm-bundle-transfer-util  --depotUser <username> --listBundles

Cause

In order to display available patches, one must use the --listAsyncPatchBundles switch.

Resolution

Run the bundle transfer utility with the --listAsyncPatchBundles switch.

./lcm-bundle-transfer-util --listAsyncPatchBundles --depotUser <username> 

Additional Information