How to Check Agent Status?
Log in to the DBbrain Console.In the left sidebar, select Instance Management, select the corresponding database at the top of the page, and view the Agent status in the list. How to Resolve Agent Status Exceptions?
If an Agent connection exception is displayed on the Instance Management page, enter the following command on the host to check the Agent process:
ps aux|grep dbbrain-agent
If no output is displayed, it indicates the Agent has unexpectedly stopped. Go to the Agent installation directory on the host and restart the Agent using the following commands:
cd /path/to/dbbrain-agent
./bin/start.sh
If the output shows Successfully start agent, it indicates that the Agent has been started successfully.