Page 1 of 1

Upgrade Problem.

Posted: Wed Jan 02, 2013 2:31 pm
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

Re: Upgrade Problem.

Posted: Wed Jan 02, 2013 2:58 pm
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

Re: Upgrade Problem.

Posted: Fri Jan 04, 2013 12:15 pm
by mccollege
That worked!

Thanks!