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-users

Re: [Xen-users] VM Management tools.

To: "Ingard Mevåg" <ingard.mevag@xxxxxxxxxxxxxx>, "Steve Kemp" <steve@xxxxxxxxxxxx>, "Zoltan HERPAI" <wigyori@xxxxxxx>, "Abhishek Gaurav" <gaurav@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] VM Management tools.
From: "Omer Khalid" <Omer.Khalid@xxxxxxx>
Date: Mon, 19 Mar 2007 13:05:58 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 19 Mar 2007 05:05:13 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=R3s2P+0tK9Wx4KzM4GDlwEdYfHQkVcvijBoujcGurBTIuWTD2kRBCBNXssFZrXCVF9htXgOR6EJWDlCZXrRlvSKBxGMBfCRWMiIASjQBdl8OtZfvtWsF9PxQ1c6bG8KXz5RviSJXUJL/c32zFXMglWIRHQSwZXVcFaNmCJTqjKM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=qSAxDWsl8UUCLndZRyhlR8ojpa+NG5nCu321q1btfFRF5+8ag6aZXjWP1yypSbs6oOUn59PI5YY0z98Pq4HjEmkZuOy71iqRki7E/rtO7oUAQ5LaKjF55g7XJfuqbUnoeQZoISOV8Pk2tuFdvqdrWoo4HvHXfcUV6eip7bDX4zs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45FAA5F7.50705@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <bc5d574e0703160457u46813c37wd63a19b760d1d5a@xxxxxxxxxxxxxx> <C2205883.7063%lists@xxxxxxxxxxxxxxx> <20070316140400.GA28000@xxxxxxxxxxxx> <45FAA5F7.50705@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello Everyone,

So it seems for me to jump into the pool too :-)

At CERN, for gLite Grid middle ware we have been using virtual machines for long time. Our use scenario is very different, but one of the tools we created, vGrid, have one component which might interest some people on this thread.

Its a Python script which runs on each cluster node, and publishes the "xm list" status and "load balance" of the node in the browser at a user-configured port. Its built on top of libvirt library.

Have a look here:
http://vgrid.web.cern.ch/vgrid/demo/xen.htm
http://vgrid.web.cern.ch/vgrid/demo/load.htm

I would be happy to contribute this script to the people who are trying to develop an open source solution.

Regards
Omer
On 3/16/07, Ingard Mevåg < ingard.mevag@xxxxxxxxxxxxxx> wrote:
You might want to look at mln also. It does all this, and alot of other
very conveniant management things :)

ingard

Steve Kemp wrote:
> On Fri, Mar 16, 2007 at 02:21:55PM +0100, Julian Pawlowski wrote:
>
>
>> What we need is something you install on all nodes and where you have a
>> central administration directly over a web browser or a Windows program like
>> the one from XenEnterprise - but in OpenSource of course.
>>
>
>   Funny you should say that .. I've been working on this for the
>  past week or two.
>
>   This is the successor to my previous Argo project, named Argos.
>
>   The intention is that it will run exactly as you describe:
>
>    * Each dom0 runs a small agent.
>
>    * There is a central server which contacts each agent and can
>      instruct them to do things;
>
>         - list running instances
>         - list shutdown instances
>         - list all instances, regardless of running/not-running
>         - start domU
>         - shutdown domU
>
>    The central server also provides an XMLRPC interface that can
>   be used to construct a control panel.  Right now there is a
>   simple (working!) command line shell, but we also have a
>   Ruby on Rails web-based control panel in development, and
>   there will be GUI application too  (probably Ruby + Tk)
>
>    As a quick example the shell allows you to list remote nodes
>   and connect to one in particular.  Then you can list the
>   guests and start/stop them.  Here is a capture:
>
>   skx@mine:~/cvs/argos$ ./control/console/console-client.rb
>   skx#> nodelist     <-  List nodes
>       mine
>       yours
>       localhost
>
>   skx#> node mine    <-  Take control of xen host "mine[.my.flat]"
>   skx# [mine]>
>
>   skx# [mine]> list  <-  list xen guests
>   Running:
>         nfsclient.my.flat
>         builder.my.flat
>         cfmaster.my.flat
>   Not running:
>         steve.my.flat
>
>    skx# [mine]> boot steve.my.flat
>    skx# [mine]> exit
>
>    Neat?  I think so.  Only a few hundred lines of Ruby, although
>  there is still work to do getting the web console working, getting
>  SSL sorted out etc.
>
>   If you're interested in trying it out:
>
>     http://argos.cvsrepository.org/
>
>   Debian packages are almost there, and mailing me off-list should
>  let me help with any problems.
>
>   Once it is actually released for the first time there will be
>  webpages on http://xen-tools.org/software/argos/
>
>
>
>> Why isn't there anything for the community? :-(
>>
>
>   Because everybody wants it for free and isn't prepared to write
>  it themselves - much like Xen ;)
>
> Steve
>


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



--
---------------------------------------------------------------
                                                                            
CERN – European Organization for Nuclear
IT Department,  CH-1211 Geneva 23, Switzerland

Phone: +41 (0) 22 767 7996
Fax:     +41 (0) 22 767 4900
E-mail : Omer.Khalid@xxxxxxx
Homepage: http://cern.ch/Omer.Khalid
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>