Upgrading Wazuh agents on Solaris endpoints

Select your Solaris version and follow the steps to upgrade the Wazuh agent on Solaris endpoints.

  1. Download the latest Solaris 11 installer. Choose one option depending on the host architecture.

  2. Stop the Wazuh agent.

    # /var/ossec/bin/wazuh-control stop
    
  3. Upgrade the Wazuh agent. Choose one option depending on the host architecture.

    • Solaris 11 i386:

      # pkg install -g wazuh-agent_v4.10.1-sol11-i386.p5p wazuh-agent
      
    • Solaris 11 sparc:

      # pkg install -g wazuh-agent_v4.10.1-sol11-sparc.p5p wazuh-agent
      
  4. Start the Wazuh agent.

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