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
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
Comment