Nagios Installation issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srikanth
Posts: 7
Joined: Thu Jan 26, 2012 3:21 am

Nagios Installation issue

Post by srikanth »

We are installing Ngaios XI on RHEL5 update 3, we dont have RHN subsription for this.

Then when we are installing ./fullinstall getting the below error. Please help us on this. Thanks in advance.

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...
Enter the MySQL root password to continue...
MySQL Root Password: Welcome1
Password validated.
Running './0-yum'...
Configuring Yum...
ERROR: unable to read system id.
Your Red Hat Installation is not registered or does not have proper entitlements.
Please register or enable entitlements at rhn.redhat.com.
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-yum'
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios Installation issue

Post by mguthrie »

RHN registration is a requirement for XI installation on Redhat. If you're not able to register your copy of Redhat, we recommend using CentOS.
srikanth
Posts: 7
Joined: Thu Jan 26, 2012 3:21 am

Re: Nagios Installation issue

Post by srikanth »

Thanks for your Reply, But is there way we can edit the script to not ask for the RHN registration.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Installation issue

Post by scottwilkerson »

srikanth wrote:Thanks for your Reply, But is there way we can edit the script to not ask for the RHN registration.
No.

You could edit the script to not ask, but then it would fail because it couldn't install required components.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ukggupta
Posts: 1
Joined: Fri Sep 07, 2012 5:03 am

Re: Nagios Installation issue

Post by ukggupta »

yes, you can change the 0-yum script and comment registration related lines.

Thanks
Mahesh
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios Installation issue

Post by mguthrie »

Yes, but then there will be several subcomponents in XI that will not work because the prerequisites aren't being installed. We're not putting that sanity check in the RHEL installer just because we want you to register. The install will be BROKEN from day one.
Locked