Issues after Nagios upgrade to NagiosXi 2011
-
griffithusg
- Posts: 64
- Joined: Sun Nov 07, 2010 7:16 pm
Re: Issues after Nagios upgrade to NagiosXi 2011
No worries mate 
Re: Issues after Nagios upgrade to NagiosXi 2011
I am making a note of this thread as I see some others having Oracle issues.
-
diegosiassb
- Posts: 111
- Joined: Wed Dec 30, 2009 1:38 am
Re: Issues after Nagios upgrade to NagiosXi 2011
I ran upgrade 2011R1.2 After the upgrade would not start nagios.
After reboot the service does not start automatically, but will start running ..... service nagios start On nagiosxi do not see anything while on nagioscore okay. I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
What can I do ?
After reboot the service does not start automatically, but will start running ..... service nagios start On nagiosxi do not see anything while on nagioscore okay. I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
What can I do ?
Re: Issues after Nagios upgrade to NagiosXi 2011
Just to clarify...
1. Nagios Core does not start automatically when the server reboots
but
2. Nagios Core DOES start when you manually issue a "service nagios start" from the command line?
If that's the case, the symlink to the /etc/init.d/nagios file may be missing from the /etc/rc.d/rc3.d directory (assuming your server is starting in runlevel 3). To fix this, you can issue the following command:
If manually starting Nagios doesn't work, check for configuration errors by running:
1. Nagios Core does not start automatically when the server reboots
but
2. Nagios Core DOES start when you manually issue a "service nagios start" from the command line?
If that's the case, the symlink to the /etc/init.d/nagios file may be missing from the /etc/rc.d/rc3.d directory (assuming your server is starting in runlevel 3). To fix this, you can issue the following command:
Code: Select all
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/nagiosCode: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Ethan Galstad
President
Ethan Galstad
President
Re: Issues after Nagios upgrade to NagiosXi 2011
For future posts like this please start a new thread as it will make it easier for us to manage support issues per user.
Can you elaborate on this? What do you mean by "do not see anything"? Do you get a blank page at this URL?
http://<yourserver>/nagiosxi
Do you get an error message?
http://library.nagios.com/library/produ ... i-database
If you run the repair script with mysql still running you risk damaging your existing tables.
What distribution is your install running on?
After Nagios is running, do you get any error messages when you run:I ran upgrade 2011R1.2 After the upgrade would not start nagios.
After reboot the service does not start automatically, but will start running ..... service nagios start
Code: Select all
service nagios restartOn nagiosxi do not see anything while on nagioscore okay.
Can you elaborate on this? What do you mean by "do not see anything"? Do you get a blank page at this URL?
http://<yourserver>/nagiosxi
Do you get an error message?
This script should not be run arbitrarily. Unless you have reason to believe that you might have table corruption in your mysql tables this script is only for repair procedures and should be run according to our documentation here.I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
http://library.nagios.com/library/produ ... i-database
If you run the repair script with mysql still running you risk damaging your existing tables.
What distribution is your install running on?