- Download latest source from www.zabbix.com
- Installation Manual for 2.0 http://www.zabbix.com/documentation/2.0/manual/installation/install#from_the_sources
- service zabbix-server stop
- service zabbix-agentd stop
- tar xvf zabbix-2.0.3.tar.gz
- cd zabbix-2.0.3
- ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-libxml2 --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/zabbix
- make install
- cd upgrades/dbpatches/2.0/mysql
- ./upgrade <your database name>
- cp /usr/local/sbin/zabbix* /sbin
- cd frontends
- cp php /var/www/html/ -R
- cd /var/www/html
- mv zabbix zabbix185
- mv php zabbix
- chown apache.apache zabbix -R
- service zabbix-server start
- service zabbix-agentd start
- http://<servername>/zabbix to run the setup and finish
As title, It is a memo of my daily work, it won't be very detail but enough to retrieve what I have to.
Wednesday, November 14, 2012
Step of Upgrading Zabbix from 1.8 to 2.0
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment