To ensure that aiWARE is installed correctly on your environment, perform the following tests in the node that you want to test.
Tests in the terminal
| To check if... | ... type | Expected result |
| aiware-agent service is running | service aiware-agent status
or
watch service aiware-agent status
| Outputs the status: Active: active (running) |
| Docker containers for aiWARE started | docker ps | Outputs the following services:
- aiware-prom-alertmgr
- aiware-prometheus
- aiware-controller
- other services with the prefix aiware-
|
| The NFS run mode is set | exportfs | Lists /opt/aiware/nfs as an exported share. |
| Controller logs | docker logs -tf aiware-controller | Outputs the controller logs. |
Tests in the browser
| Check if... | ... go to | Expected result |
| aiWARE API is running | http://dev-local.aiware.run:9000/edge/v1/ping | { "version": "Build number: , Build time: 2021-04-27_19:30:26, Build commit hash: b6e1b627c20489463f7dca463200649af1000222" } |
| The login page loads | dev-local.aiware.com.run:9000 | The login page appears. |