Nagios XI installation error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
JakeHatMacys
Posts: 281
Joined: Thu Sep 25, 2014 3:21 pm

Nagios XI installation error

Post by JakeHatMacys »

I think this is a new one for me:

Error when installing Nagios:

Installing prerequisites...
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Local Package Process
Examining /tmp/nagiosxi/packages/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm: php-pear-HTML-Template-IT-1.3.0-2.el5.noarch
Marking /tmp/nagiosxi/packages/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm to be installed
Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try ag ain
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.

Any work around for this?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI installation error

Post by abrist »

Are you installing in an offline environment?
Is your copy of RHEL registered?
JakeHatMacys wrote:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Is the "Optional" channel enabled?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
JakeHatMacys
Posts: 281
Joined: Thu Sep 25, 2014 3:21 pm

Re: Nagios XI installation error

Post by JakeHatMacys »

abrist wrote:Are you installing in an offline environment?
Is your copy of RHEL registered?
JakeHatMacys wrote:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Is the "Optional" channel enabled?
I have the optional package installed:

Code: Select all

[root@esu2v237 nagiosxi]# rhn-channel -l
macys-clone-rhel-x86_64-server-6.3
macys-clone-rhel-x86_64-server-optional-6
macys-clone-rhel-x86_64-server-supplementary-6
macys-clone-rhn-tools-rhel-x86_64-server-6
[root@esu2v237 nagiosxi]#
I'm not sure if that satisfies the needs.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI installation error

Post by abrist »

JakeHatMacys wrote:I have the optional package installed:
Alright.
JakeHatMacys wrote:I'm not sure if that satisfies the needs.
Well, the installer still needs to be able to fetch packages from the repo. Does this server have access to the internet?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
JakeHatMacys
Posts: 281
Joined: Thu Sep 25, 2014 3:21 pm

Re: Nagios XI installation error

Post by JakeHatMacys »

abrist wrote:
JakeHatMacys wrote:I have the optional package installed:
Alright.
JakeHatMacys wrote:I'm not sure if that satisfies the needs.
Well, the installer still needs to be able to fetch packages from the repo. Does this server have access to the internet?
I got it opened to http://assets.nagios.com for wget.... do you have a list of domains the install needs access to for a complete an installation?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI installation error

Post by lmiltchev »

Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try ag ain
RESULT=1
You machine needs to have access to the epel repo.

http://www.rackspace.com/knowledge_cent ... nd-red-hat
Be sure to check out our Knowledgebase for helpful articles and solutions!
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI installation error

Post by abrist »

JakeHatMacys wrote:do you have a list of domains the install needs access to for a complete an installation?
assets.nagios.com is the only one, other than making sure your server has access to the RHEl repos (like epel). . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked