Check for updates hangs on Update in progess
Check for updates hangs on Update in progess
Current release Nagios XI 5.6.9. Going to start the update to latest level. Selected Check for Updates from Admin window. The update in progress line is display with a spinning wheel but no activity is being noted. The update in progress has been sitting with the spinning wheel for over 15 minutes.
Re: Check for updates hangs on Update in progess
Killed session doing the update and attaching current profile
Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
Re: Check for updates hangs on Update in progess
It appears from your profile, that you are encountering some database errors. I recommend that you start by repairing the Nagios database with the following command.
ref= https://assets.nagios.com/downloads/nag ... tabase.pdf
Then I recommend doing a manual upgrade using the following set of commands.
ref= https://support.nagios.com/kb/article/n ... e-851.html
Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.shThen I recommend doing a manual upgrade using the following set of commands.
Code: Select all
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgradeAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!