Installing Wazuh agents on HP-UX endpoints
The installed 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.
Note
You need root user privileges to run all the commands described below.
To start the installation process, download the HP-UX installer.
Create the
wazuh
user and group.# groupadd wazuh # useradd -G wazuh wazuh
Uncompress the package in
/
.# tar -xvf wazuh-agent-4.5.4-1-hpux-11v3-ia64.tar
The installation process is now complete, and the Wazuh agent is successfully installed on your HP-UX endpoint. The next step is to register and configure the agent to communicate with the Wazuh server. To perform this action, see the Linux/Unix agent enrollment via agent configuration section. To learn more about agent enrollment, visit Wazuh agent enrollment.
Uninstall a Wazuh agent
To uninstall the agent, follow these steps:
Stop the Wazuh agent service.
# /var/ossec/bin/wazuh-control stop
Delete
wazuh
user and group:# groupdel wazuh # userdel wazuh
Remove Wazuh files.
# rm -rf /var/ossec
The Wazuh agent is now completely removed from your HP-UX endpoint.