Deploying Wazuh agents on AIX endpoints

The agent runs on the endpoint you want to monitor and communicates with the Wazuh server, sending data in near real-time through an encrypted and authenticated channel.

The deployment of a Wazuh agent on an AIX system uses deployment variables that facilitate the task of installing, registering, and configuring the agent.

Note

You need root user privileges to run all the commands described below.

  1. To start the deployment process, download the AIX installer.

  2. To deploy the Wazuh agent to your endpoint, edit the WAZUH_MANAGER variable so that it contains the Wazuh manager IP address or hostname.

    # WAZUH_MANAGER="10.0.0.2" rpm -ivh wazuh-agent-4.4.5-1.aix.ppc.rpm
    

    For additional deployment options such as agent name, agent group, and registration password, see Deployment variables for AIX section.

    Note

    Alternatively, if you want to install an agent without registering it, omit the deployment variables. To learn more about the different registration methods, see the Wazuh agent enrollment section.

  3. To complete the installation process, start the Wazuh agent.

    # /var/ossec/bin/wazuh-control start
    

The deployment process is now complete, and the Wazuh agent is successfully running on your AIX endpoint.

Uninstall a Wazuh agent

To uninstall the agent, run the following command:

# rpm -e wazuh-agent

Some files are not removed from the filesystem by the package manager. If you want to completely remove all files, delete the /var/ossec folder.

The Wazuh agent is now completely removed from your AIX system