Hi All,
This is my first post so I apologize if this is redundant, I searched for this topic but couldn't find it anywhere.
Basically the issue that I'm running into is that I've followed the instructions on https://www.zabbix.com/documentation...es/rhel_centos but every time I try to run 'yum upgrade zabbix-server-mysql zabbix-web-mysql' It responds with either 'no packages marked for update'
I've been through a lot of forums that advised various things.
I've uninstalled the RHEL7/5.4 repo and then reinstalled it through various methods. I've installed it through the method in the documentation:
and through yum:
and then after this I run the following to clean the repositories:
But every time it doesn't seem to like what I'm giving it. When I do a yum list I get the following return:
To me this would indicate that yum for some reason can't see the 5.4 package for that? It installed the agent just fine for whatever reason which I can see in the following return:
and
Am I installing the repo incorrectly? Did I miss a memo about zabbix-agent being in a different repo? Any information any one can provide is both helpful and appreciated!
Thanks,
Stephen
This is my first post so I apologize if this is redundant, I searched for this topic but couldn't find it anywhere.
Basically the issue that I'm running into is that I've followed the instructions on https://www.zabbix.com/documentation...es/rhel_centos but every time I try to run 'yum upgrade zabbix-server-mysql zabbix-web-mysql' It responds with either 'no packages marked for update'
I've been through a lot of forums that advised various things.
I've uninstalled the RHEL7/5.4 repo and then reinstalled it through various methods. I've installed it through the method in the documentation:
and through yum:
and then after this I run the following to clean the repositories:
yum clean all
[root@zabbix unifiZabbix]# yum list | grep zabbix-server
zabbix-server-mysql.x86_64 5.0.15-1.el7 @zabbix
zabbix-server-mysql.x86_64 5.0.15-1.el7 @zabbix
[root@zabbix unifiZabbix]# yum list | grep zabbix-agent
zabbix-agent.x86_64 5.4.4-1.el7 @zabbix
pcp-export-zabbix-agent.x86_64 4.3.2-13.el7_9 updates
zabbix-agent2.x86_64 5.4.4-1.el7 zabbix
zabbix-agent.x86_64 5.4.4-1.el7 @zabbix
pcp-export-zabbix-agent.x86_64 4.3.2-13.el7_9 updates
zabbix-agent2.x86_64 5.4.4-1.el7 zabbix
[root@zabbix unifiZabbix]# yum list installed | grep zabbix-agent
zabbix-agent.x86_64 5.4.4-1.el7 @zabbix
zabbix-agent.x86_64 5.4.4-1.el7 @zabbix
Thanks,
Stephen
Comment