Attempting to install VCF Automation 9.0.2 from Fleet Manager fails.
The Install binary download task remains stuck in IN_PROGRESS.
Logs at /var/log/vrlcm/vmsp_bootstrap_####.log show: Error: checksum mismatch, got: ####.
Clearing the failed state using KB Fleet Manager binary download Stuck in IN_PROGRESS State from VCF Operations and retrying the download does not change the status from IN_PROGRESS.
The product binary downloaded to the local depot is corrupted or incomplete, leading to a SHA256 checksum mismatch during the deployment phase. A race condition in the Fleet Manager database prevents the status from being reset through the UI.
To resolve the issue, follow the steps below:
Download the vRA 9.0.2.0 binary again.
Verify the integrity of the downloaded archive and inspect its contents by running the following commands:
sha256sum vmsp-vcfa-combined-9.0.2.0.25145732.tartar tvf vmsp-vcfa-combined-9.0.2.0.25145732.tarOnce you confirm the file is valid and complete, proceed to the Binary Management page to trigger the download.
Fleet Management UI.Install Binary section and check the current status of the Automation 9.0.2.0 version.IN_PROGRESS or NOT_DOWNLOADED.If the binary is stuck in an IN_PROGRESS state, execute the following API call to clear the download state:
curl --request POST \
--url https://<fleet_IP>/lcm/lcops/api/settings/productbinarydelete \
--header 'authorization: Basic <Auth_token>' \
--header 'content-type: application/json' \
--data '{ "productId": "vra", "productVersion": "9.0.2.0", "productBinaryType": "install", "productBinaryPath": "vcfa-bundle-9.0.2.0.25145732.tar", "componentName": "vraInstall", "mappingType": "Broadcom Depot", "productName": "automation", "requestId": null, "removeBinary": null, "depotType": null, "downloadStatus": "IN_PROGRESS", "patchId": null, "size": null, "releaseDate": null }'Binary Management page.9.0.2.0 under the Install Binaries section.Download to restart the process cleanly.Important Note (If the Binary Management page appears empty):
If the Binary Management UI lists no available binaries, perform the following metadata recovery steps:
vcfManifest.json to the /data/PROD/metadata/manifest/v1/ directory.productVersionCatalog.json to the /data/PROD/metadata/productVersionCatalog/v1/ directory.Depot Configuration page in the UI.Edit Settings, leave the parameters as they are, and click OK to re-sync the metadata.[cite: 1]