Have an Onapp system we are migrating away from to xenserver and it uses Xen source images I believe. I had no problem moving the MS Windows servers using the xenconvert utility, but not being a linux guy the conversion process of moving files from Onapp to xenserver is not clear. I think the files on Onapp are .img files, but they don''t use extensions from what I can tell when they are stored on the backup volume.. Can anyone point me in the right direction as to how to convert these disk images from Xen to Xenserver? Thanks!!!
andy
2012-Mar-01 13:54 UTC
[xen-users] Need to migrate a centos image from xen source to xenserver
Have an Onapp system we are migrating away from to xenserver and it uses Xen source images I believe. I had no problem moving the MS Windows servers using the xenconvert utility, but not being a linux guy the conversion process of moving files from Onapp to xenserver is not clear. I think the files on Onapp are .img files, but they don''t use extensions from what I can tell when they are stored on the backup volume.. Can anyone point me in the right direction as to how to convert these disk images from Xen to Xenserver? Thanks!!!
Andy Paluch
2012-Mar-01 16:02 UTC
[xen-users] Need to migrate a centos image from xen source to xenserver
Have an Onapp system we are migrating away from to xenserver and it uses Xen source images I believe. I had no problem moving the MS Windows servers using the xenconvert utility, but not being a linux guy the conversion process of moving files from Onapp to xenserver is not clear. I think the files on Onapp are .img files, but they don''t use extensions from what I can tell when they are stored on the backup volume.. Can anyone point me in the right direction as to how to convert these disk images from Xen to Xenserver? Thanks!!! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Todd Deshane
2012-Mar-01 16:17 UTC
Re: [xen-users] Need to migrate a centos image from xen source to xenserver
On Thu, Mar 1, 2012 at 11:02 AM, Andy Paluch <andy.paluch@gmail.com> wrote:> Have an Onapp system we are migrating away from to xenserver and it uses Xen > source images I believe. I had no problem moving the MS Windows servers > using the xenconvert utility, but not being a linux guy the conversion > process of moving files from Onapp to xenserver is not clear. I think the > files on Onapp are .img files, but they don''t use extensions from what I can > tell when they are stored on the backup volume.. > > Can anyone point me in the right direction as to how to convert these disk > images from Xen to Xenserver? >The XVA tool is meant to help with this: http://www.xen.org/files/xva/ Hope that helps. Cheers, Todd -- Todd Deshane http://www.linkedin.com/in/deshantm http://blog.xen.org/ http://wiki.xen.org/
Grant McWilliams
2012-Mar-03 04:23 UTC
Re: [xen-users] Need to migrate a centos image from xen source to xenserver
On Thu, Mar 1, 2012 at 5:54 AM, andy <andy@webguyz.net> wrote:> Have an Onapp system we are migrating away from to xenserver and it uses > Xen source images I believe. I had no problem moving the MS Windows servers > using the xenconvert utility, but not being a linux guy the conversion > process of moving files from Onapp to xenserver is not clear. I think the > files on Onapp are .img files, but they don''t use extensions from what I > can tell when they are stored on the backup volume.. > > Can anyone point me in the right direction as to how to convert these disk > images from Xen to Xenserver? > > Thanks!!! > > >You still use the xenconvert tool to create .xva files that then can be imported into XCP/XenServer using xe vm-import. You''ll need to make sure that your Xen .img files are complete with internal kernels etc. If you convert a Xen PV image with a kernel stored in the Dom0 to a .xva file it won''t boot. A quick look at your xen config files for the DomU would tell us that information. Grant McWilliams http://grantmcwilliams.com/ Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
David Markey
2012-Mar-05 14:59 UTC
Re: [xen-users] Need to migrate a centos image from xen source to xenserver
I created xva.py to help with the process. http://xen.org/community/vendors/XCPProjectsPage.html It''s not 100% automatic usually but will give you a starting point. On 3 March 2012 04:23, Grant McWilliams <grantmasterflash@gmail.com> wrote:> On Thu, Mar 1, 2012 at 5:54 AM, andy <andy@webguyz.net> wrote: > >> Have an Onapp system we are migrating away from to xenserver and it uses >> Xen source images I believe. I had no problem moving the MS Windows servers >> using the xenconvert utility, but not being a linux guy the conversion >> process of moving files from Onapp to xenserver is not clear. I think the >> files on Onapp are .img files, but they don''t use extensions from what I >> can tell when they are stored on the backup volume.. >> >> Can anyone point me in the right direction as to how to convert these >> disk images from Xen to Xenserver? >> >> Thanks!!! >> >> >> > You still use the xenconvert tool to create .xva files that then can be > imported into XCP/XenServer using xe vm-import. > > You''ll need to make sure that your Xen .img files are complete with > internal kernels etc. If you convert a Xen PV image with a kernel stored in > the Dom0 to a .xva file it won''t boot. A quick look at your xen config > files for the DomU would tell us that information. > > > Grant McWilliams > http://grantmcwilliams.com/ > > Some people, when confronted with a problem, think "I know, I''ll use > Windows." > Now they have two problems. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
andy
2012-Mar-10 03:48 UTC
Re: [xen-users] Need to migrate a centos image from xen source to xenserver
David, Not a Linux expert and have a question about some of the instructions Onapp stores their backup snapshots as tar files with a designator like a3723jsfsdf34. Is a tar file the equivelant of a .img file as per your instructions?? Not sure how xen source stores its image files. I did take the file a3723jsfsdf34 and rename it to test.tar and was able to un-tar it to a directory and I can see all the directories and files. Your instructions say to mount the image and update the grub files, but when I tried to do a: mkdir /mnt/test mount -i loop test.tar /mnt/test it asks for a fs type and I''m lost as to what to put in there. Thanks! Andy On 3/5/2012 8:59 AM, David Markey wrote:> I created xva.py to help with the process. > > http://xen.org/community/vendors/XCPProjectsPage.html > > It''s not 100% automatic usually but will give you a starting point. > > > > On 3 March 2012 04:23, Grant McWilliams <grantmasterflash@gmail.com > <mailto:grantmasterflash@gmail.com>> wrote: > > On Thu, Mar 1, 2012 at 5:54 AM, andy <andy@webguyz.net > <mailto:andy@webguyz.net>> wrote: > > Have an Onapp system we are migrating away from to xenserver > and it uses Xen source images I believe. I had no problem > moving the MS Windows servers using the xenconvert utility, > but not being a linux guy the conversion process of moving > files from Onapp to xenserver is not clear. I think the files > on Onapp are .img files, but they don''t use extensions from > what I can tell when they are stored on the backup volume.. > > Can anyone point me in the right direction as to how to > convert these disk images from Xen to Xenserver? > > Thanks!!! > > > > You still use the xenconvert tool to create .xva files that then > can be imported into XCP/XenServer using xe vm-import. > > You''ll need to make sure that your Xen .img files are complete > with internal kernels etc. If you convert a Xen PV image with a > kernel stored in the Dom0 to a .xva file it won''t boot. A quick > look at your xen config files for the DomU would tell us that > information. > > > Grant McWilliams > http://grantmcwilliams.com/ > > Some people, when confronted with a problem, think "I know, I''ll > use Windows." > Now they have two problems. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org <mailto:Xen-users@lists.xen.org> > http://lists.xen.org/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Vintacular
2012-Jun-20 13:50 UTC
Re: [xen-users] Need to migrate a centos image from xen source to xenserver
Did anyone figure this out? I''m attempting to do the same thing. Migrate from Xen to XenServer from OnApp. -- View this message in context: http://xen.1045712.n5.nabble.com/xen-users-Need-to-migrate-a-centos-image-from-xen-source-to-xenserver-tp5532281p5709592.html Sent from the Xen - User mailing list archive at Nabble.com.