OpenVZ Forum


Home » General » Support » VPS virtuozzo to openvz
VPS virtuozzo to openvz [message #5116] Sat, 12 August 2006 07:32 Go to next message
youp is currently offline  youp
Messages: 82
Registered: September 2005
Location: Belgium
Member

hi,

i would like to transform a vps virtuozzo FC2 to openvz , how do i do ?

thanks
BR
Re: VPS virtuozzo to openvz [message #5161 is a reply to message #5116] Wed, 16 August 2006 04:55 Go to previous messageGo to next message
msokolov is currently offline  msokolov
Messages: 8
Registered: July 2006
Junior Member
Hi,

I have managed to migrate FC2 Virtuozzo VPS to OpenVZ node by rsync'ing root area to private area to avoid incompatibility of OpenVZ and Virtuozzo templates:

on Virtuozzo:

# vzctl create 98700 --pkgset fedora-core-2
Creating VPS private area (fedora-core-2/20060323)
VPS is mounted
Postcreate action done
VPS is unmounted
VPS private area was created
Delete port redirection
Adding port redirection to VPS(1): 4643 8443

# vzctl start 98700
Starting VPS ...
VPS is mounted
Setup slm memory limit
Adding port redirection to VPS(1): 4643 8443
VPS start in progress...

# vzctl stop 98700
Stopping VPS ...
VPS was stopped
VPS is unmounted

# vzctl mount 98700
VPS is mounted

# rsync -a -e ssh /vz/root/98700 root@OpenVZ_node_IP:/vz/private/
# rsync -a -e ssh /etc/sysconfig/vz-scripts/98700.conf root@OpenVZ_node_IP:/etc/sysconfig/vz-scripts/


on OpenVZ:

# vzctl start 98700
Starting VPS ...
Initializing quota ...
VPS is mounted
Setting CPU units: 1000
VPS start in progress...

# vzctl enter 98700
entered into VPS 98700
-bash-2.05b# cat /etc/redhat-release
Fedora Core release 2 (Tettnang)
-bash-2.05b#
Re: VPS virtuozzo to openvz [message #21432 is a reply to message #5116] Tue, 09 October 2007 05:17 Go to previous messageGo to next message
consultorpc is currently offline  consultorpc
Messages: 10
Registered: May 2006
Junior Member
I have tried this trick to migrate some VEs from Virtuozzo to OpenVZ with Fedora and Plesk and it works perfectly.
Re: VPS virtuozzo to openvz [message #43019 is a reply to message #5116] Sat, 02 July 2011 11:28 Go to previous message
Rene is currently offline  Rene
Messages: 40
Registered: September 2006
Member

Still no way to use vzmigrate to migrate containers from Virtuozzo to OpenVZ ?

I did try, but got the following error:

Quote:

# vzmigrate --remove-area no --nostart root@x.183.208.94 421
root@x.183.208.94's password:
bash: /usr/sbin/vzmdest: No such file or directory
seems you need install migrate package on destination node
Can't init migrate : seems you need install migrate package on destination node

Previous Topic: TUN/TAP problem
Next Topic: problems with second container and venet
Goto Forum:
  


Current Time: Fri Aug 16 18:33:35 GMT 2024

Total time taken to generate the page: 0.04210 seconds