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

[Xen-users] Programmatic management alternatives of Xen domains

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Programmatic management alternatives of Xen domains
From: "Ciprian Dorin, Craciun" <ciprian.craciun@xxxxxxxxx>
Date: Wed, 19 May 2010 19:03:15 +0300
Delivery-date: Wed, 19 May 2010 09:04:41 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=9LHnQr3VCO3jnq2E2E0FaeFSbF4sL0dTzQJVkHhoS9Y=; b=w8+T3K2NBuILseMYYKX8uZ2vD4J66f3l6WOHNM/UHrQGycQpwzSzoTFfglxUEQKMOc XQAm6O/SGOfGYnpycWgW44pLx/T3tVHUgYItGlld+qDA84VrT+JNutZufey28iaiM81w 5ztil4qPMc887CYDa/ec5VUOomhCuTKVVJAKc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=j3xyxwZ79VDWxahAqXOcGYOMvXKwBe5fYMb+C82nWOdhm+nMJ6BQ7287GnYCYMXPUN P+SyXpSBItrST1W6cLNKS+r1BqVm6nobmAbHHVuM+NG8/xQB6RG7yqEsFsHny78Gt0QW e+AZtz21jhhPoC47KiD/ehCytOXo3ta2HR32w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
    Hello all!

    We (my colleagues and I) want to integrate Xen into an
infrastructure management platform, and would like to programmatically
manage Xen domains (creating, querying, migrating, etc.).

    So I've done a small search on the "web" for a Xen API, and I've
found the following alternatives.

    Alternatives (are there any other ones?):
    * XenApi ( http://wiki.xensource.com/xenwiki/XenApi ) -- XML-RPC
-- current standard (?) -- I guess all features and stable;
    * xm and other command line tools -- we could use directly these
tools -- all features and stable;
    * XAPI ( http://xenbits.xen.org/xapi ??) -- library -- next
standard (?) -- guess still in development and unstable;
    * libxenlight (
http://blog.xen.org/index.php/2009/11/09/libxenlight-released/ ) --
only announced, no specific site yet (?);

    Thus I would like to ask the community members their opinion
related to the most advised (short and long term) API for this. (We
don't need remote access, local is Ok as we'll have an "agent" running
on each Dom0.)

    Thank you all,
    Ciprian.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Programmatic management alternatives of Xen domains, Ciprian Dorin, Craciun <=