Check the status of your aiWARE installation by analyzing the aiware-agent logs and by checking if the controller is running and properly connected.
Steps
- To analyze the aiware-agent logs, type the following command in the terminal of the node that you want:
tail -F /var/log/syslog | grep --line-buffered aiware-agent
Output lines that are flagged with level=info are informational messages.
level=warning and level=error contain messages that indicate how to analyze the issue.
When you see the download status finish scrolling, you can exit the tail command by pressing Ctrl+C.
- To check if the controller node is running properly in aiWARE, type:
ai check
In single node installations, if the controller agent and AI Data agent are successfully connected and configured, then the output contains the following information.
[Note] The Core EndPoint URL must point to the Core GraphQL endpoint and the "data.dev-local.aiware.run" domain must be one of the domains output at the end of installing AI Data.
INFO[0000] CLI : Controller Endpoin: http://nn.n.nn.nn:9000/
INFO[0005] CLI : Controller Token : fa452*****...
INFO[0005] CLI : Controller Status : Successfully connected
INFO[0005] CLI : Core Endpoint : https://data.dev-local.aiware.run:8443/v3/graphql
INFO[0005] CLI : Core Token : 193d7*****...
INFO[0005] CLI : Core Status : Successfully connected
INFO[0005] CLI : Core Account : API key for Default Organization (Org:2)
In multi-node installations, for the controller node, check that the output contains the following lines.
INFO[0000] Ctr Status: aiware-controller : [running]
INFO[0000] Ctr Status: aiware-postgres : [running]