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] Xen guest configs in sqlite databases?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen guest configs in sqlite databases?
From: Tim Post <echo@xxxxxxxxxxxx>
Date: Sat, 02 Aug 2008 14:16:49 +0800
Delivery-date: Fri, 01 Aug 2008 23:18:06 -0700
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>
Organization: echoreply.us
Reply-to: echo@xxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Before I go re-inventing a wheel I was wondering if anyone had written a
program to store and regurgitate xen-u config files from a sqlite
database?

My example usages would be:

xm create `xensql --format options domain-name` , which would expand all
--options needed to pass to xm within the backticks.

xensql --format xml domain-name > /path/to/domain-name.xml would create
an XML configuration file

xensql domain-name > /path/to/domain.cfg would create the usual python
arrays.

Does something like this exist? I've been looking around but have not
been able to find it. Perhaps this is part of a Xen utilities package or
project that I have yet to find?

Thanks in advance!
--Tim

-- 
Monkey + Typewriter = Echoreply ( http://echoreply.us )


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen guest configs in sqlite databases?, Tim Post <=