This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
unix:virtualization:virtlib:migrate [2022/05/19 02:30] rodolico |
unix:virtualization:virtlib:migrate [2022/05/22 21:22] (current) rodolico |
||
---|---|---|---|
Line 82: | Line 82: | ||
<code bash>ssh hostname 'ls'</code> | <code bash>ssh hostname 'ls'</code> | ||
If something breaks, fix this before you go further. | If something breaks, fix this before you go further. | ||
+ | |||
+ | Finally, test the virsh connection between machines. Assuming virtlib running on both machines and ssh access, this should work: <code bash>virsh -c qemu+ssh://hostname/system list</code>. This should return a list of all virtuals running on the TARGET machine. | ||