$ hg clone http://xenbits.xensource.com/ext/kemari/kemari-v1-unstable.hg
$ hg clone http://xenbits.xensource.com/ext/kemari/linux-2.6.18-xen.hg
$ cd kemari-v1-unstable.hg $ make dist # sudo make install
# xm migrate <domid> <destination hostname> --kemari & e.g.) # xm migrate 1 host01.example.jp --kemari &Since the command line will wait until the domain die, you need to execute 'xm migrate ... --kemari' in the background, or using GNU screen.
# xentopYou will see status change from ----p- to --b--- or -----r.
destination# ps ax| grep xc_kemari_restore
# kill_source_machine.sh destination# kill -HUP <PID of xc_kemari_restore>