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.
Download the Wazuh agent for Solaris 10 i386 package.
Install the Wazuh agent.
# pkgadd -d wazuh-agent_v4.13.1-sol10-i386.pkg wazuh-agent
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.
Start the Wazuh agent to complete the installation process:
# /var/ossec/bin/wazuh-control start
Download the Wazuh agent for Solaris 11 i386.
Install the Wazuh agent.
# pkg install -g wazuh-agent_v4.13.1-sol11-i386.p5p wazuh-agent
If the Solaris 11 zone where you want to install the package has child zones, create a repository to install the Wazuh agent:
# pkg set-publisher -g wazuh-agent_v4.13.1-sol11-i386.p5p wazuh && pkg install --accept wazuh-agent && pkg unset-publisher wazuh
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.
Start the Wazuh agent to complete the installation process:
# /var/ossec/bin/wazuh-control start
Select your Solaris SPARC version.
Download the Wazuh agent for Solaris 10 SPARC package.
Install the Wazuh agent.
# pkgadd -d wazuh-agent_v4.13.1-sol10-sparc.pkg wazuh-agent
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.
Start the Wazuh agent to complete the installation process:
# /var/ossec/bin/wazuh-control start
Download the Wazuh agent for Solaris 11 SPARC.
Install the Wazuh agent.
# pkg install -g wazuh-agent_v4.13.1-sol11-sparc.p5p wazuh-agent
If the Solaris 11 zone where you want to install the package has child zones, create a repository to install the Wazuh agent:
# pkg set-publisher -g wazuh-agent_v4.13.1-sol11-sparc.p5p wazuh && pkg install --accept wazuh-agent && pkg unset-publisher wazuh
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.
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.