Hello:<br>I'm developing a fault tolerance system, and I'm trying to use save/restore operation.<br><br>But it's working fine when I restore the file saved on the same guest, but If I move it to another host, and then try to restore using the file previously saved I got this error.<br>

I ask for help to know if this kind of operation is allows, and if it is, how can I do to work it.<br><br>The exactly sequence using virsh I've test is:<br>On [HOST1]: Using virsh<br>1) save [domain] [file]            <br>

2) restore file<br>3) destroy [domain]<br><br>On [HOST1] using ubuntu sh<br>4) cp [guest.img] [guest.xml] [file] to HOST2<br><br>On [HOST2] using virsh<br>5) define [guest.xml] (using image on destination in HOST2)<br>6) restore [file]<br>

<br>The restore troughs the following message: <br><div style="margin-left: 40px;"><b><i>virsh # restore sv-chubut-2011-04-01-09:58</i><br><i>error: Failed to restore domain from sv-chubut-2011-04-01-09:58</i><br><i>error: monitor socket did not show up.: Connection refused</i></b><br>
</div><br>Thank you very much.<br><br>Marcela.<br><br>