<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="moz-txt-citetags"></span><br>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">> </span>I created some KVM VMs with "virsh define"
<span class="moz-txt-citetags">> </span>I can open it with virt-viewer and vms are working fine.
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>But I can't see them on virt-manager. What am I doing wrong ?
<span class="moz-txt-citetags">> </span>The configuration is not automatic?
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>Host: Ubuntu 8.04 64bits
<span class="moz-txt-citetags">> </span>Guests: ubuntu 8.04 64bits
<span class="moz-txt-citetags">> </span>virt-manager (0.5.3)
<span class="moz-txt-citetags">> </span>
  </pre>
</blockquote>
<pre wrap=""><!---->My guess is you aren't using the same URI between the two.

To see the libvirt URI you are using from virt-manager:

Run virt-manager
Double click the connection row whose URI you want to see
Edit->Connection Details

To see the libvirt URI you are using with virsh:

Run 'virsh uri'

Hope that helps,
Cole
--------------------------------------

Hi Cole, your tip works perfectly. Thanks a lot!

The connection was set to qemu:///sessions. When I change to localhost on virt-manager, it worked.
Default URI should be qemu:///system

Now I can see running VMs, but I can't see their definition in order to start them using exclusively virt-manager.

How can I achieve this ?
And where this virt-manager settings were stored ?

Thanks again.
Josir.

</pre>
</body>
</html>