KB: vRealize Automation – Troubleshoot Health broker service

Simple restart of health broker service

1service vrhb-service on # ensure that service is activated
2service vrhb-service restart

Reset health broker service data

In case of non-working health management page (error message displayed or white/missing content), and after having tested the previous troubleshoot method it could be necessary to reset the data generated by the service.

Warning: This action remove all existing content of the health broker service!

1service vrhb-service stop
2rm -r /var/lib/vrhb/service-host/sandbox
3rm -r /var/lib/vrhb/vra-tests-host/sandbox
4service vrhb-service start