ZABBIX Server Update 3.0 → 3.2

Update前のVersion

# zabbix_server -V
zabbix_server (Zabbix) 3.0.4
Revision 61185 15 July 2016, compilation time: Jul 24 2016 07:00:34

Copyright (C) 2016 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.

Zabbix-server agentの停止

# systemctl stop zabbix-server
# systemctl stop zabbix-agent

データベースのダンプ取得

# mysqldump -u zabbix -p -B zabbix > zabbix.sql
Enter password:
# ls -alF zabbix.sql
-rw-r--r--. 1 root root 74510406 10月 13 13:23 zabbix.sql

Zabbix RPMリポジトリを一端削除

# rpm -qa | grep zabbix-release
zabbix-release-3.0-1.el7.noarch

# rpm -e zabbix-release-3.0-1.el7.noarch

最新Zabbix RPMリポジトリをインストール

# wget http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm

# rpm -ivh zabbix-release-3.2-1.el7.noarch.rpm

VersionUp

# yum update

VersionUp後のRPM確認

# rpm -qa | grep zabbix
zabbix-server-mysql-3.2.1-1.el7.x86_64
zabbix-web-japanese-3.2.1-1.el7.noarch
zabbix-web-3.2.1-1.el7.noarch
zabbix-agent-3.2.1-1.el7.x86_64
zabbix-get-3.2.1-1.el7.x86_64
zabbix-web-mysql-3.2.1-1.el7.noarch
zabbix-release-3.2-1.el7.noarch

デーモンスタート

# systemctl start zabbix-server
# systemctl start zabbix-agent

Version確認

# zabbix_server -V
zabbix_server (Zabbix) 3.2.1
Revision 62890 30 September 2016, compilation time: Oct 3 2016 04:57:19

Copyright (C) 2016 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.

コメント