Mark Nellemann
2e363f0a39
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
777 B
Markdown
23 lines
777 B
Markdown
# 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
|
|
|
|
[Download](https://git.data.coop/nellemann/-/packages/generic/hmci/) the latest version of HMCi packaged for rpm.
|
|
|
|
```shell
|
|
rpm -ivh --ignoreos hmci-1.3.1-1_all.rpm
|
|
cp /opt/hmci/doc/hmci.toml /etc/
|
|
```
|
|
|
|
Now modify */etc/hmci.toml* and test your setup by running ```/opt/hmci/bin/hmci -d```
|
|
|