sysmon/server/doc/AIX.md
Mark Nellemann 0332732401 Misc. small changes.
- Update 3rd party dependencies
2022-01-11 11:23:06 +01:00

18 lines
529 B
Markdown

# AIX Notes
Works on IBM Power AIX installations.
## Installation
We require Java 8, which should already be installed on AIX, or is available to install.
The RPM packages are *"noarch"* Java bytecode, so we can use the **--ignoreos** option to install:
```shell
rpm -i --ignoreos sysmon-server.rpm
```
You can find InfluxDB and Grafana packaged for AIX on the [https://www.power-devops.com/](https://www.power-devops.com/) website.
## Run automatically at boot
See the [sysv-init.md](sysv-init.md) file for instructions.