Upgrade to 5.5 failed at "Updating NRDP"
- sathevaner
- Posts: 62
- Joined: Wed Nov 29, 2017 11:00 am
Re: Upgrade to 5.5 failed at "Updating NRDP"
The upgrade script has been attached.
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
- sathevaner
- Posts: 62
- Joined: Wed Nov 29, 2017 11:00 am
Re: Upgrade to 5.5 failed at "Updating NRDP"
Thank you very much for your assistance this morning, @scottwilkerson.
Right now, I am stuck where snmptt cannot be found. I am uncertain if this has to do with electing to update my sudoers file later.
Attached is a snippet of the manual upgrade process.
Right now, I am stuck where snmptt cannot be found. I am uncertain if this has to do with electing to update my sudoers file later.
Attached is a snippet of the manual upgrade process.
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Upgrade to 5.5 failed at "Updating NRDP"
Hmm, in the prereq's section it cannot find the snmptt package either
can you run
This should also be in epel repository
Code: Select all
No package snmptt available.Code: Select all
yum info snmpttRe: Upgrade to 5.5 failed at "Updating NRDP"
In addition to what scottwilkerson said, you could try upgrading to XI 5.5.1, which was released today. There are some bugs that were fixed in the latest release. You could see the changelog here:
https://www.nagios.com/downloads/nagios-xi/change-log/
Make all of the necessary backups, snapshots, etc. and run:
Let us know if you were able to upgrade successfully.
https://www.nagios.com/downloads/nagios-xi/change-log/
Make all of the necessary backups, snapshots, etc. and run:
Code: Select all
cd /tmp
rm -rf xi* nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.5.1.tar.gz
tar xvf xi-5.5.1.tar.gz
cd nagiosxi
./upgradeBe sure to check out our Knowledgebase for helpful articles and solutions!
- sathevaner
- Posts: 62
- Joined: Wed Nov 29, 2017 11:00 am
Re: Upgrade to 5.5 failed at "Updating NRDP"
With the addition of the snmptt and shellinabox packages from the EPEL repository, I was able to successfully upgrade to 5.5.1 through the web UI. It looks like I am all set, but I want to check outside of the web UI to ensure it has been fully upgraded.
What's the best way to do this on the Linux server itself? Run the upgrade script again, or is there a specific log file of which I am unaware?
What's the best way to do this on the Linux server itself? Run the upgrade script again, or is there a specific log file of which I am unaware?
Re: Upgrade to 5.5 failed at "Updating NRDP"
Rerunning the upgrade script won't hurt anything. You can examine the upgrade.log, which is located in "/tmp/nagiosxi" or/and "/usr/local/nagiosxi/var" directory.
Let us know if it is OK to close this topic. Thank you!
Let us know if it is OK to close this topic. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
- sathevaner
- Posts: 62
- Joined: Wed Nov 29, 2017 11:00 am
Re: Upgrade to 5.5 failed at "Updating NRDP"
Based on the log files and our current version listed in the web UI, I would say we're all set. Thank you all very much for your assistance with this. This thread may now be locked.