Support Needed - XI Update

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Support Needed - XI Update

Post by ancovington »

We recently bought the enterprise nagiosxi license. We are attempting to update the server to 2012r2.5, but this is the error we are getting after putting in the ./update command:

Could not determine the OS. Please make sure lsb_release is installed.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Support Needed

Post by sreinhardt »

What OS have you been running on and are updating\installing on now? lsb_release should be standard on any Cent\RHEL install that I know of. We can get around it one way or another, I just want to be sure that we give you the right tools to avoid it in the future too!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Support Needed

Post by ancovington »

We are currently running a vsphere OFV template version Nagios XI 2012R2.3. We wanted to upgrade to 2.6, but we keep getting that particular error.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Support Needed

Post by tmcdonald »

Can you run the following and provide the output please?

cat /etc/redhat-release
rpm -q centos-release
Former Nagios employee
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Support Needed

Post by ancovington »

Here is the output:



VM-DC-Mon01:~ # cat /etc/redhat-release
cat: /etc/redhat-release: No such file or directory
VM-DC-Mon01:~ # cat: /etc/redhat-release: No such file or directory
-bash: cat:: command not found
VM-DC-Mon01:~ # rpm -q centos-release
package centos-release is not installed
VM-DC-Mon01:~ #
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Support Needed

Post by tmcdonald »

Try "yum -y install redhat-lsb"
Former Nagios employee
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Support Needed

Post by ancovington »

I apologize I was on the wrong server just now. :oops: This is the output I get on the correct server:


[root@localhost ~]# cat /etc/redhat-release
CentOS release 6.4 (Final)
[root@localhost ~]# rpm -q centos-release
centos-release-6-4.el6.centos.10.x86_64
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Support Needed

Post by ancovington »

I was able to upgrade the NagiosXi server. I have several questions :?: :!:
Is there a way to transition everything from my nagios core server to the xi server with the categories they are in?
Also, do all servers have to have a parent server because that wasn't needed in Nagios Core?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Support Needed

Post by slansing »

I believe we just spoke on the phone about this, you should be all set with those two importing documents.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Support Needed

Post by ancovington »

I followed each step from both documents and all of the servers are not appearing.
Locked