๐๐๐Today I was dealing with an interesting challenge with the VMware Cloud Foundation
The Cloud Builder was getting stuck during the NSX Appliance import phase, and by checking the vCenter of the Management Domain, it was evident that it consistently stalled at 27%.
I then went into the Cloud Builder logs, specifically in the following file:
๐๐๐ /๐๐ฎ๐ฟ/๐น๐ผ๐ด/๐๐บ๐๐ฎ๐ฟ๐ฒ/๐๐ฐ๐ณ/๐ฏ๐ฟ๐ถ๐ป๐ด๐๐ฝ/๐๐ฐ๐ณ-๐ฏ๐ฟ๐ถ๐ป๐ด๐๐ฝ-๐ฑ๐ฒ๐ฏ๐๐ด.๐น๐ผ๐ด
There I found an error that wasn't entirely clear but gave me an idea of what the problem might be:
The error was:
๐๐๐ ๐๐ฎ๐ถ๐น๐ฒ๐ฑ ๐๐ผ ๐๐ฟ๐ถ๐๐ฒ ๐ฐ๐ผ๐ป๐๐ฒ๐ป๐ ๐๐ผ ๐ณ๐ถ๐น๐ฒ /๐๐ณ๐ผ-๐บ๐ฌ๐ญ-๐ป๐๐ ๐ฌ๐ญ๐ฎ/๐ฉ๐ถ๐ฟ๐๐๐ฎ๐น๐๐๐ถ๐๐ผ๐ด๐ถ๐ฐ๐๐ผ๐ป๐๐ฟ๐ผ๐น๐น๐ฒ๐ฟ๐ฌ:๐ฌ. ๐ฅ๐ฒ๐ฎ๐๐ผ๐ป: ๐๐ป๐ฝ๐๐/๐ผ๐๐๐ฝ๐๐ ๐ฒ๐ฟ๐ฟ๐ผ๐ฟ
This raised suspicions that something might be corrupted in the image. But which image? You should know that the Cloud Builder contains an ISO called "
๐๐ฑ๐ฑ๐ฐ-๐ณ๐ผ๐๐ป๐ฑ๐ฎ๐๐ถ๐ผ๐ป-๐ฏ๐๐ป๐ฑ๐น๐ฒ.๐ถ๐๐ผ" that includes all the Appliances to be used in VCF (vCenter, NSX, SDDC Manager, etc.).
When you initiate the configuration of the Management Domain using the Cloud Builder, it mounts the mentioned ISO.
I then attempted to manually extract the NSX OVA file from the ISO and encountered the same "input/output error."
๐ฏ๐ฏThe file was indeed corrupted.๐ฏ๐ฏ
(Some days ago NUC shutdown unexpectedly ๐๐)
To resolve this, I had two options:
๐ reload the Cloud Builder Appliance: simple but not a good idea because I don't want to restart the Management Domain from scratch
๐ or, for a more targeted solution, copy a new "sddc-foundation-bundle.iso" into the Cloud Builder using WinSCP.
Now, with the new ISO in place, the Cloud Builder successfully loaded the NSX Appliance in just a few minutes and continuous the creation process of the Management Domain
Have a good day with VCF!!
Comments