hmci/doc/readme-aix.md

23 lines
823 B
Markdown
Raw Permalink Normal View History

2022-09-08 06:45:39 +00:00
# Instructions for AIX Systems
2023-03-08 08:49:55 +00:00
Ensure you have **correct date/time** and NTPd running to keep it accurate!
2022-09-08 06:45:39 +00:00
2023-03-08 08:49:55 +00:00
Please note that the software versions referenced in this document might have changed and might not be available/working unless updated.
2022-09-08 06:45:39 +00:00
- Grafana and InfluxDB can be downloaded from the [Power DevOps](https://www.power-devops.com/) website - look under the *Monitor* section.
2023-03-08 08:49:55 +00:00
- Ensure Java (version 8 or later) is installed and available in your PATH (eg. in the */etc/environment* file).
2022-09-08 06:45:39 +00:00
## Download and Install HMCi
2023-03-08 08:49:55 +00:00
[Download](https://git.data.coop/nellemann/-/packages/generic/hmci/) the latest version of HMCi package for rpm.
2023-01-18 14:40:58 +00:00
2022-09-08 06:45:39 +00:00
```shell
2023-03-08 08:49:55 +00:00
rpm -ivh --ignoreos hmci-1.4.2-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```