There are no items in your cart
Add More
Add More
Item Details | Price |
---|
SW Used for Bring up of VCF - Mgmt domain
Vcenter - 7.x
ESxi -7.x
Cloud builder VM - 4.5 + preparation workbook (Excel Sheet)
I got the below error while doing VCF 4.5 Bring up for MgMt domain
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
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 :
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