When I scanned through the script I didn't see a count put in place to determine a number of retries. Therefore it should run until complete, times out or has an issue.
There are other options.
-------------------------------------------
Original Message:
Sent: Mar 11, 2026 10:30 AM
From: Roger Haines
Subject: Automated VMware Cloud Foundation (VCF) 9.0 Lab Deployment Script from William Lam
I was making that harder than it was. I found where the wait was and increased it to 30 minutes. The script said it was waiting 5 minutes, while in reality was waiting two minutes.
My-Logger "$VCFInstallerProductSKU bundle download has not completed or has not been validated yet, sleeping for 30min ..." sleep 1800
Next I want to figure out where it's said how many times to retry? Also, I want the script to determine if the "VMware Cloud Foundation Installer" already exists, then DON'T deploy it, and then determine if the bundle is complete and if so, go ahead and download it. The reason for this is so the script doesn't redeploy the "VMWare Cloud Foundation Installer" appliance each time the script is run.
Best Regards,
Roger
Original Message:
Sent: Mar 11, 2026 09:37 AM
From: Roger Haines
Subject: Automated VMware Cloud Foundation (VCF) 9.0 Lab Deployment Script from William Lam
Hi hgdeloitte,
Thanks for your reply. I'm running this on a "jump server" and also actively watching it. You're right about the use of sleep timers and wait commands and I've considered increasing the amount of time it waits. I'm including the output from the script below, because this is one of the things I'm confused about. I would assume this is happening in the Download-VCFBundle Function, however I can't figure out where exactly the terminal output below is coming from! I see references the following variable assignments below, but don't know where they are located, or if that's even where I should be looking.
$srcNotificationScript = "vcf-bringup-notification.sh"
$dstNotificationScript = "/root/vcf-bringup-notification.sh"
TERMINAL OUTPUT
[03-10-2026_09:29:02] Starting download for VRSLCM component ...
[03-10-2026_09:29:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:31:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:33:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:35:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:37:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:39:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:41:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:43:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:45:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:47:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:49:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:51:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:53:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:55:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:57:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_09:59:03] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:01:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:03:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:05:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:07:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:09:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:11:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:13:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:15:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:17:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:19:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:21:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:23:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:25:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:27:04] VCF bundle download has not completed or has not been validated yet, sleeping for 5min ...
[03-10-2026_10:29:04] Failed to wait for VCF bundle download ...