Hi @npolovenko
Tried running the yum install yum-utils, but it failed with below error
[root@rcdn6-vm81-108 /]# yum install yum-utils
Loaded plugins: enabled_repos_upload, langpacks, package_upload, product-id, search-disabled-repos, subscription-manager
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
One of the configured repositories failed (EPEL-7),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=Prod-ALLEN_epel-7_EPEL-7 ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable Prod-ALLEN_epel-7_EPEL-7
or
subscription-manager repos --disable=Prod-ALLEN_epel-7_EPEL-7
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=Prod-ALLEN_epel-7_EPEL-7.skip_if_unavailable=true
failure: repodata/repomd.xml from Prod-ALLEN_epel-7_EPEL-7: [Errno 256] No more mirrors to try.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 504"
Uploading Enabled Repositories Report
Loaded plugins: langpacks, product-id
[root@rcdn6-vm81-108 /]#
==============================================================================================================================================================================
[root@rcdn6-vm81-108 /]# yum-config-manager --enable rhel-7-server-optional-rpms
Loaded plugins: langpacks, product-id
=============================================================== repo: rhel-7-server-optional-rpms ===============================================================
[rhel-7-server-optional-rpms]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7.30
baseurl =
https://rhn-cap-allen-4.cisco.com/pulp/ ... ptional/os
cache = 0
cachedir = /var/cache/yum/x86_64/7.30/rhel-7-server-optional-rpms
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7.30/rhel-7-server-optional-rpms/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7.30/rhel-7-server-optional-rpms/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
hdrdir = /var/cache/yum/x86_64/7.30/rhel-7-server-optional-rpms/headers
http_caching = all
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 1
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Red Hat Enterprise Linux 7 Server - Optional (RPMs)
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7.30/rhel-7-server-optional-rpms
pkgdir = /var/cache/yum/x86_64/7.30/rhel-7-server-optional-rpms/packages
proxy =
http://proxy.esl.cisco.com:80
proxy_dict = {'ftp': '
http://proxy.esl.cisco.com:80', 'http': '
http://proxy.esl.cisco.com:80', 'https': '
http://proxy.esl.cisco.com:80'}
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = /etc/rhsm/ca/katello-server-ca.pem
sslclientcert = /etc/pki/entitlement/8571083155404531056.pem
sslclientkey = /etc/pki/entitlement/8571083155404531056-key.pem
sslverify = True
throttle = 0
timeout = 30.0
ui_id = rhel-7-server-optional-rpms/x86_64
ui_repoid_vars = basearch
username =
[root@rcdn6-vm81-108 /]#
====================================================================================================================================================================
[root@rcdn6-vm81-108 /]# wget
http://assets.nagios.com/downloads/nagi ... est.tar.gz
--2018-03-26 02:24:46--
http://assets.nagios.com/downloads/nagi ... est.tar.gz
Resolving assets.nagios.com (assets.nagios.com)... 2600

:f03c:91ff:fedf:b821, 72.14.181.71
Connecting to assets.nagios.com (assets.nagios.com)|2600

:f03c:91ff:fedf:b821|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
https://assets.nagios.com/downloads/nag ... est.tar.gz [following]
--2018-03-26 02:24:46--
https://assets.nagios.com/downloads/nag ... est.tar.gz
Connecting to assets.nagios.com (assets.nagios.com)|2600

:f03c:91ff:fedf:b821|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 55354889 (53M) [application/x-gzip]
Saving to: ‘xi-latest.tar.gz’
100%[=======================================================================================================================>] 55,354,889 26.7MB/s in 2.0s
2018-03-26 02:24:49 (26.7 MB/s) - ‘xi-latest.tar.gz’ saved [55354889/55354889]
[root@rcdn6-vm81-108 /]#
[root@rcdn6-vm81-108 /]#
[root@rcdn6-vm81-108 /]#
[root@rcdn6-vm81-108 /]# tar xzf xi-latest.tar.gz
[root@rcdn6-vm81-108 /]# cd nagiosxi
[root@rcdn6-vm81-108 nagiosxi]# ./fullinstall
Your system $PATH does not include /sbin and /usr/sbin. This is usually the result of installing GNOME rather than creating a clean system.
Adding /sbin and /usr/sbin to $PATH.
========================
Nagios XI Full Installer
========================
This script will do a complete install of Nagios XI by executing all necessary sub-scripts.
IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes
or has an existing install of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
Stored MySQL password validated.
Running './0-repos'...
Configuring Repos...
Passed New Subscription Check
package centos-release is not installed
An error has occurred:
ERROR: can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
See /var/log/up2date for more information
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The request ed URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The request ed URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 1 4] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [E rrno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Err no 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Er rno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] cu rl#22 - "The requested URL returned error: 504"
Trying other mirror.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The requested URL returned error: 504"
Trying other mirror.
Passed Optional Repo Check
epel-release RPM installed OK
Repo configured OK
RESULT=0
Running './1-prereqs'...
Installing prerequisites...
Loaded plugins: enabled_repos_upload, langpacks, package_upload, product-id,
: search-disabled-repos, subscription-manager
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The request ed URL returned error: 504"
Trying other mirror.
One of the configured repositories failed (EPEL-7),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=Prod-ALLEN_epel-7_EPEL-7 ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable Prod-ALLEN_epel-7_EPEL-7
or
subscription-manager repos --disable=Prod-ALLEN_epel-7_EPEL-7
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=Prod-ALLEN_epel-7_EPEL-7.skip_if_unavailable=true
failure: repodata/repomd.xml from Prod-ALLEN_epel-7_EPEL-7: [Errno 256] No more mirrors to try.
https://rhn-cap-allen-4.cisco.com/pulp/ ... repomd.xml: [Errno 14] curl#22 - "The request ed URL returned error: 504"
Uploading Enabled Repositories Report
Loaded plugins: langpacks, product-id
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './1-prereqs'
You have new mail in /var/spool/mail/root
[root@rcdn6-vm81-108 nagiosxi]#
============================================================================================================