HP-UX

You can download the HP-UX installer from our packages list. The installation steps are:

Create the user and the group OSSEC:

# groupadd ossec
# useradd -G ossec ossec

Unzip the package in /:

# tar -xvf wazuh-agent-4.0.4-1-hpux-11v3-ia64.tar

Start the service:

# /sbin/init.d/wazuh-agent start

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 document: user manual.

Uninstall

To uninstall the agent:

  1. Stop the Wazuh agent service

    # /var/ossec/bin/ossec-control stop
    
  2. Delete ossec user and group:

    # groupdel ossec
    # userdel ossec
    
  3. Remove Wazuh files:

    # rm -rf /var/ossec