WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Start a VM without using XM command

Hi

What do you mean by "program"?
The definition is very vague and can be interpretted many ways in this context.
I assume you aren't familiar with scripting if you are asking this question.

I recommend you take a look at a scripting language called bash, it is usually distributed with Linux as the default shell.

A script to pause a certain VM (say this one is called vm0) would like something like this:

#!/bin/bash
/usr/sbin/xm pause vm0

Joseph.

On 2 October 2011 20:12, Manu R Krishnan <manurk.88@xxxxxxxxx> wrote:
Hi friends,
    I want to write an application to start of pause the VMs on Xen. Now i am using xm command to start/pause the VM. Is there any way to start a VM using a program?
Thanks in advance.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel




--
Founder | Director | VP Research
Orion Virtualisation Solutions
 | www.orionvm.com.au | Phone: 1300 56 99 52 | Mobile: 0428 754 846

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>