|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] how to migrate guest OS to other servers without xen ins
Hello Andrew:
All my guest Operation Systems are bootable and all application running on the Guest Operation Systems are operational. What I want to acheive is to take the whole image of Guest OS including applications to migrate to anohter server which itself is not running xen so that the new server will be fully operational by not changing anything including the ip addresses etc.. I will make sure both will be running at the same time or in the same network.
Thanks,
Jeremy
Andrew Thompson <andrewkt@xxxxxxxxxxx> wrote:
Jeremy Fang wrote: > Hello All: > > Currently I have xen system running RedHat enterprise version 3 and two > Guest OS running on top of that in which one is run as RedHat 8.0 and > the other is RedHat 7.2. All the applicaton software running on the two > Guest OS are functioning well. My goal is find a way to migrate these > two guest OS + its application to other two physical servers without xen > running on that. > I don't need to do Live Migration. > > Therefore, the questions are: > > 1) Is it feasible to do that ? > 2) If it is feasible, how to do it and what tools do I need to achieve > that ?
It sounds like a simple copy of your partition to the new machine. (Or, did I miss something?)
First, you should probably build kernels on the guests that can
successfully boot the new servers(or have a verified boot cd handy).
If you can temporarily pull the drive, it might take less time to walk the drive to the new machine and cp -a or tar | tar to the harddrive in the new machine.
Basically you just need to transfer the filesystem(with permissions, links, etc) to the new server, tweak your /etc/fstab, and lilo/grub your kernel into place.
If they are large partitions, there is a tool on the samba website that supposedly compresses better than gzip or bzip2, but it's name now eludes me.
-- Andrew Thompson http://aktzero.com/ begin:vcard fn:Andrew Thompson n:Thompson;Andrew email;internet:andrewkt@xxxxxxxxxxx x-mozilla-html:FALSE url:http://aktzero.com/ version:2.1 end:vcard
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
Yahoo! Mail
Stay connected, organized, and protected. Take the tour_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|