Nagios XI upgrade failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
smapple
Posts: 81
Joined: Fri Apr 08, 2016 11:43 pm

Re: Nagios XI upgrade failed

Post by smapple »

I figured out.. All good on one server. Trying to upgrade on other two..Thanks!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI upgrade failed

Post by scottwilkerson »

Excellent.

Let us know if you run into other issues.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
smapple
Posts: 81
Joined: Fri Apr 08, 2016 11:43 pm

Re: Nagios XI upgrade failed

Post by smapple »

Hey team,

I am bak with this error:

Adding firewall rules


Set up the snmptt daemon to start automatically on boot
as well as starting it now

error reading information on service snmptt: No such file or directory
smapple
Posts: 81
Joined: Fri Apr 08, 2016 11:43 pm

Re: Nagios XI upgrade failed

Post by smapple »

[sadmin@nagiosxi nagiosxi]$ yum repolist
Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security,
: subscription-manager
Repo rhel-6-server-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/605592080288621341-key.pem
https://cdn.redhat.com/content/dist/rhe ... repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'cdn.redhat.com'"
Trying other mirror.
repo id repo name status
epel Extra Packages for Enterprise Linux 6 - x86_64 12,515
rhel-6-server-rpms Red Hat Enterprise Linux 6 Server (RPMs) 20,096
repolist: 32,611
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI upgrade failed

Post by tgriep »

It looks like the yum cache needs to be cleared.
Run the following as root to do that.

Code: Select all

yum clean all
Then see if you can manually install the snmptt daemon by running the following as root.

Code: Select all

yum install snmptt -y
If it fails, please post the output.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked