Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 739 Bytes

File metadata and controls

23 lines (13 loc) · 739 Bytes

Install Wazuh agent on HP-UX

The Wazuh agent for HP-UX can be downloaded from our packages list<../packages-list/index>. 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-|WAZUH_LATEST|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar -C /

Note

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 user manual<../../user-manual/registering/index>.