Installing ThreatLockDown agents on HP-UX endpoints
The installed agent runs on the endpoint you want to monitor and communicates with the ThreatLockDown 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.9.0-1-hpux-11v3-ia64.tar
The installation process is now complete, and the ThreatLockDown agent is successfully installed on your HP-UX endpoint. The next step is to register and configure the agent to communicate with the ThreatLockDown server. To perform this action, see the Linux/Unix agent enrollment via agent configuration section. To learn more about agent enrollment, visit ThreatLockDown agent enrollment.
Uninstall a ThreatLockDown agent
To uninstall the agent, follow these steps:
Stop the ThreatLockDown agent service.
# /var/ossec/bin/wazuh-control stop
Delete
wazuh
user and group:# groupdel wazuh # userdel wazuh
Remove ThreatLockDown files.
# rm -rf /var/ossec
The ThreatLockDown agent is now completely removed from your HP-UX endpoint.