Displaying 1 result from an estimated 1 matches for "xjpf".
Did you mean:
xjf
2007 Mar 26
1
Backing Up A Xen Guest
...o make it work for CentOS 5 Beta
guests on CentOS 5 Beta Xen hosts, where each guest disk resides in a
file.
The strategy goes something like:
* losetup -o 32256 /dev/loop0 /XenGuests/Guest1
* mkfs -t ext3 /dev/loop0
* mount -t ext3 /dev/loop0 /mnt
* cd /mnt && tar xjpf /tmp/Guest1.tbz
* for i in console null zero; do /sbin/MAKEDEV -d /mnt -x $i; done
* cd /tmp; umount /srv/vm1; losetup -d /dev/loop0
* xm create -c Guest1
And it always gets most of the way through .. then the guest dies.
Ideas anyone .. please?
--
Graham Jenkins +61 3 9925 4...