Upgrade Problem.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mccollege
Posts: 45
Joined: Fri Jan 14, 2011 10:06 am

Upgrade Problem.

Post by mccollege »

Hi,

I'm trying to upgrade from 2011R1.8 to 2012R1.3

Followed the normal upgrade procedure.
1. remove old temp files
2. wget xi-latest.tar.gz
3. tar xzf xi-latest.tar.gz

But when I run the ./upgrade I get:

"OLD VERSION: 208
./upgrade: line 216: service: command not found"

Any ideas?

Thanks,
Mark
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrade Problem.

Post by scottwilkerson »

This can happen if you have installed gnome on the server because for some reason they remove sbin from the path...

run

Code: Select all

export PATH=/sbin:$PATH
Then perform the upgrade
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mccollege
Posts: 45
Joined: Fri Jan 14, 2011 10:06 am

Re: Upgrade Problem.

Post by mccollege »

That worked!

Thanks!
Locked