Page 1 of 1
Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Mon Oct 22, 2018 10:33 am
by antodaniel
Hi ,
We need help.
We need Nagios XI Version Upgrade from 5.4.11 to 5.4.13. We do not have internet in server where nagios xi is hosted.
We need offline installation of Version Upgrade. Please provide binaries and steps to install.
If you need License information for verification, Please let us know on which email id to send.
Regards,
Anto Daniel
Actiance India (P) Ltd.
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Mon Oct 22, 2018 2:02 pm
by scottwilkerson
Was this installed with our offline install instructions?
https://assets.nagios.com/downloads/nag ... onment.pdf
If so, you can download the offline tarball of the packages here
https://repo.nagios.com/?repo=offline#install
then extract them and run the
upgrade script
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Tue Oct 23, 2018 5:44 am
by antodaniel
We tried Upgrading Offline installation.
Downloaded nagiosxi-5-4.13.el7.x86_64.tar.gz
Extracted in /tmp/rpms
cd /tmp/rpms/nagiosxi
Executed: ./upgrade
Ended up with error with attached screenshot.
I guess its prompting for internet to download some dependency.
Is there any way we can install without those dependency, Since it has nagiosxi-5.4.11 already ?
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Tue Oct 23, 2018 8:50 am
by antodaniel
Attaching upgradation log:
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Tue Oct 23, 2018 4:44 pm
by scottwilkerson
the existence of the
nagiosxi-deps package on your system tells me that the machine was not installed using the documentation above.
Code: Select all
Error: nagiosxi-nsca conflicts with nagiosxi-deps-el7-5.4.11-1.noarch
From this point you have one of 2 options, bring the machine online and perform the upgrade.
OR
Install a new 5.4.11 system with the offline instructions above using this tarball
Code: Select all
https://repo.nagios.com/nagiosxi-offline/nagiosxi-5-4.11.el7.x86_64.tar.gz
Then, perform a backup of your existing system and restore on the new system
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Then upgrade the system using the latest offline tarball at
https://repo.nagios.com/?repo=offline#install
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Wed Oct 24, 2018 7:56 am
by antodaniel
We uninstalled nagiosxi-deps-el7-5.4.11-1.noarch package and manually downloaded iptables-services rpm package and installed it.
Then retried executing
./upgrade
It worked.
Thanks,
Anto Daniel
Re: Nagios XI Version Upgrade from 5.4.11 to 5.4.13
Posted: Wed Oct 24, 2018 3:38 pm
by scottwilkerson
antodaniel wrote:We uninstalled nagiosxi-deps-el7-5.4.11-1.noarch package and manually downloaded iptables-services rpm package and installed it.
Then retried executing
./upgrade
It worked.
Thanks,
Anto Daniel
I actually didn't expect it to work but glad it is resolved!
Locking