Displaying 1 result from an estimated 1 matches for "chekpoint".
Did you mean:
checkpoint
2012 Nov 27
3
Xen Cold Migration doesn't work
..."
# xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 3317 4 r-----
491.0
ubuntu 5 256 1 -b----
1.6
So I want to do a Cold migration. I have to save the chekpoint, as said at
http://wiki.prgmr.com/mediawiki/index.php/Chapter_9:_Xen_Migration
# xm save ubuntu ubuntu.chk
# scp ubuntu.cfg cloud3:/etc/xen/
And at the secundary node I have to restore:
# xm restore ubuntu.chk
# xm list
Name ID Mem VCPUs State
Time(s)...