NagiosXI Installation failing on new Redhat 7 VM

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rbwesting
Posts: 2
Joined: Thu Mar 10, 2016 3:47 pm

NagiosXI Installation failing on new Redhat 7 VM

Post 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'
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: NagiosXI Installation failing on new Redhat 7 VM

Post by hsmith »

What's the output of a 'yum repolist' command?
Former Nagios Employee.
me.
Locked