Unable to upgrade to 5.5 (Errno14)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Unable to upgrade to 5.5 (Errno14)

Post by dlukinski »

Hello XI Support

We are unable to upgrade to version 5.5 as follow:

Code: Select all

[root@fikc-nagxidev01 nagiosxi]# ./upgrade
Archive:  sourceguardian/ixed4.lin.x86-64.zip
  inflating: /usr/lib64/php/modules/ixed.5.3.lin
Sourceguardian extension found for PHP version 5.3
Sourceguardian extension already in php.ini
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Checking required prereqs...
Please wait...

OLD VERSION: 5413
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
file:///mnt/repodata/repomd.xml: [Errno 14] Could not open/read file:///mnt/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: local. Please verify its path and try again
You have new mail in /var/spool/mail/root
[root@fikc-nagxidev01 nagiosxi]#
Please help
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Unable to upgrade to 5.5 (Errno14)

Post by npolovenko »

@dlukinski, Looks like the server can't connect to the "local" repository. Check the settings in /etc/yum.repos.d/...local.repo file. See if you can reach the URL. Is your server connected to the internet or is it an offline installation?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Unable to upgrade to 5.5 (Errno14)

Post by dlukinski »

npolovenko wrote:@dlukinski, Looks like the server can't connect to the "local" repository. Check the settings in /etc/yum.repos.d/...local.repo file. See if you can reach the URL. Is your server connected to the internet or is it an offline installation?
Indeed, Repositories were missed somehow (re-created all of them).
Upgrade worked, we could close the case

Thank you!
Locked