Re: [libvirt-users] Problems with VM networking on Ubuntu Quantal

2013-01-17 Thread Dale Amon
On Tue, Jan 08, 2013 at 01:55:16PM -0500, Laine Stump wrote: > On 01/02/2013 06:10 AM, Dale Amon wrote: > > I have shifted some VM's to a new server running Quantal > > and have had a world of trouble. The first one was caused > > by issues with an apparently compiled in path in their > > apparmor

Re: [libvirt-users] how to know one domain is defined or not

2013-01-17 Thread Gao Yongwei
2013/1/17 Michal Privoznik > On 17.01.2013 10:37, lei yang wrote: > > Hi experts > > > > I want to write a script to determine one domain named "vm1" is > > defined or not, if defined, I will undefine it. > > > > The question is how could I know it define or not ? > > either you can 'virsh list -

Re: [libvirt-users] Libvirt node is not getting booted through network with KVM too

2013-01-17 Thread Laine Stump
On 01/16/2013 12:20 AM, Varun Bhatnagar wrote: > Hi, > > Sorry for putting the images. Posting this question again. > I am trying to boot my node through network with the following > configuration (even with KVM it is not getting booted): > > *< domain type='kvm'>* > * < name>Node-2-3* > > * < os

Re: [libvirt-users] firewalld, no dhcp and virsh

2013-01-17 Thread Laine Stump
On 01/16/2013 12:27 AM, Paul Wouters wrote: > > On all of the networks I create, I really don't want > libvirt/KVM/virt-manager to do any kind of DHCP. I'm currently using > xml files to feed into libvirt via virsh, for example: > > > 192_0_1 > > > > > > > Running this through virsh

Re: [libvirt-users] how to know one domain is defined or not

2013-01-17 Thread lei yang
Thanks, works for me Lei On Thu, Jan 17, 2013 at 10:01 PM, Michal Privoznik wrote: > virsh list --persistent --all ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] how to know one domain is defined or not

2013-01-17 Thread Michal Privoznik
On 17.01.2013 10:37, lei yang wrote: > Hi experts > > I want to write a script to determine one domain named "vm1" is > defined or not, if defined, I will undefine it. > > The question is how could I know it define or not ? either you can 'virsh list --persistent --all | grep $vm' or you can try

[libvirt-users] how to know one domain is defined or not

2013-01-17 Thread lei yang
Hi experts I want to write a script to determine one domain named "vm1" is defined or not, if defined, I will undefine it. The question is how could I know it define or not ? Lei ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redh