Fresh install on new server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Fresh install on new server

Post by BanditBBS »

Something just isn't looking right here. I'm getting the standard error when trying to install because the optional channel isn't enabled, so I run the command and this is all I get:

Code: Select all

[root@iss-chi-nag04 nagiosxi]# yum-config-manager --enable rhel-6-server-optional-rpms
Loaded plugins: product-id, rhnplugin
Any ideas?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Fresh install on new server

Post by slansing »

Is the server on RHEL classic? If so, try this one out:

Code: Select all

rhn-channel --add --channel rhel-<arch>-<operatingsystem>-optional-6

Code: Select all

yum repolist
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Fresh install on new server

Post by BanditBBS »

Code: Select all

[root@iss-chi-nag04 ~]# uname -a
Linux iss-chi-nag04.net.itciss.com 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@iss-chi-nag04 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.1 (Santiago)
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Fresh install on new server

Post by sreinhardt »

I'd try slansing's suggestion, pre 6.3 or 6.4 RHN did not have subscription manager, so you will have to use rhn-classic commands. Don't worry, we know you are used to Cent and not having to add anything special.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Fresh install on new server

Post by BanditBBS »

sreinhardt wrote:I'd try slansing's suggestion, pre 6.3 or 6.4 RHN did not have subscription manager, so you will have to use rhn-classic commands. Don't worry, we know you are used to Cent and not having to add anything special.
Hey now! I was using the latest RHEL at the old place.....I opened a ticket here, they'll have to do it since it requires a username and password that I am not privy too :( You can close this.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Locked