Hello everyone.
I''m using xl.(Without Xend)
I want to migrate my DomU to backup machine. But when I enter a command
xl migrate gentoo 192.168.0.2
(192.168.0.2 is my guest IP)
root@192.168.0.2''s password:
xend is running, which may cause unpredictable results when using
this xl command. Please shut down xend before continuing.
(This check can be overridden with the -f option.)
libxl: error: libxl_utils.c:363:libxl_read_exactly: file/stream truncated
reading banner from migration receiver stream
libxl: info: libxl_exec.c:118:libxl_report_child_exitstatus: migration
target process [5360] exited with error status 1
This error is occur.
My Dom0 is using Fedora 18.
My Xen daemon''s status is
1. systemctl status xend.service
xend.service - Xend - interface between hypervisor and some applications
Loaded: loaded (/usr/lib/systemd/system/xend.service; disabled)
Active: inactive (dead)
2. systemctl status xenconsoled.service
xenconsoled.service - Xenconsoled - handles logging from guest consoles and
hypervisor
Loaded: loaded (/usr/lib/systemd/system/xenconsoled.service;
enabled)
Active: active (running) since Mon 2013-03-11 08:36:35 JST; 9h ago
Process: 601 ExecStartPre=/bin/grep -q control_d
/proc/xen/capabilities (code=exited, status=0/SUCCESS)
Main PID: 645 (xenconsoled)
CGroup: name=systemd:/system/xenconsoled.service
└─645 /usr/sbin/xenconsoled --log=none
--log-dir=/var/log/xen/console
Mar 11 08:36:35 Lee-primary.k2.sslab.ics.keio.ac.jp systemd[1]: Started
Xenconsoled - handles logging from guest consoles and hypervisor.
3. systemctl status xen-watchdog.service
xen-watchdog.service - Xen-watchdog - run xen watchdog daemon
Loaded: loaded (/usr/lib/systemd/system/xen-watchdog.service;
enabled)
Active: active (running) since Mon 2013-03-11 08:36:34 JST; 9h ago
Process: 534 ExecStart=/usr/sbin/xenwatchdogd 30 15 (code=exited,
status=0/SUCCESS)
Main PID: 537 (xenwatchdogd)
CGroup: name=systemd:/system/xen-watchdog.service
└─537 /usr/sbin/xenwatchdogd 30 15
Mar 11 08:36:33 Lee-primary.k2.sslab.ics.keio.ac.jp systemd[1]: Starting
Xen-watchdog - run xen watchdog daemon...
Mar 11 08:36:34 Lee-primary.k2.sslab.ics.keio.ac.jp systemd[1]: Started
Xen-watchdog - run xen watchdog daemon.
Thank you.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
On Mon, 2013-03-11 at 08:59 +0000, 이영준 wrote:> Hello everyone. > > I'm using xl.(Without Xend) > > I want to migrate my DomU to backup machine. But when I enter a > command > xl migrate gentoo 192.168.0.2 > (192.168.0.2 is my guest IP)The option to xl migrate is the *host* of the machine you want to migrate the VM too, not the IP of the VM.> root@192.168.0.2's password:You need to setup ssh between the current host and the destination host, I find it much easier to use ssh public key auth than to type passwords.> xend is running, which may cause unpredictable results when using > this xl command. Please shut down xend before continuing.Did you perhaps run xend previously and stop it? That might cause false +ves. It would be better to fully disable it (I don't know how with systemd) and reboot. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users