Ad Widget

Collapse

Zabbix Server on Solaris...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SS*
    Junior Member
    • Jul 2015
    • 5

    #1

    Zabbix Server on Solaris...

    Hey,

    Reading through the installation options and guide for database creation scripts etc it looks focused on Linux install. What is the recommended way to install Zabbix server with mysql DB (5.6 or 5.7) on Solaris 11? (I suppose you'd create separate trends and history tables) Is their any documentation for Solaris based installs and recommended tuning options as well?

    I followed these steps for mysql which looked to work. https://www.zabbix.com/documentation...all/db_scripts

    I'm looking for something like https://www.zabbix.com/documentation...l/installation and having an IPS package if one exists. From what I can tell this is best option for any kind of environment (home or large scale HA). Just some simple guide as atm I'm attempting to install from source and compile this eg, ./configure --prefix=/usr/local/za
    bbix --enable-server --enable-proxy --enable-ipv6 --with-libxml2 --with-net-snm
    p --with-ldap --with-libcurl --with-iconv --with-ssh2 --with-openssl --with-ope
    nipmi --with-mysql
    checking for mysql_config... no
    configure: error: MySQL library not found

    # pkg list | grep mysql
    database/mysql-56 5.6.21-0.175.3.0.0.30.0 i--
    database/mysql-56/client 5.6.21-0.175.3.0.0.30.0 i--
    database/mysql-56/library 5.6.21-0.175.3.0.0.30.0 i--
    database/mysql-common 5.11-0.175.3.0.0.30.0 i--

    Is this wrong way?
    Atm only trying to do this for basic experiments at home.
    SS
    Last edited by SS*; 08-06-2016, 23:17.
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    First you need to change pkg devel facet to yes to install all development resource of the installed packages.
    There is no openipmi in dis Sol 11.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    Working...