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

Re: [Xen-API] xen management ap versus xend-tcp-xmlrpc-server

To: Henning Sprang <henning_sprang@xxxxxx>
Subject: Re: [Xen-API] xen management ap versus xend-tcp-xmlrpc-server
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Wed, 24 Jan 2007 18:50:16 +0000
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 24 Jan 2007 10:49:42 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45B7A6A7.9070309@xxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <45B7A6A7.9070309@xxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Wed, Jan 24, 2007 at 07:34:15PM +0100, Henning Sprang wrote:

> Hi,
> Ad here my actual question:
> 
> the xend-config.sxp file contains multiple settings for some magic
> xml-rpc service, xend-tcp-xmlrpc-server amongst others.
> 
> Enabling this one, for example, seems to do nothing - no tcp port is
> listening on anything.
> 
> I cannot find any docs.
> 
> What's the diference between the xen-api-server, which seems something
> very new, and seems to be configured with only this one parameter, and
> the things configured with xend-tcp-xmlrpc-server and his freinds, whic
> seems older,  but to have no effect.
> 
> Do I have to compile xen with specific options to enable it?

You're right that xen-api-server is very new -- I snuck this in at the end of
the 3.0.4 release cycle, so that people could try the Xen-API support.  It
will be available as a full release, not a preview, with 3.0.5.

The only documentation of that option is in tools/examples/xend-config.sxp
(though I think that the comments there are pretty comprehensive).  If you
could update the main docs, then that would be great.

You don't have to enable specific options, though you do need to be using
3.0.4 or above (preferably xen-unstable, because it's still changing a fair
amount).

xend-tcp-xmlrpc-server et al are the legacy interfaces into Xend.  Certainly
if you turn one of these on and restart Xend you should see open ports.

Here's a quick run through:

xend-http-server: Very old and totally broken HTML interface and legacy,
generally working SXP-based interface, on port 8000.

xend-unix-server: Ditto, using a unix domain socket.

xend-unix-xmlrpc-server: Legacy XML-RPC server, over HTTP/unix, the recommended
way to access Xend in 3.0.4.

xend-tcp-xmlrpc-server: Ditto, over TCP, on port 8006.

xen-api-server: All new, all shiny Xen-API interface, available in preview
form now, and landing for 3.0.5.

HTH,

Ewan.

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api