sysmon/client/doc/AIX.md
Mark Nellemann 484834ff35 Improve AIX lparstat parsing
Bump version 0.1.10
Update dependencies
2022-02-25 15:45:11 +01:00

631 B

AIX Notes

Works on IBM Power VIO (Virtual IO) servers, as well as regular 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:

rpm -i --ignoreos sysmon-client.rpm sysmon-plugins.rpm

Run automatically at boot

See the sysv-init.md file for instructions, or run from inittab:

mkitab "sysmon:2:respawn:env JAVA_HOME=/usr/java8_64 /opt/sysmon/client/bin/client -s http://10.x.y.z:9925/metrics"
init q