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
Upgrade Problem.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Upgrade Problem.
This can happen if you have installed gnome on the server because for some reason they remove sbin from the path...
run
Then perform the upgrade
run
Code: Select all
export PATH=/sbin:$PATH