VDRUMZ

SW Used for Bring up of VCF – Mgmt domain

Vcenter – 7.x

ESxi -7.x

Cloud builder VM – 4.5 + preparation workbook (Excel Sheet)

VCF 4.5-Bringup error

I got the below error while doing VCF 4.5 Bring up for MgMt domain

Reason for this Error ==> when you do multiple Re-Try option under TAB “Deploy Cloud Foundation”

whenever a Re-Try is initiated, cloud builder will initiate a New run for the list of automated “Tasks”.  Due to First/ Previous run, all the tasks creates entries in the Cloud builder Database so we need to clean up the Database so that Re-Try will go smooth with No duplicate entries in the Database

Clean up Cloud builder Database

Take a putty session to the cloud builder VM using admin credentials  

Run the below commands

VCF 4.x
$sudo psql -U postgres -d bringup -h localhost
#delete from execution;
#delete from “Resource”;
\q

Apply these commands via CLI Method :

Verification

Refresh the Cloud Builder url e.g. https://172.16.1.150 in the Browser and log again with credentials and run the workflow

Now No Error is seen at the Deploy Cloud Foundation step

                                          Thanks for reading 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *