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
/
.# gzip -d wazuh-agent-4.9.0-1-hpux-11v3-ia64.tar.gz # tar -xvf wazuh-agent-4.9.0-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.