Ad Widget

Collapse

Install Zabbix 3.2 from Repository

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Winter1
    Member
    • Feb 2017
    • 50

    #1

    Install Zabbix 3.2 from Repository

    Hi.

    Please help my.
    I install Zabbix 3.2 Repository
    yum install http://repo.zabbix.com/zabbix/3.2/rh...el7.noarch.rpm

    When I heck the version zabbix-server-mysql, I haw 3.0.7 version.
    [root@zabbix yum.repos.d]# yum info zabbix-server-mysql
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * base: mirror.mirohost.net
    * elrepo: elrepo.0m3n.net
    * epel: ftp.colocall.net
    * extras: mirror.mirohost.net
    * remi-safe: mirror.h1host.ru
    * updates: mirror.mirohost.net
    Available Packages
    Name : zabbix-server-mysql
    Arch : x86_64
    Version : 3.0.7
    Release : 1.el7
    Size : 1.7 M
    Repo : zabbix/x86_64
    Summary : Zabbix server for MySQL or MariaDB database
    URL : http://www.zabbix.com/
    License : GPLv2+
    Description : Zabbix server with MySQL or MariaDB database support.

    Zabbix.repo file.
    [zabbix]
    name=Zabbix Official Repository - $basearch
    baseurl=http://repo.zabbix.com/zabbix/3.2/rhel/7/$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
    [zabbix-non-supported]
    name=Zabbix Official Repository non-supported - $basearch.
    baseurl=http://repo.zabbix.com/non-supported/rhel/7/$basearch/
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
    gpgcheck=1

    My OS version.
    Linux ______.com 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
    CentOS Linux release 7.3.1611 (Core)

    How I can install the zabbix 3.2 from the repository?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Just install with the yum command.
    If you want upgrading from 3.0.7, use yum update.

    Code:
    # yum update zabbix-server-mysql
    If an error is output and installation can not be done, please show error message.

    Comment

    • Winter1
      Member
      • Feb 2017
      • 50

      #3
      Originally posted by Atsushi
      Just install with the yum command.
      If you want upgrading from 3.0.7, use yum update.

      Code:
      # yum update zabbix-server-mysql
      If an error is output and installation can not be done, please show error message.
      I install from repository 3.0.7 and then updated to 3.2.3.

      Did I understand you correctly?

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        After registering the 3.2 repository, try clearing the cache of yum.

        Code:
        # yum clean all

        Comment

        Working...