Page 1 of 3

INSTALLATION ERROR!Please add the 'Optional' channel to your

Posted: Wed Mar 08, 2017 12:43 pm
by Nags007
Hi Team,
I am trying to install Nagiox XI on Linux server 6.8. I have downloaded the xi-latest.tar.gz and untared and i got the nagiosxi directory. when i try to run the sudo ./fullinstall i am getting the below message.

==========================
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
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: './0-repos'
========================================================

Also I have done the YUM Config Manager enable:

$sudo yum-config-manager --enable rhel-6-server-optional-rpms
Loaded plugins: product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
===========================================================


My system details are : -
cat /proc/version
================
Linux version 2.6.32-642.13.1.el6.x86_64 ([email protected]) (gcc version 4. 4.7 20120313 (Red Hat 4.4.7-17) (GCC) ) #1 SMP Wed Nov 23 16:03:01 EST 2016

cat /etc/redhat-release
=====================
Red Hat Enterprise Linux Server release 6.8 (Santiago)

I have contacted Nagios Helpdesk. They redirected me to post for the help in this forum.

Dear Nagios Experts, can you please help on this - instllation step ?

Thank you,
Krishna.

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Wed Mar 08, 2017 4:54 pm
by dwhitfield
Is this server able to talk to the Internet? If not, you'll want to take a look at http://repo.nagios.com/

What's the output of yum repolist?

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Thu Mar 09, 2017 4:36 pm
by Nags007

Code: Select all

sudo yum repolist
===================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
repo id                                                      repo name                                                                                  status
*epel                                                        Extra Packages for Enterprise Linux 6 - x86_64                            12,344
mysql-connectors-community                    MySQL Connectors Community                                                           30
mysql-tools-community                             MySQL Tools Community                                                                    43
mysql57-community                                  MySQL 5.7 Community Server                                                           164
nagios-base                                              Nagios                                                                                             157
nagiosxi-deps                                           Nagios XI Dependencies                                                                       31
rhel-x86_64-server-6                                Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64)                 18,557
repolist: 31,326

Code: Select all

sudo yum update
=================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update

Code: Select all

ping redhat.com
================
64 bytes from redirect.redhat.com (209.132.183.105): icmp_seq=1 ttl=227 time=73.0 ms
64 bytes from redirect.redhat.com (209.132.183.105): icmp_seq=2 ttl=227 time=74.5 ms

Code: Select all

ping google.com
===============
64 bytes from iad23s43-in-f142.1e100.net (216.58.217.142): icmp_seq=1 ttl=47 time=6.43 ms
64 bytes from iad23s43-in-f142.1e100.net (216.58.217.142): icmp_seq=2 ttl=47 time=6.85 ms

Code: Select all

sudo yum-config-manager --enable rhel-6-server-optional-rpms
======================================================
Loaded plugins: product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.

Code: Select all

yum repolist all
==============================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
repo id                                                repo name                                                                               status
*epel                                                  Extra Packages for Enterprise Linux 6 - x86_64                                          enabled: 12,344
epel-debuginfo                                         Extra Packages for Enterprise Linux 6 - x86_64 - Debug                                  disabled
epel-source                                            Extra Packages for Enterprise Linux 6 - x86_64 - Source                                 disabled
epel-testing                                           Extra Packages for Enterprise Linux 6 - Testing - x86_64                                disabled
epel-testing-debuginfo                                 Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Debug                        disabled
epel-testing-source                                    Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Source                       disabled
mysql-connectors-community                             MySQL Connectors Community                                                              enabled:     30
mysql-connectors-community-source                      MySQL Connectors Community - Source                                                     disabled
mysql-tools-community                                  MySQL Tools Community                                                                   enabled:     43
mysql-tools-community-source                           MySQL Tools Community - Source                                                          disabled
mysql55-community                                      MySQL 5.5 Community Server                                                              disabled
mysql55-community-source                               MySQL 5.5 Community Server - Source                                                     disabled
mysql56-community                                      MySQL 5.6 Community Server                                                              disabled
mysql56-community-source                               MySQL 5.6 Community Server - Source                                                     disabled
mysql57-community                                      MySQL 5.7 Community Server                                                              enabled:    164
mysql57-community-source                               MySQL 5.7 Community Server - Source                                                     disabled
nagios-base                                            Nagios                                                                                  enabled:    157
nagiosxi-deps                                          Nagios XI Dependencies                                                                  enabled:     31
rhel-source                                            Red Hat Enterprise Linux 6Server - x86_64 - Source                                      disabled
rhel-source-beta                                       Red Hat Enterprise Linux 6Server Beta - x86_64 - Source                                 disabled
rhel-x86_64-server-6                                   Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64)                                enabled: 18,557
repolist: 31,326

Code: Select all

============================
subscription-manager repos --list
============================
This system has no repositories available through subscriptions.

Code: Select all

yum install -y yum-utils
==============================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package yum-utils-1.1.30-37.el6.noarch already installed and latest version
Nothing to do
When i run the below command,

Code: Select all

 yum-config-manager --enable rhel-6-server-optional-rpms
==================================================
Loaded plugins: product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
so.. please guide for the next step..?

Thank you,
Nag.Krisna

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Thu Mar 09, 2017 4:49 pm
by dwhitfield
This system has no repositories available through subscriptions.
You'll need to add some subscriptions. If you are not the Linux admin in your office, talk to them first. Otherwise, you'll need to talk to Red Hat.

Otherwise, you'll need to move to CentOS.

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Fri Mar 10, 2017 11:31 am
by Nags007
Please let me know :
* Which repository/ Red hat channel subscription needed.

Currently following are the list in the : /etc/yum.repos.d

epel.repo
epel-testing.repo
mysql-community.repo
mysql-community-source.repo
nagios-6.repo
puppetlabs-pc1.repo
redhat.repo
rhel-source.repo


yum repo list
==============
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
repo id repo name status
*epel Extra Packages for Enterprise Linux 6 - x86_64 12,345
mysql-connectors-community MySQL Connectors Community 30
mysql-tools-community MySQL Tools Community 43
mysql57-community MySQL 5.7 Community Server 164
nagios-base Nagios 157
nagiosxi-deps Nagios XI Dependencies 31
puppetlabs-pc1 Puppet Labs PC1 Repository el 6 - x86_64 116
rhel-x86_64-server-6 Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64) 18,557
repolist: 31,443

=============================

when i try to run the ./fullinstall, getting the below error.

Do you want to continue? [Y/n] y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-repos'...
Configuring Repos...
package centos-release is not installed
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
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: './0-repos'

=============================================
Linux team asking , which repo need to be subscrbed or required ? please let me know.


I also checked with the below configuration details:

==========================
cat /etc/yum.conf
==========================
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3

# This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
# It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

===================
rhn-channel -l
===================
rhel-x86_64-server-6


================================
grep distro /tmp/nagiosxi/xi-sys.cfg
================================
distro='RedHatEnterpriseServer'

========================
yum install yum-utils
=========================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package yum-utils-1.1.30-37.el6.noarch already installed and latest version
Nothing to do

===================================================
yum-config-manager --enable rhel-6-server-optional-rpms
===================================================
Loaded plugins: product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.

yum install curl -y
=====================
Loaded plugins: product-id, rhnplugin, search-disabled-repos, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package curl-7.19.7-52.el6.x86_64 already installed and latest version
Nothing to do


Kindly help on this issue :
==========================
The script that failed was: './0-repos'
package centos-release is not installed
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.

Thank you,

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Fri Mar 10, 2017 3:55 pm
by ssax
Can you check with your repo admins and have them add the optional channel to your satellite?

Also, please post the output of this one as well:

Code: Select all

rhn-channel -L -u <rhn-username> -p <rhn-password>
Thank you

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Fri Mar 10, 2017 5:30 pm
by Nags007
I have contacted my LINUX admin team, and they added OPTIONAL.

Latest update message for the ./fullinstall
======================================
ERROR: cannot verify assets.nagios.com’s certificate, issued by
Unable to locally verify the issuer’s authority.

ERROR: Subcomponent 'wkhtmlx' installation failed - exiting.
Subcomponents installation failed - exiting

=====================================================================
[nagiosxi]# grep proxy /etc/wgetrc
#https_proxy = http://proxy.yoyodyne.com:18023/
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
[root@nagiosxi]# grep proxy /etc/yum.conf
[root@nagiosxi]#
=====================================================================

Thank you,

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Mon Mar 13, 2017 12:26 pm
by tmcdonald
It looks like you are still getting pushed through a proxy somewhere, possibly by a network firewall. You will need to tell wget not to check certificates. Add the following to /etc/wgetrc:

check_certificate = off

and the following to /etc/yum.conf:

sslverify=false

then try again. Do note this is not something you should leave in-place any longer than you need to for running the upgrade, as it will prevent the wget and yum commands from checking certificates.

https://www.elftronix.com/how-to-automa ... ate-check/
http://unix.stackexchange.com/questions ... -authority
https://superuser.com/questions/1057905 ... positories

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Mon Mar 13, 2017 1:16 pm
by Nags007
Thank you very much.

when i run the ./fullinstall,

Now its progressing.. but facing the below error

Code: Select all

======================================================================
Running './B-installxi'...
Installing Nagios XI base files...
Creating product directory...
Adding password for user nagiosadmin
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Checking MySQL status...
MySQL running - continuing...
Setting up Nagios XI database...
Loading data into database...
Nagios XI MySQL Database Initialized OK.
Patching NDOUtils...
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing/updating XI wizards...
Backing up existing wizards to /tmp/xiwizards_backup...
Installing 'wizards/autodiscovery.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/bpiwizard.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/bulkhostimport.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/dhcp.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/dnsquery.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/domain_expiration.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/email-delivery.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/esensors-websensor.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue                                      persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/u                                     sr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/exchange.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/folder_watch.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/ftpserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/genericnetdevice.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/ldapserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/linux-server.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/linux_snmp.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/macosx.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists,                            please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/sc                           ripts/repair_databases.sh</pre></p>Installing 'wizards/mailserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mongodb_database.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mongodb_server.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mountpoint.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mssql_database.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mssql_query.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mssql_server.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mysqlquery.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/mysqlserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/nagioslogserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/nagiostats.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/nagiosxiserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/ncpa.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/networkanalyzer.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/nrpe.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/oracle_query.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/oracle_serverspace.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/oracle_tablespace.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/passivecheck.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/passiveobject.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/postgresdb.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/postgresquery.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/postgresserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/printer.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/radiusserver.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/sla.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/snmp-trap.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/snmpwalk.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/snmp.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/solaris.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/sshproxy.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/switch.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/tcpudpport.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/tftp.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/vmware.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/watchguard.zip'
<h3>Databse Error</h3>A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.<p>Run the following from the CLI as root to attempt to repair the DB:<br><pre>/usr/local/nagiosxi/scripts/repair_databases.sh</pre></p>Installing 'wizards/website_defacement.zip'

Can you please check this DB error.

thank you,
Nag.

Re: INSTALLATION ERROR!Please add the 'Optional' channel to

Posted: Mon Mar 13, 2017 1:19 pm
by tmcdonald
As was indicated in the output:
Run the following from the CLI as root to attempt to repair the DB: /usr/local/nagiosxi/scripts/repair_databases.sh