Nagios 5.4.13 to 5.5.5 upgradation issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mani.Murugesan
Posts: 67
Joined: Fri May 12, 2017 1:37 am

Nagios 5.4.13 to 5.5.5 upgradation issue

Post by Mani.Murugesan »

Hello Team,

I have tried to upgrade to 5.4.13 to 5.5.5 but upgradation not happening i am getting below error . PFB few lines suddenly upgrdation exited with below lines ,my os is redhat 6.7


make[1]: Entering directory `/var/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 -d /usr/local/nagios/bin
/usr/bin/install -c -m 755 ../uninstall /usr/local/nagios/bin/nrpe-uninstall
/usr/bin/install -c -m 755 nrpe /usr/local/nagios/bin
make[1]: Leaving directory `/var/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 startup/default-init /etc/init.d/nrpe
Stopping xinetd: [60G[[0;32m OK [0;39m]

Starting xinetd: [60G[[0;32m OK [0;39m]

Starting nrpe
UPGRADE: NRPE upgraded OK.
UPGRADE: NRDP is being upgraded...
UPGRADE: NRDP upgraded OK.
Finished updating Core, Plugins, NRPE, NRDP ...
Upgrading MySQL database for XI...
Removing Ajaxterm...
Installing new SSH Terminal...
Loaded plugins: aliases, changelog, ovl, presto, product-id, refresh-packagekit,
: search-disabled-repos, security, subscription-manager, tmprepo,
: verify, versionlock
Setting up Install Process
No package shellinabox available.
Error: Nothing to do



I have tried below link as well
https://support.nagios.com/forum/viewto ... 0&start=20
but issue is not getting resolved

I have send my full upgrade log(putty) to [email protected] .

Please help us to resolve this issue ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Post by scottwilkerson »

It is trying to install a package that should be in the epel repo but it looks like your system had disabled that repository.

You may want to see if you have the following file to enable it
/etc/yum.repos.d/epel.repo
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Mani.Murugesan
Posts: 67
Joined: Fri May 12, 2017 1:37 am

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Post by Mani.Murugesan »

Hello

Issue has been resolved . I have successfully upgraded to 5.5.5 :D

The issue is "shellinabox" package need to install . before that I have mentioned my proxy details(proxy ip,username,password) in /etc/yum.conf file.
After that it's automatically fetched shellinabox package then we have installed and then upgrade was done.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Post by scottwilkerson »

Mani.Murugesan wrote:Hello

Issue has been resolved . I have successfully upgraded to 5.5.5 :D

The issue is "shellinabox" package need to install . before that I have mentioned my proxy details(proxy ip,username,password) in /etc/yum.conf file.
After that it's automatically fetched shellinabox package then we have installed and then upgrade was done.
glad to hear it is resolved!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked