I have a problem after installing Nagios in Centos 5 32Bits. After installation it says to check install.log.
I attached my install.log file.
Thanks
Installation Problem over Centos5
-
miguelcisneros
- Posts: 3
- Joined: Tue Jun 12, 2012 9:40 am
Installation Problem over Centos5
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Problem over Centos5
Can you run the following and report the output
thanks
Code: Select all
ls -l /etc/php.d-
miguelcisneros
- Posts: 3
- Joined: Tue Jun 12, 2012 9:40 am
Re: Installation Problem over Centos5
This is the output
total 68
-rw-r--r-- 1 root root 51 may 7 21:10 dbase.ini
-rw-r--r-- 1 root root 47 may 7 21:10 dom.ini
-rw-r--r-- 1 root root 45 may 7 21:10 gd.ini
-rw-r--r-- 1 root root 53 mar 27 2008 mcrypt.ini
-rw-r--r-- 1 root root 51 mar 27 2008 mssql.ini
-rw-r--r-- 1 root root 53 may 7 21:10 mysqli.ini
-rw-r--r-- 1 root root 51 may 7 21:10 mysql.ini
-rw-r--r-- 1 root root 47 may 7 21:10 pdo.ini
-rw-r--r-- 1 root root 59 may 7 21:10 pdo_mysql.ini
-rw-r--r-- 1 root root 59 may 7 21:10 pdo_pgsql.ini
-rw-r--r-- 1 root root 61 may 7 21:10 pdo_sqlite.ini
-rw-r--r-- 1 root root 51 may 7 21:10 pgsql.ini
-rw-r--r-- 1 root root 49 may 7 21:10 snmp.ini
-rw-r--r-- 1 root root 23 jun 12 13:41 sourceguardian.ini
-rw-r--r-- 1 root root 59 may 7 21:10 xmlreader.ini
-rw-r--r-- 1 root root 59 may 7 21:10 xmlwriter.ini
-rw-r--r-- 1 root root 47 may 7 21:10 xsl.ini
Thanks
total 68
-rw-r--r-- 1 root root 51 may 7 21:10 dbase.ini
-rw-r--r-- 1 root root 47 may 7 21:10 dom.ini
-rw-r--r-- 1 root root 45 may 7 21:10 gd.ini
-rw-r--r-- 1 root root 53 mar 27 2008 mcrypt.ini
-rw-r--r-- 1 root root 51 mar 27 2008 mssql.ini
-rw-r--r-- 1 root root 53 may 7 21:10 mysqli.ini
-rw-r--r-- 1 root root 51 may 7 21:10 mysql.ini
-rw-r--r-- 1 root root 47 may 7 21:10 pdo.ini
-rw-r--r-- 1 root root 59 may 7 21:10 pdo_mysql.ini
-rw-r--r-- 1 root root 59 may 7 21:10 pdo_pgsql.ini
-rw-r--r-- 1 root root 61 may 7 21:10 pdo_sqlite.ini
-rw-r--r-- 1 root root 51 may 7 21:10 pgsql.ini
-rw-r--r-- 1 root root 49 may 7 21:10 snmp.ini
-rw-r--r-- 1 root root 23 jun 12 13:41 sourceguardian.ini
-rw-r--r-- 1 root root 59 may 7 21:10 xmlreader.ini
-rw-r--r-- 1 root root 59 may 7 21:10 xmlwriter.ini
-rw-r--r-- 1 root root 47 may 7 21:10 xsl.ini
Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Problem over Centos5
Looking at your install.log it appears you had php installed before our fullinstall script was run.
from our Admin Guide
from our Admin Guide
With that said, you MAY be able to run the following:Important: Nagios Enterprises highly recommends and will only support installing Nagios XI on a newly installed, "clean" system. Attempting to install Nagios XI on a pre-existing system with other applications already installed can cause the Nagios XI installation process to fail, critical system components and settings (e.g. database servers) to be modified in a way that negatively affects other applications, and previously installed applications to be automatically upgraded or removed. While installing XI on a system with other applications is possible, it is not recommended due to the possible interactions and complexity of multiple components that are required for Nagios XI to function. If you choose to ignore these warnings, you do so at your own risk.
Code: Select all
cd /tmp/nagiosxi
yum remove php -y
rm -f installed.prereqs
./fullinstall-
miguelcisneros
- Posts: 3
- Joined: Tue Jun 12, 2012 9:40 am
Re: Installation Problem over Centos5
I have run commands you said and this is install.log
File is attached.
Thanks
File is attached.
Thanks
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Problem over Centos5
Honestly at this point I would recommend starting over with a fresh clean minimal install, without modifying anything before the Nagios XI installer runs.