访客您好,登录后可看更多精彩内容!发帖、回复积分还可换实物奖品哦,还在犹豫什么,赶紧注册登录吧!
您需要 登录 才可以下载或查看,没有账号?立即注册
×
本帖最后由 bijiafeng 于 2016-12-7 15:55 编辑
1. Run the commands listed below. # xe vm-list (note the name of the VMyou wish to copy)
# xe sr-list (note the name of the storage you will to copy the VM to)
# xe vm-copy (needs the following parameters to complete) • vm= • sr-uuid= • new-name-label= • new-name-description= # xe vm-copy vm=<name of VM to copy> sr-uuid=<UUID of SR to copy VM to>new-name-label=<New Name of VM> new-name-description="Description of VM" 2. Allow time for the command tocomplete. If the copy succeeds, the command displays the Universal UniqueIdentifier (UUID) of the newly created VM. For example: # xe vm-copy vm=VM_Name sr-uuid=955bd475-df2d-7c69-4a55-e4abb361262e new-name-label=New_VM_Name new-name-description="This is a copy of a VM from local storage to NFSstorage"
a12e90d5-3894-0366-57a6-9f739daf917d (New_VM_uuid)
|