Deploying Wazuh agents on Solaris endpoints

Warning

Support for Solaris systems ends in Wazuh 5.0.0.

The Wazuh agent runs on the endpoint you want to monitor and communicates with the Wazuh manager, sending data in near real-time through an encrypted and authenticated channel.

To start the installation process, select your architecture: i386 or SPARC.

Note

You need root user privileges to run all the commands described below.

Select your Solaris Intel version.

  1. Download the Wazuh agent for Solaris 10 i386 package.

  2. Install the Wazuh agent.

    # pkgadd -d wazuh-agent_v4.13.1-sol10-i386.pkg wazuh-agent
    
  3. Edit the /var/ossec/etc/ossec.conf file and replace <WAZUH_MANAGER_IP_ADDRESS> with the IP address of the Wazuh manager:

    <client>
      <server>
        <address><WAZUH_MANAGER_IP_ADDRESS></address>
      </server>
    </client>
    

    To learn more about this enrollment method, see the Linux/Unix agent enrollment via agent configuration section.

  4. Start the Wazuh agent to complete the installation process:

    # /var/ossec/bin/wazuh-control start
    

The installation process is now complete and the Wazuh agent is successfully installed on your Solaris endpoint.