Starting / stopping VMs

2012-06-06 Thread Michael Johns
Hi list, Before using KVM I was using Xen, and am hoping to see if I can do similar things in KVM. In Xen, I could watch for starting and stopping virtual machines by using a script which polled the XenStore, a small database from which small amounts of information about running machines which

Re: Starting / stopping VMs

2012-06-06 Thread Mauricio Tavares
On Wed, Jun 6, 2012 at 10:57 AM, Michael Johns michaelj8...@gmail.com wrote: Hi list, Before using KVM I was using Xen, and am hoping to see if I can do similar things in KVM. In Xen, I could watch for starting and stopping virtual machines by using a script which polled the XenStore, a small

Re: Starting / stopping VMs

2012-06-06 Thread Javier Guerra Giraldez
On Wed, Jun 6, 2012 at 9:57 AM, Michael Johns michaelj8...@gmail.com wrote: a small database from which small amounts of information about running machines which indicated the presence or not of virtual machine instances. pgrep works beautifully, especially when using the -name option --