search for: guest_cofig_file

Displaying 1 result from an estimated 1 matches for "guest_cofig_file".

2010 Aug 18
0
XCP - Cloning VM from Xen
...wise > copy of the LV. Alternatively, you can mount the LV on the DomU and copy all > the files across using your favourite tool. > > My personal preference is : > mount LV on /mnt on each Dom0 > rsync -avH --numeric-ids /mnt/ root@the_new_server.yourdomain:/mnt/ > scp /etc/xen/guest_cofig_file root@the_new_server.yourdomain:/etc/xen > unmount /mnt on each machine > repeat above for each LV > > startup guest on new server > > Obviously you can take this opportunity to resize volumes, and even > re-arrange then (eg you can split a single LV on the old server and make i...