Solaris 11 from package
The Wazuh agent for Solaris can be downloaded from our packages list. The current version has been tested on Solaris 11 version 5.11. Install the agent as follows:
For Solaris 11 i386:
# pkg install -g wazuh-agent_v3.10.2-sol11-i386.p5p wazuh-agent
For Solaris 11 SPARC:
# pkg install -g wazuh-agent_v3.10.2-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:
- For Solaris 11 i386:
# pkg set-publisher -g wazuh-agent_v3.10.2-sol11-i386.p5p wazuh
- For Solaris 11 sparc:
# pkg set-publisher -g wazuh-agent_v3.10.2-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 11:
# pkg uninstall wazuh-agent