On 10/09/2012 03:04 PM, Service Computing wrote: > Dear Users, > > I am using virt-clone utility to clone xen guests using the following: > virt-clone --connect xen:/// --original demo --name newdemo --file > /var/lib/libvirt/images/newdemo.img > > Domain demo has the port 5902. I need an assistance that how to assign port to > the cloned guest. One way is to use "virsh edit" but i need to give port > during cloning. Such as we define port in "virt-install --vnc --vncport 5903" > etc etc. > There isn't any way unfortunately. You could create a wrapper script as a one off that does: virt-clone, virsh dumpxml, edit the port number, virsh define. Feel free to also file a feature request: http://virt-manager.org/page/BugReporting - Cole