NagiosXI upgrade to 5.4.13 does not update version

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

NagiosXI upgrade to 5.4.13 does not update version

Post by sib »

Hi

I have done the upgrade using the upgrade script provided by the binary. Given it is a RPM install it updated the nagiosxi rpms

Code: Select all

# ./upgrade
RPM Install detected, switching to yum update
Loaded plugins: enabled_repos_upload, package_upload, product-id, search-disabled-repos, subscription-manager
BIS_Centrify_Centrify                                                                                                                                                       | 2.1 kB  00:00:00
BIS_EPEL_EPEL_7                                                                                                                                                             | 2.1 kB  00:00:00
BIS_Nagios_Nagios_Deps_RHEL7                                                                                                                                                | 2.1 kB  00:00:00
BIS_Nagios_Nagios_RHEL_7                                                                                                                                                    | 2.1 kB  00:00:00
rhel-7-server-extras-rpms                                                                                                                                                   | 2.0 kB  00:00:00
rhel-7-server-optional-rpms                                                                                                                                                 | 2.0 kB  00:00:00
rhel-7-server-rh-common-rpms                                                                                                                                                | 2.1 kB  00:00:00
rhel-7-server-rpms                                                                                                                                                          | 2.0 kB  00:00:00
rhel-7-server-satellite-tools-6.2-rpms                                                                                                                                      | 2.1 kB  00:00:00
rhel-server-rhscl-7-rpms                                                                                                                                                    | 2.0 kB  00:00:00
No packages marked for update
Uploading Enabled Repositories Report
Loaded plugins: product-id, subscription-manager
This is the rpm version

Code: Select all

# rpm -qa | grep nagiosxi
nagiosxi-wmic-5-4.13.el7.x86_64
nagiosxi-ndoutils-5-4.13.el7.x86_64
nagiosxi-nagiosplugins-5-4.13.el7.x86_64
nagiosxi-nagioscore-5-4.13.el7.x86_64
nagiosxi-nagiosmobile-5-4.13.el7.x86_64
nagiosxi-nrpe-5-4.13.el7.x86_64
nagiosxi-ajaxterm-5-4.13.el7.x86_64
nagiosxi-pnp-5-4.13.el7.x86_64
nagiosxi-nsca-5-4.13.el7.x86_64
nagiosxi-nagiosql-5-4.13.el7.x86_64
nagiosxi-5-4.13.el7.x86_64
nagiosxi-nrds-5-4.13.el7.x86_64
nagiosxi-wkhtmltox-5-4.13.el7.x86_64
nagiosxi-nagvis-5-4.13.el7.x86_64
nagiosxi-mrtg-5-4.13.el7.x86_64
The website still shows 5.4.11. I have restarted the server and I cleared the browsercache. Is there a command line command to check the installed version?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI upgrade to 5.4.13 does not update version

Post by scottwilkerson »

you are missing the base package

Code: Select all

nagiosxi-5-4.13.el7.x86_64
Try installing this directly and look for errors
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

Re: NagiosXI upgrade to 5.4.13 does not update version

Post by sib »

??

It is in the list of packages I posted.
nagiosxi-5-4.13.el7.x86_64
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI upgrade to 5.4.13 does not update version

Post by scottwilkerson »

Wow sorry, my eyes must not be working, lets re-install that RPM, that is the one that will make the changes, and if it can't write the files it should error in the output (but it will go by fast and you may have to scroll up to see the error)
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

Re: NagiosXI upgrade to 5.4.13 does not update version

Post by sib »

No problem :D

The

Code: Select all

yum reinstall nagiosxi 
has actually worked.

best
Chris
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI upgrade to 5.4.13 does not update version

Post by scottwilkerson »

Excellent! glad to hear it is resolved.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked