Page 1 of 1

installation error

Posted: Fri Aug 17, 2012 10:33 am
by maxwellmiranda
i am getting the following error while installing nagios XI on redhat linux RHEL6.3 64bit.


Configuring Yum...
package centos-release is not installed
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.

Re: installation error

Posted: Fri Aug 17, 2012 10:53 am
by lmiltchev
Please, follow the steps outlined on our wiki page:

http://support.nagios.com/wiki/index.ph ... ptions..22

You can do it in the GUI or you can do it from the command line:

View all available repos on the system, including the disabled ones.

Code: Select all

yum repolist all
Find the repo and install it. You may run something similar to this (depending on your system):

Code: Select all

rhn-channel --add --channel=rhel-x86_64-server-optional-6
Hope this helps.