When a VCF Automation (vRA) or VCF Identity Broker (vIDB) deployment fails in Fleet 9.0, troubleshooting often requires generating and downloading a support bundle.
While Broadcom KB 394146 covers part of this process, it doesnβt address all scenarios in detail. This blog consolidates the steps and provides exact commands for different situations.
πΉ Prerequisites
-
Fleet Management Appliance FQDN (used in API calls).
-
Fleet LCM admin user credentials (example:
lcmadminuser:adminpassword). -
Environment ID:
-
Found in
/var/log/vrlcm/vmware_vrlcm.logon the Fleet appliance. -
Example command:
-
-
Product ID:
-
vraβ VCF Automation -
vidbβ VCF Identity Broker
-
πΉ Step 1: Generate Support Bundle
Run the following command to trigger log bundle creation:
-
Replace
<fleet-mgmt-appliance-fqdn>with your Fleet FQDN. -
Replace
<environmentId>with the ID from logs. -
Replace
<productId>withvraorvidb. -
duration=2β captures the last 2 days of logs (adjust as needed).
πΉ Step 2: Check Status of the Request
You can check progress either:
-
In Fleet Manager UI β Tasks, or
-
By running this command:
Sample output:
The downloadUrl is the direct path to the generated support bundle.
πΉ Step 3: Download the Support Bundle
Use the downloadUrl value from Step 2:
πΉ Step 4: Alternative Download Method (Windows SCP)
If you donβt have rights to install WinSCP or another GUI tool, you can use the built-in scp command on Windows:
Replace:
-
<fleetappliance_ip>β IP of the Fleet appliance. -
<REPLACEUSERNAME>β Your Windows username.
This will copy the bundle directly to your local system.
πΉ Common Scenarios
-
Failed VCF Automation (vRA) Install
-
Failed vIDB Install
-
Checking Status
-
Downloading Bundle
πΉ Summary
-
Always get Environment ID from Fleet logs.
-
Use Product ID β
vra(Automation) orvidb(Identity Broker). -
Trigger bundle collection with
bundle/failed. -
Validate request in UI or via API.
-
Download using either
curlorscp.
With these steps, you can reliably collect logs for failed VCF Automation and vIDB installs in Fleet 9.0.
π Reference: Broadcom KB 394146
#VCF9 #Fleet9 #SupportBundle #VCFAutomation #vIDB #BroadcomKB394146

















