Create a troubleshooting bundle
Cloudbreak includes the cbd create-bundle command that allows you to export Cloudbreak logs into a bundle. When filing a support case ticket, you should use this command to generate a bundle and then attach the bundle to the support case ticket.
Steps
- Access the Cloudbreak VM via SSH.
- Navigate to your Cloudbreak deployment directory, typically
/var/lib/cloudbreak-deployment:
/var/lib/cloudbreak-deployment/
- Run the following command:
cbd create-bundle
This generates a file called cbd_export_timestamp.tar.gz.
Optionally you can customize the file name by specifying its name by running this command instead:This command collects all Cloudbreak logs and configurations (such as Cloudbreak configurations, firewall and iptables configurations, os type, and open ports). After collection, all data is anonymized and compressed into a tar.gz archive. During the bundle creation process temporary folders are created and then removed.cbd create-bundle my-bundle-name
- After the process finished, you can find the bundle in the location where you issued the command. Copy the bundle onto your machine, for example by using the secure copy command (scp).
- When filing a support case ticket, attach the bundle to the ticket.