installation error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
maxwellmiranda
Posts: 113
Joined: Thu Mar 22, 2012 3:24 pm

installation error

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: installation error

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked