It might be easier to just do it from XenCenter. Right click on the VM, select Export as Backup.
You can then import it on the other server in XenCeter by right-clicking on the server and selecting Import VM.
Main Topics
Browse All TopicsHow do I copy the VM virtual disk from Citrix XenServer to another disk on another server as a backup?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yep, just did that in my lab. I am rebuilding my lab to include an iSCSI NAS (Windows Storage Server 2008) and two XenServers using Essentials for HA. I found it MUCH easier to use the GUI to Export my VMs to an external HD. Once the servers are rebuilt, I will just use the GUI to import tham back. It is VERY simple to do. Takes a good while if you do all you VMs at one time to an external HD. Chokes the USB path. I would recommend just doing one at a time.
http://www.dabcc.com/artic
This article will be completely rewritten with the new lab setup at the end of this week.
Business Accounts
Answer for Membership
by: CarlWebsterPosted on 2009-08-28 at 10:09:15ID: 25209644
From the XenServer 5.5 Reference Guide:
py> [new-name-description=<desc ription_fo r_copy>] alue>...]
vm-copy
vm-copy new-name-label=<name_for_co
[sr-uuid=<uuid_of_sr>] [<vm-selector>=<vm_selector_v
Copy an existing VM, but without using storage-level fast disk clone operation (even if this is available).
The disk images of the copied VM are guaranteed to be "full images" - that is, not part of a copy-on-write
(CoW) chain.
Specify the name and the optional description for the resulting copied VM using the new-name-label and
new-name-description arguments.
Specify the destination SR for the resulting copied VM using the sr-uuid. If this parameter is not specified,
the destination is the same SR that the original VM is in.
The VM or VMs on which this operation should be performed are selected using the standard selection
mechanism (see VM selectors). Optional arguments can be any number of the VM parameters listed at the
beginning of this section.