Solaris
The Solaris Wazuh agent runs on Sparc or Intel architectures. Select the tab according to your architecture: i386 or Sparc
Depending of your Solaris Intel version, select one of the following tabs:
The Wazuh agent for Solaris 10 i386 can be downloaded from our packages list or directly from here: Solaris 10 i386 package. The current version has been tested on Solaris 10 i386 version 5.10. Install the agent as follows:
# pkgadd -d wazuh-agent_v4.0.4-sol10-i386.pkg
The Wazuh agent for Solaris 11 i386 can be downloaded from our packages list or directly from here: Solaris 11 i386. The current version has been tested on Solaris 11 i386 version 5.10. Install the agent as follows:
# pkg install -g wazuh-agent_v4.0.4-sol11-i386.p5p wazuh-agent
If the Solaris 11 zone where you want to install the package has child zones you will need to create a repository before installing the package:
# pkg set-publisher -g wazuh-agent_v4.0.4-sol11-i386.p5p wazuh
Depending of your Solaris Sparc version, select one of the following tabs:
The Wazuh agent for Solaris 10 Sparc can be downloaded from our packages list or directly from here: Solaris 10 Sparc. The current version has been tested on Solaris 10 Sparc version 5.10. Install the agent as follows:
# pkgadd -d wazuh-agent_v4.0.4-sol10-sparc.pkg
The Wazuh agent for Solaris 11 Sparc can be downloaded from our packages list or directly from here: Solaris 11 Sparc. The current version has been tested on Solaris 11 Sparc version 5.10. Install the agent as follows:
# pkg install -g wazuh-agent_v4.0.4-sol11-sparc.p5p wazuh-agent
If the Solaris 11 zone where you want to install the package has child zones you will need to create a repository before installing the package:
# pkg set-publisher -g wazuh-agent_v4.0.4-sol11-sparc.p5p wazuh
After creating the repository install the package:
# pkg install --accept wazuh-agent
Finally, remove the publisher:
# pkg unset-publisher wazuh
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 document: user manual.
Uninstall
To uninstall the agent in Solaris 10:
# pkgrm wazuh-agent
To uninstall the agent in Solaris 11:
# pkg uninstall wazuh-agent
Note
There are two known issues in Solaris 11:
If you uninstall the Wazuh agent from Solaris 11.4 or greater, the Solaris 11 package manager does not remove the group
ossec
from the system. You can remove it manually withgroupdel ossec
.If you want to upgrade the Wazuh agent in Solaris 11, you will need to stop first the service. For that
/var/ossec/bin/ossec-control stop
.