You are unable to connect to Bosh client after rebooting the bosh vm.
When you run any bosh commands, you see an error similar to:
Fetching info:
Performing request GET 'https://bosh-ip:25555/info':
Performing GET request:
Requesting token via client credentials grant: UAA responded with non-successful status code '503' response 'FAILURE'
To resolve this issue, verify and ensure all the services are running on Bosh instance.
Log in to Ops Manager and note down theĀ VM Credentials available under Ops Manager > Bosh tile > Credentials > Bosh Director.
Connect to Bosh vm by using the above credentials.
Provide root privileges by running the command: sudo -i
Run monit summary to verify the services status.
Run monit restart service_name if any of theĀ services is not monitored or failing.