live migration (can't connect: connectio timed out)
I'm trying to do a live migration and getting the following error..
vmxen-01:~ # xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 644 2 r----- 25555.5
EPO-Windows2003-Server 16 1024 2 -b---- 204.5
HPOV-Windows2003-Server 1024 1 1.2
MQM-Windows2003-Server 14 512 2 -b---- 124.6
www 15 512 2 -b---- 30.1
vmxen-01:~ # xm migrate -l www xen-host
Error: can't connect: Connection timed out
Usage: xm migrate <Domain> <Host>
Migrate a domain to another machine.
Options:
-h, --help Print this help.
-l, --live Use live migration.
-p=portnum, --port=portnum
Use specified port for migration.
-r=MBIT, --resource=MBIT
Set level of resource usage for migration.
vmxen-01:~ #
|