I have two xen servers, 6.5 and xencenter 7.0. They are with OVH and since they don't offer dynamic IP sharing between the machines I guess it makes no sense to add them into a pool? Anyway that's not the question, just clarification.
I want to copy a VM from one server to the other but the xencenter wizard only offers to move the VM - i.e. automatically deletes it from the source machine upon succesfull completion. I want to keep the both, is there a way? Possibly on the CLI?
PART 2
I was able to create a snapshot and from there create an .xva file. (oddly enough the documentation suggest this is an old format and .ova should be used, but the CLI offers no way to do this directly, it can only create .xva files).
I now moved this .xva file to another host, via an NFS share, and ran the importer:
xe vm-import filename=filename.xva
The odd thing is while it now appears in my list of VM's on the new host, the storage still appears to be on the NFS share, two .vhd files corresponding to the virtual disks used by the VM.
So the new question now is: Somehow these .vhd files must be imported to the host, right? But how? Some