Issues after Nagios upgrade to NagiosXi 2011

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
griffithusg
Posts: 64
Joined: Sun Nov 07, 2010 7:16 pm

Re: Issues after Nagios upgrade to NagiosXi 2011

Post by griffithusg »

No worries mate :)
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: Issues after Nagios upgrade to NagiosXi 2011

Post by rdedon »

I am making a note of this thread as I see some others having Oracle issues.
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

Re: Issues after Nagios upgrade to NagiosXi 2011

Post by diegosiassb »

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 ?
User avatar
admin
Site Admin
Posts: 256
Joined: Mon Oct 12, 2009 8:21 am

Re: Issues after Nagios upgrade to NagiosXi 2011

Post by admin »

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:

Code: Select all

ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/nagios
If manually starting Nagios doesn't work, check for configuration errors by running:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Ethan Galstad
President
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Issues after Nagios upgrade to NagiosXi 2011

Post by mguthrie »

For future posts like this please start a new thread as it will make it easier for us to manage support issues per user.
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
After Nagios is running, do you get any error messages when you run:

Code: Select all

service nagios restart
On 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?
I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
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.
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?
Locked