Page 1 of 1

NagiosXI Installation failing on new Redhat 7 VM

Posted: Mon Mar 14, 2016 2:56 pm
by rbwesting
I'm trying to install Nagios XI on RedHat7 new VM. Any help would be appreciated.
Here is my install log, the failure for a prereq is an issue. I cannot find these packages anywhere, does anyone know where to find them?
mysql-server is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Crypt::Rijndael) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Crypt::SSLeay) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Mail::POP3Client) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Net::SMTP::TLS) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Number::Format) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(XML::Simple) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Class::Accessor) is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Config-Tiny is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Math-Calc-Units is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Net-SNMP is needed by nagiosxi-deps-5.2.5-1.noarch
php-mcrypt is needed by nagiosxi-deps-5.2.5-1.noarch
php-mssql is needed by nagiosxi-deps-5.2.5-1.noarch
php-pecl-ssh2 is needed by nagiosxi-deps-5.2.5-1.noarch
pymssql is needed by nagiosxi-deps-5.2.5-1.noarch






[root@swec0572 nagiosxi]# ./fullinstall
========================
Nagios XI Full Installer
========================

This script will do a complete install of Nagios XI by executing all necessary sub-scripts.

IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes or has
an existing install of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-repos'...
Repos already configured - exiting.
RESULT=0
Running './1-prereqs'...
Installing prerequisites...
error: Failed dependencies:
mysql-server is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Crypt::Rijndael) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Crypt::SSLeay) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Mail::POP3Client) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Net::SMTP::TLS) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Number::Format) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(XML::Simple) is needed by nagiosxi-deps-5.2.5-1.noarch
perl(Class::Accessor) is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Config-Tiny is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Math-Calc-Units is needed by nagiosxi-deps-5.2.5-1.noarch
perl-Net-SNMP is needed by nagiosxi-deps-5.2.5-1.noarch
php-mcrypt is needed by nagiosxi-deps-5.2.5-1.noarch
php-mssql is needed by nagiosxi-deps-5.2.5-1.noarch
php-pecl-ssh2 is needed by nagiosxi-deps-5.2.5-1.noarch
pymssql is needed by nagiosxi-deps-5.2.5-1.noarch
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.

The script that failed was: './1-prereqs'

Re: NagiosXI Installation failing on new Redhat 7 VM

Posted: Mon Mar 14, 2016 3:18 pm
by hsmith
What's the output of a 'yum repolist' command?