Hi Team,
We are having a test environment and its not working fine i.e.
1. Monitoring engine is not running it is in stop state
2. Not able to apply the configurations
Please find the attached snapshot related to error.
Reinstall Nagios XI2014R2.7
Reinstall Nagios XI2014R2.7
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Reinstall Nagios XI2014R2.7
Do any of these KB articles help resolve the issue:
https://support.nagios.com/kb/article.php?id=34
https://support.nagios.com/kb/article.php?id=39
https://support.nagios.com/kb/article.php?id=34
https://support.nagios.com/kb/article.php?id=39
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Reinstall Nagios XI2014R2.7
When we tried to reinstall Nagios XI then we received below error:
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Reinstall Nagios XI2014R2.7
Did you uninstall Nagios XI before trying to re-install?
If that doesn't work I would start from scratch, format the server and install the operating system again.
Code: Select all
/usr/local/nagiosxi/scripts/uninstall_xi.shAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Reinstall Nagios XI2014R2.7
Hi Team,
Yes, I have uninstalled it before I try to re-install it.
Do we have any other option other than formatting the server?
Yes, I have uninstalled it before I try to re-install it.
Do we have any other option other than formatting the server?
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Reinstall Nagios XI2014R2.7
A fresh server is probably the quickest/best solution.
If that is not an option, can you run the following command directly:
And show us the output as well as try the fullinstall process again? Keeping in mind that this will probably destroy any existing database data.
If that is not an option, can you run the following command directly:
Code: Select all
yum remove mysql postgresql -yFormer Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Reinstall Nagios XI2014R2.7
Did you actually run the "uninstall_xi.sh" script?
You shouldn't be seeing the "database nagiosxi already exists" error if you did... Our script removes completely both, MySQL & PostgreSQL.
Can you give it another try - you don't need to reformat the hard drive, and reinstall the OS.
Code: Select all
cd /usr/local/nagiosxi/scripts
./uninstall_xi.shCode: Select all
...
rm -rf /etc/nagiosql
rm -rf /var/www/html/nagiosql
rm -rf /var/lib/mysql
rm -rf /var/lib/pgsql
...
yum remove mysql postgresql -y
...Be sure to check out our Knowledgebase for helpful articles and solutions!