AIX from package
You can download the AIX installer from our packages list. You can choose installation or a deployment:
Installation:
# rpm -ivh wazuh-agent-3.11.4-1.aix.ppc.rpm
With this simple installation, the next step is to register and configure it to communicate with the manager. For more information about this process, please visit the document: user manual.
Deployment:
You can automate the agent registration and configuration using variables. It is necessary to define at least the variable
WAZUH_MANAGER
. The agent will use this value to register and it will be the assigned manager for forwarding events.# WAZUH_MANAGER="10.0.0.2" rpm -ivh wazuh-agent-3.11.4-1.aix.ppc.rpmSee the following document for additional deployment options: deployment variables.
Uninstall
To uninstall the agent:
# rpm -e wazuh-agent
There are files marked as configuration files. Due to this designation, the package manager doesn't remove those files from the filesystem. The complete files removal action is a user responsibility. It can be done by removing the folder /var/ossec
.