Page 1 of 1

2 problems was happened when I install nagiosxi

Posted: Fri Nov 08, 2013 3:35 am
by huanhuan7777
The nagios I used is Nagios XI 2012R2.2.
My server is RedHat6.3.

1. when I run the comment of "./fullinstall",a error was happened,like this:
Sleeping...
NOTE: If prompted, enter the MySQL root password
NagiosQL database appears OK - continuing...
NDOUtils database appears OK - continuing...
ERROR: No files to import - exiting. Were Nagios Core and NagiosQL installed?

I referenced the page "http://support.nagios.com/wiki/index.ph ... oxies",but it didn't work!

2. Then I look into the file "/tmp/nagiosxi/nagiosxi/basedir/scripts/import_nagiosql.sh",and run the comment of "php -q "
it happened the second error.like this:
PHP script '/tmp/nagiosxi/nagiosxi/basedir/html/includes/dbl.inc.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.3.lin' to be installed.

The second error is solved right now!Please help me the first one~~~

Thank you vary much!

I am sorry~~~My English is poor,I hope it can be understand~~~

Re: 2 problems was happened when I install nagiosxi

Posted: Fri Nov 08, 2013 10:27 am
by tmcdonald
You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?

Re: 2 problems was happened when I install nagiosxi

Posted: Sun Nov 10, 2013 7:45 pm
by huanhuan7777
tmcdonald wrote:You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?
Sorry,The second problem when I run "php -q XXXX.php" like this:
PHP script '/tmp/nagiosxi/nagiosxi/basedir/html/includes/dbl.inc.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.3.lin' to be installed.

Thank you vary much~~~

Re: 2 problems was happened when I install nagiosxi

Posted: Sun Nov 10, 2013 7:55 pm
by huanhuan7777
tmcdonald wrote:You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?
Thank you vary much.
My second error is solved!The thing I do:
(1)Uninstall php5.5.4
(2)Download and install the package php-5.3.27.tar.gz
(3)Download ixed.5.3.lin and ixed.5.3ts.lin files and put them in the specified directory.If the specified directory does not exist create it manually

Re: 2 problems was happened when I install nagiosxi

Posted: Mon Nov 11, 2013 11:33 am
by abrist
The installation failed uncleanly. Remove the installed.* files and retry:

Code: Select all

cd /tmp/nagiosxi
rm installed.*
./fullinstall

Re: 2 problems was happened when I install nagiosxi

Posted: Mon Nov 18, 2013 2:28 am
by huanhuan7777
abrist wrote:The installation failed uncleanly. Remove the installed.* files and retry:

Code: Select all

cd /tmp/nagiosxi
rm installed.*
./fullinstall
Yhank you vary much~~~The problems were solved~~~