2022-09-08 06:45:39 +00:00
|
|
|
# Instructions for AIX Systems
|
|
|
|
|
|
|
|
Please note that the software versions referenced in this document might have changed and might not be available/working unless updated.
|
|
|
|
|
|
|
|
More details are available in the [README.md](../README.md) file.
|
|
|
|
|
|
|
|
- Grafana and InfluxDB can be downloaded from the [Power DevOps](https://www.power-devops.com/) website - look under the *Monitor* section.
|
|
|
|
|
|
|
|
- Ensure Java (version 8 or later) is installed and available in your PATH.
|
|
|
|
|
|
|
|
|
|
|
|
## Download and Install HMCi
|
|
|
|
|
2023-01-18 14:40:58 +00:00
|
|
|
[Download](https://git.data.coop/nellemann/-/packages/generic/hmci/) the latest version of HMCi packaged for rpm.
|
|
|
|
|
2022-09-08 06:45:39 +00:00
|
|
|
```shell
|
2023-01-18 14:40:58 +00:00
|
|
|
rpm -ivh --ignoreos hmci-1.3.1-1_all.rpm
|
2022-09-08 06:45:39 +00:00
|
|
|
cp /opt/hmci/doc/hmci.toml /etc/
|
|
|
|
```
|
|
|
|
|
|
|
|
Now modify */etc/hmci.toml* and test your setup by running ```/opt/hmci/bin/hmci -d```
|
2022-09-20 15:55:40 +00:00
|
|
|
|