Exception in Install NagiosXi version xi-5.3.0

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nagaraju259
Posts: 4
Joined: Wed Aug 16, 2017 2:54 am

Exception in Install NagiosXi version xi-5.3.0

Post by nagaraju259 »

Hi Team,

We are trying to install NagiosXi version xi-5.3.0.But we are getting the below exception

"Your Red Hat Installation is not registered or does not have proper entitlements.
Please register or enable entitlements at rhn.redhat.com.
RESULT=1"

So help us in resolving the issues.

Regards,
Raju
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Exception in Install NagiosXi version xi-5.3.0

Post by dwhitfield »

It looks like you need to register your Red Hat OS, but let's check some things.

What's the output of the following?

Code: Select all

subscription-manager list
less /etc/sysconfig/rhn/systemid
rhn_check -v
echo $?
If you do not have the budget for Red Hat subscriptions, you can also install XI on CentOS.
nagaraju259
Posts: 4
Joined: Wed Aug 16, 2017 2:54 am

Re: Exception in Install NagiosXi version xi-5.3.0

Post by nagaraju259 »

Hi ,

Thanks for the response. Please find the output.

[root@retl1 ~]# subscription-manager list
-bash: subscription-manager: command not found
[root@retl1 ~]# less /etc/sysconfig/rhn/systemid
/etc/sysconfig/rhn/systemid: No such file or directory
[root@rretl1 ~]# rhn_check -v
ERROR: unable to read system id.
[root@rretl1 ~]# echo $?
255
[root@retl1 ~]#
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Exception in Install NagiosXi version xi-5.3.0

Post by dwhitfield »

What's the output of the following?

Code: Select all

cat /etc/*release
yum check-update
yum update
You may just need to re-register: https://access.redhat.com/solutions/8036
Locked