Nagiosxi Installation Error Please Help ??

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

Nagiosxi Installation Error Please Help ??

Post by mohsin2011 »

Hi,

i am new to Nagiosxi i am using trial version of nagiosxi i am trying to run it on Red Hat Enterprise Linux Version 5 i have registered my RHEL 5 and updated my packages but when i try to install it as mentioned in installation guide

"http://assets.nagios.com/downloads/nagi ... ctions.pdf"

i got error,

"Configuring Yum...
You must be root to run /usr/sbin/rhn_check
Your Red Hat Installation is not registered or does not have proper entitlements.
Please register or enable entitlements at rhn.redhat.com."

after a lot of trying i am unable to solve it please Help ..

Regards,
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagiosxi Installation Error Please Help ??

Post by lmiltchev »

Run the following command in terminal:

Code: Select all

# less /etc/sysconfig/rhn/systemid
If you are registered with Red Hat all of your registration parameters should be defined here (username, profile, system id and so on).

You can also try:

Code: Select all

# rhn_check -v
# echo $?
The output should be 0.

If you are registered with Red Hat but you are still having issues with your Nagios XI installation we will take a closer look at it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

Re: Nagiosxi Installation Error Please Help ??

Post by mohsin2011 »

Thanks for your reply can you please tell me in more detail that where should i run those commands for which you told me please tell me the path way ? actually i havn't understood "internal" you told to run command internally.. .are you talking about "Terminal"?
One more thing that the RHEL 5 which i have registered is free version but i dont thing that it is causing any issue and i am running RHEL 5 on Vmware workstation..
Hopes for your suggestions...

Regards,
Last edited by mohsin2011 on Tue Sep 27, 2011 12:31 am, edited 1 time in total.
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

Re: Nagiosxi Installation Error Please Help ??

Post by mohsin2011 »

At the root path when i try to run those command as you told me the result is as shown in the snap shot i attached please find it ...

thanks
You do not have the required permissions to view the files attached to this post.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagiosxi Installation Error Please Help ??

Post by mguthrie »

The installer scripts need to be run as the root user, and we HIGHLY recommend you reinstalling RHEL or CentOS without a GUI on it, it will eat more than half of your system resources and it's been known to cause package conflicts.
Locked