Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error : vzctl exited with code 28  (Read 3123 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Error : vzctl exited with code 28
« on: November 08, 2013, 10:17:45 pm »
Hi Guys,

You may get the following error while doing an online container migration.

Can't move/copy CT#1000001 -> CT#1000001, [], [] : /usr/sbin/vzctl exited with code 28
Resuming CT#1000001 ...
done
OfflineManagement CT#1000001 ...
done

If will happen when the the configuration files (  /etc/sysconfig/vz-scripts/ ) on a destination server is empty.

As a work around please do the following.

# rm -f /etc/sysconfig/vz-scripts/1000001.conf
# cp -a /vz/private/1000001/ve.conf /etc/sysconfig/vz-scripts/1000001.conf

Give it a try!