In the event that you are unable to download the support bundle via the Ops Manager UI and have SSH access to the Ops Manager VM, there is an option to download it via the OM CLI.
Here are the steps to download the support bundle via the OM CLI:
om
command as seen in the image below: whereis om
which om
$PASSWORD
parameter would be the same password that you would use to log into the Ops Manager UI. The username is usually admin
, but, if it is different, you can substitute that value with the actual username: om -k -t localhost -u 'admin' -p '$PASSWORD' curl -p /api/v0/support_bundle > support_bundle.zip
200 OK
request response as seen in the image below. Note that sometimes it may take a while to retrieve the support bundle and the command may appear as if its hanging: ls
in the current directory: