2 problems was happened when I install nagiosxi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
huanhuan7777
Posts: 19
Joined: Thu Nov 07, 2013 12:05 am

2 problems was happened when I install nagiosxi

Post 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~~~
Last edited by huanhuan7777 on Sun Nov 10, 2013 8:13 pm, edited 1 time in total.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: 2 problems was happened when I install nagiosxi

Post 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?
Former Nagios employee
huanhuan7777
Posts: 19
Joined: Thu Nov 07, 2013 12:05 am

Re: 2 problems was happened when I install nagiosxi

Post 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~~~
huanhuan7777
Posts: 19
Joined: Thu Nov 07, 2013 12:05 am

Re: 2 problems was happened when I install nagiosxi

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: 2 problems was happened when I install nagiosxi

Post by abrist »

The installation failed uncleanly. Remove the installed.* files and retry:

Code: Select all

cd /tmp/nagiosxi
rm installed.*
./fullinstall
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
huanhuan7777
Posts: 19
Joined: Thu Nov 07, 2013 12:05 am

Re: 2 problems was happened when I install nagiosxi

Post 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~~~
Locked