That info from you was nice. Was thinking of how to start the vm automatically at boot.<br><br><div><span class="gmail_quote">On 6/17/07, <b class="gmail_sendername">Daniel P. Berrange</b> <<a href="mailto:berrange@redhat.com">
berrange@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sat, Jun 16, 2007 at 05:57:09PM -0700, Adam Monsen wrote:
<br>> First of all, the improved virt-manager that comes with Fedora 7 is<br>> awesome! By simply clicking through the UI and exploring a bit I was<br>> able to learn how to create a functional bridged network to the LAN my
<br>> host is on. I know naught about networking and this has traditionally<br>> been the most painful aspect for me when I was playing with<br>> virtualization some time ago.<br><br>Great - glad its working well for you !
<br><br>> 1. Should virsh work with KVM in Fedora 7? When I run virsh I get only<br>> "virsh: error: failed to connect to the hypervisor"<br><br>You need to explicitly tell virsh to connect to QEMU/KVM since it
<br>defaults to Xen.<br><br>  virsh --connect qemu:///system<br><br>Or<br><br>  export VIRSH_DEFAULT_CONNECT_URI=qemu:///system<br>  virsh<br><br>> 2. What is the canonical/"out of the box" way to start a KVM-based
<br>> guest when the host system boots? I'm fine with "just use<br>> /etc/rc.local" or whatever if the infrastructure isn't in place yet<br>> (if so, what command should I run?). But it would be nice to be able
<br>> to manage the guest from virt-manager after starting it up from a<br>> script somehow.<br><br>We've not hooked up autostart to the virt-manager UI yet, in the meantime<br>you can use virsh like this:<br><br>
   virsh autostart [vm name]<br><br>Th VM will be started by the libvirt daemon at boot time.<br><br>Regards,<br>Dan.<br>--<br>|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|<br>|=-           Perl modules: 
<a href="http://search.cpan.org/~danberr/">http://search.cpan.org/~danberr/</a>              -=|<br>|=-               Projects: <a href="http://freshmeat.net/~danielpb/">http://freshmeat.net/~danielpb/</a>               -=|
<br>|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=|<br><br>_______________________________________________<br>et-mgmt-tools mailing list<br><a href="mailto:et-mgmt-tools@redhat.com">et-mgmt-tools@redhat.com
</a><br><a href="https://www.redhat.com/mailman/listinfo/et-mgmt-tools">https://www.redhat.com/mailman/listinfo/et-mgmt-tools</a><br></blockquote></div><br>