Installation issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ftyakin
Posts: 2
Joined: Wed Sep 04, 2013 2:18 pm

Installation issue

Post by ftyakin »

I am trying to install Nagios XI on my redhat box here.

I got the following error, when I ran "fullinstall"

[root@bobsrv1 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-yum'...
Configuring Yum...
package centos-release is not installed
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
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.


And here is install.log file:

[root@bobsrv1 nagiosxi]# cat install.log | more
Nagios XI Installation Log
==========================
DATE: Wed Sep 4 12:10:39 PDT 2013

DISTRO INFO:
RedHatEnterpriseServer
6.4
x86_64

THIS IS A NEW INSTALL!

INSTALLING:
full=2012R2.3
major=2012
minor=R2.3
releasedate=2013-08-25
release=312

Configuring Yum...
package centos-release is not installed
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
[root@bobsrv1 nagiosxi]#


Please advice

Thanks

Francis
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Installation issue

Post by lmiltchev »

You will need to add the Optional channel - please, follow the steps, outlined on our wiki page:

http://support.nagios.com/wiki/index.ph ... ptions..22
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked