Re: Migrating VMs from AWS to CloudStack

2017-09-16 Thread Nux!
- Original Message - > From: "Makrand" <makrandsa...@gmail.com> > To: "users" <users@cloudstack.apache.org> > Sent: Thursday, 7 September, 2017 13:54:41 > Subject: Re: Migrating VMs from AWS to CloudStack > Take a note that AWS used XEN (Open sou

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Sebastian Gomez
lee.gr...@gmail.com] > Sent: Thursday, September 07, 2017 10:18 PM > To: users@cloudstack.apache.org > Subject: Re: Migrating VMs from AWS to CloudStack > > Not happening unless your instances on Amazon are Centos or some other > "standard" Linux distribution, not

RE: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Green [mailto:eric.lee.gr...@gmail.com] Sent: Thursday, September 07, 2017 10:18 PM To: users@cloudstack.apache.org Subject: Re: Migrating VMs from AWS to CloudStack Not happening unless your instances on Amazon are Centos or some other "standard" Linux distribution, not standard Am

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Eric Green
Not happening unless your instances on Amazon are Centos or some other "standard" Linux distribution, not standard Amazon Linux. Amazon Linux is its own thing and won't run outside the Amazon ecosphere, and Windows instances on AWS don't react well at all to having their hypervisor yanked out

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Rodrigo Baldasso
Hello Use r1soft to take an imagem from that vm's and deploy a new VM in CS with the same partitioning, then use r1soft bare metal restore and you're set. Exactly the same VM on your new platform. Enviado de GMail Mobile Em 7 de set de 2017 10:20, "Dag Sonstebo"

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Taking into account Ivan and Makrands suggestions – if you did manage to dd the image off the EC2 instance you could use qemu-img to convert it from raw to qcow2. Your challenge is going to be how to get the raw image out of EC2 and onto on premise storage or an S3 bucket. Overall though – I

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Makrand
Take a note that AWS used XEN (Open source) hyeprvisor for EC2. Even if you get your VM exported somehow, importing it into ACS on KVM will be an issue. -- Makrand On Thu, Sep 7, 2017 at 6:17 PM, Erik Weber wrote: > On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Ivan Kudryavtsev
Hi, if you have LVM2, you can try to dd snapshot to barely deployed VM with livecd (dd + gzip | ssh dd). 7 сент. 2017 г. 19:47 пользователь "Erik Weber" написал: > On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed wrote: > > Hi All, > > I have got a task to

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Erik Weber
On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed wrote: > Hi All, > I have got a task to migrate VMs from AWS to CloudStack (private cloud) . > Any ideas to get this done efficiently? Your most efficient long term bet is probably to re-deploy everything using some sort of

RE: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Hi Dag, Thanks for the link. Also I am using KVM and CS 4.9 Cheers, Imran -Original Message- From: Dag Sonstebo [mailto:dag.sonst...@shapeblue.com] Sent: Thursday, September 07, 2017 5:33 PM To: users@cloudstack.apache.org Subject: Re: Migrating VMs from AWS to CloudStack Also

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Also – take a look at http://docs.aws.amazon.com/vm-import/latest/userguide/what-is-vmimport.html - in short EC2 only lets you export VMs which have been previously imported, not natively created. Regards, Dag Sonstebo Cloud Architect ShapeBlue On 07/09/2017, 13:28, "Dag Sonstebo"

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Which hypervisor are you using in CloudStack? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 07/09/2017, 13:08, "Imran Ahmed" wrote: Hi All, I have got a task to migrate VMs from AWS to CloudStack (private cloud) . Any ideas to get this done efficiently?

Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Hi All, I have got a task to migrate VMs from AWS to CloudStack (private cloud) . Any ideas to get this done efficiently? Regards, Imran