How To Generate A Support Bundle With Ciqctl
sudo ciqctl bundle
- This is the same as an
sosreport - To then generate a report on that, we then run:
sudo ciqctl report -s -p <support-bundle.tar.xz> - Example output of the above command:

- To run the report without a summary, we run:
sudo ciqctl report -p <support-bundle.tar.xz> - That then outputs the same as
xsos -a <sosreport>