Ad Widget

Collapse

Unable to install agent on Oracle Linux 6.5 via rpm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dthacker
    Member
    • Feb 2014
    • 42

    #1

    Unable to install agent on Oracle Linux 6.5 via rpm

    My current installed packages on the Zabbix main server:
    Code:
    [root@tstmon01 ~]# yum list installed | grep zabbix
    fping.x86_64                        2.4b2-16.el6              @zabbix-non-supported
    libssh2.x86_64                      1.4.2-2.el6               @zabbix-non-supported
    zabbix.x86_64                       2.2.3-1.el6               @zabbix           
    zabbix-agent.x86_64                 2.2.3-1.el6               @zabbix           
    zabbix-release.noarch               2.2-1.el6                 installed         
    zabbix-server.x86_64                2.2.3-1.el6               @zabbix           
    zabbix-server-mysql.x86_64          2.2.3-1.el6               @zabbix           
    zabbix-web.noarch                   2.2.3-1.el6               @zabbix           
    zabbix-web-mysql.noarch             2.2.3-1.el6               @zabbix
    Pretty web page says 2.2.3

    I need to install an agent on a server. I downloaded
    Code:
    zabbix-agent-2.2.3-1.el6.x86_64.rpm
    from the website via links in the docs. Install failed due to missing release file. (Why does the agent need a release file?)
    Code:
     [root@tstoradb01 zabbix]# rpm -ivh zabbix-agent-2.2.3-1.el6.x86_64.rpm 
    warning: zabbix-agent-2.2.3-1.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
    error: Failed dependencies:
    	zabbix = 2.2.3-1.el6 is needed by zabbix-agent-2.2.3-1.el6.x86_64
     ]
    I can't find the 2.2.3-release file anywhere on repo.zabbix.com. Where can I get it?
    Do I need a different version of the release file?

    Thanks in advance for your help
    Dave
  • dthacker
    Member
    • Feb 2014
    • 42

    #2
    Release noarch package dependency is blocking install of multiple agents

    I have also tried to install the 2.2.1 version of the agent. It fails on a dependency on 2.2.1-el6.noarch.rpm.

    The only "zabbix-release" file I can find on repo.zabbix.com is 2.2-1.el6.noarch.rpm. I've installed this on the server where I'm attempting to install the agent rpm, but it is not satisying depdenencies for either version of the agent. Is there another location on the repo that contains the other "zabbix-release" .rpms?

    Cheers!
    Dave

    Comment

    • ingus.vilnis
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Mar 2014
      • 908

      #3
      Hi Dave,

      Can't you find anything useful for you here (http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/) ?

      Best Regards,
      Ingus

      Comment

      • imarinkovic
        Junior Member
        • Nov 2009
        • 20

        #4
        Originally posted by dthacker
        My current installed packages on the Zabbix main server:
        Code:
        [root@tstmon01 ~]# yum list installed | grep zabbix
        fping.x86_64                        2.4b2-16.el6              @zabbix-non-supported
        libssh2.x86_64                      1.4.2-2.el6               @zabbix-non-supported
        zabbix.x86_64                       2.2.3-1.el6               @zabbix           
        zabbix-agent.x86_64                 2.2.3-1.el6               @zabbix           
        zabbix-release.noarch               2.2-1.el6                 installed         
        zabbix-server.x86_64                2.2.3-1.el6               @zabbix           
        zabbix-server-mysql.x86_64          2.2.3-1.el6               @zabbix           
        zabbix-web.noarch                   2.2.3-1.el6               @zabbix           
        zabbix-web-mysql.noarch             2.2.3-1.el6               @zabbix
        Pretty web page says 2.2.3

        I need to install an agent on a server. I downloaded
        Code:
        zabbix-agent-2.2.3-1.el6.x86_64.rpm
        from the website via links in the docs. Install failed due to missing release file. (Why does the agent need a release file?)
        Code:
         [root@tstoradb01 zabbix]# rpm -ivh zabbix-agent-2.2.3-1.el6.x86_64.rpm 
        warning: zabbix-agent-2.2.3-1.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
        error: Failed dependencies:
        	zabbix = 2.2.3-1.el6 is needed by zabbix-agent-2.2.3-1.el6.x86_64
         ]
        I can't find the 2.2.3-release file anywhere on repo.zabbix.com. Where can I get it?
        Do I need a different version of the release file?

        Thanks in advance for your help
        Dave
        Dave, try to install manually first:
        Code:
        zabbix.x86_64                       2.2.3-1.el6               @zabbix
        Best regards,
        Ivan

        Comment

        • dthacker
          Member
          • Feb 2014
          • 42

          #5
          [Solved] Unable to install agent on Oracle Linux 6.5 vi rpm

          Sometimes we are our own worst enemy.

          I did not properly install the Zabbix repository link from the documentation, once I did that,
          I was able simply yum install zabbix-agent and the correct (or at least) a working version was installed.

          Dave

          Comment

          Working...