Install Wazuh agent on AIX
The Wazuh agent for AIX can be downloaded from our packages list. The installation steps are:
Create user and group OSSEC:
# mkgroup ossec
# useradd -G ossec ossec
Unzip the package in /
:
Installing in AIX 5.3
# tar -xvf wazuh-agent_v3.2.4-aix5.3.tar
Installing in AIX 6 and 7
# tar -xvf wazuh-agent_v3.2.4-aix6.1.tar
Note
Now that the agent is installed, the next step is to register and configure it to communicate with the manager. For more information about this process, please visit the user manual.