Hi,<br><br>I want to use libvirt to manage my Xen-Server and have some questions. <br><br>I
have one SERVER with libvirt-bin 0.4.6.1 (from the Debian Lenny
Repository), Xen 3.1. All the images of Xen determine in /image.<br>
<br>Then I have an SLAVE with libvirt-bin 0.4.6.1 (from the Debian Lenny Repository).<br><br>From
this SLAVE I want to start / stop and clone my virtual machines on
SERVER. I figured out to place the configuration files on the SLAVE to
start / stop the virtual machines on the SERVER. <br>
<br>Now I want to clone a defined VM:<br><code>virt-clone --connect xen+tcp://server/ --original blubb --name kopievonblubb --file /image/kopievonblubb.img<br>ERROR    [Errno 2] Datei oder Verzeichnis nicht gefunden: '/image/blubb.img'</code><br>


<br>I want to clone the VM on the SERVER and place the clones Image on the SERVER in the /image folder.<br>Does this cloning not working on remote hosts? Or have I a mistake or is the version of libvirt to old? <br><br>Hope somebody can help :)<br>


<br>Greeting Jessica