Nagios XI upgrade failed
Re: Nagios XI upgrade failed
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
Excellent.
Let us know if you run into other issues.
Let us know if you run into other issues.
Re: Nagios XI upgrade failed
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
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
Re: Nagios XI upgrade failed
[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
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
Re: Nagios XI upgrade failed
It looks like the yum cache needs to be cleared.
Run the following as root to do that.
Then see if you can manually install the snmptt daemon by running the following as root.
If it fails, please post the output.
Run the following as root to do that.
Code: Select all
yum clean allCode: Select all
yum install snmptt -yBe sure to check out our Knowledgebase for helpful articles and solutions!