Install failure

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Bionic___
Posts: 54
Joined: Wed Oct 23, 2013 7:49 am

Install failure

Post by Bionic___ »

I am installing the newest version available today and I hit an error that seems to stop the install cold.

Code: Select all

Could not retrieve action from <RetryServer for 127.0.0.1:4480/XMLRPC>.
I have no clue what to do about this; any help is appreciated.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Install failure

Post by bwallace »

Can't tell what it could be based on that message. Was this install done on a clean/minimal OS? Which OS + version?
The following is from our install doc:
Nagios Enterprises highly recommends and will only support installing Nagios XI on a newly installed, “clean” system (a
bare minimal install with nothing else installed or configured).
Attempting to install Nagios XI on a pre-existing system with other applications already installed can cause the Nagios XI installation
process to fail, critical system components and settings (e.g. database servers) to be modified in a way that negatively affects other
applications, and previously installed applications to be automatically upgraded or
removed. While installing XI on a system with other applications is possible, it is not recommended due to the possible interactions and complexity of multiple components that are required
for Nagios XI to function. If you choose to ignore these warnings, you do so at your own risk
https://assets.nagios.com/downloads/nag ... ctions.pdf

If the OS checks out, then could you please post the install.log?
This should be in /tmp or in whatever directory you ran ./fullinstall from, thanks.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Bionic___
Posts: 54
Joined: Wed Oct 23, 2013 7:49 am

Re: Install failure

Post by Bionic___ »

Absolutely clean OS install "Red Hat Enterprise Linux Server release 7.2 (Maipo)".
The install.log file follows:

Code: Select all

Nagios XI Installation Log
==========================
DATE: Thu May 19 09:41:23 CDT 2016

DISTRO INFO:
RedHatEnterpriseServer
7.2
x86_64

THIS IS A NEW INSTALL!

INSTALLING:
full=5.2.7
major=5
minor=2.7
releasedate=2016-04-06
release=518

Configuring Repos...
Could not retrieve action from <RetryServer for 127.0.0.1:4480/XMLRPC>.
Possible networking problem?
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Install failure

Post by bwallace »

By any chance is the RHEL 7.2 server behind a proxy?
Be sure to check out the Knowledgebase for helpful articles and solutions!
Bionic___
Posts: 54
Joined: Wed Oct 23, 2013 7:49 am

Re: Install failure

Post by Bionic___ »

The OS is on a VM in a data center and connects through a gateway.
We do not own the license, the data center does and they provide a channel to the RedHat repositories.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Install failure

Post by hsmith »

What's the output of these commands?

Code: Select all

yum repolist
ls /etc/yum.repos.d
Former Nagios Employee.
me.
Bionic___
Posts: 54
Joined: Wed Oct 23, 2013 7:49 am

Re: Install failure

Post by Bionic___ »

yum -v repolist =
Loading "rhnplugin" plugin
Loading "product-id" plugin
Loading "search-disabled-repos" plugin
Loading "subscription-manager" plugin
Updating Subscription Management repositories.
Unable to read consumer identity
Config time: 0.076
There was an error communicating with RHN.
Red Hat Satellite or RHN Classic support will be disabled.
Error communicating with server. The message was:
Connection refused
Yum version: 3.4.3
Setting up Package Sacks
repolist: 0
ls /etc/yum.repos.d =
redhat.repo
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Install failure

Post by hsmith »

That's certainly going to cause some problems. I would make sure the proxy configuration is correct. Yum is going to need to work in order to make the install work.
Former Nagios Employee.
me.
Bionic___
Posts: 54
Joined: Wed Oct 23, 2013 7:49 am

Re: Install failure

Post by Bionic___ »

Our service provider asked if we could connect the install to an internal satellite server at a reserved IP address. How would I do that?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Install failure

Post by tgriep »

I am guessing that your provider asking you to connect to a local repository on your network but you would have to set that up.
If you can get your proxy server settings, you can follow the FAQ at the link below for setting up yum and wget to use a proxy so you can install XI.
https://support.nagios.com/wiki/index.p ... os_XI:FAQs
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked