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

[Xen-API] Accessing XCP console

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] Accessing XCP console
From: Ahmed Kamal <email.ahmedkamal@xxxxxxxxxxxxxx>
Date: Mon, 28 Dec 2009 19:38:25 +0200
Delivery-date: Mon, 28 Dec 2009 09:38:25 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=8NbLiNaRGHgkiZ9anZVRntbfrbumXB9xtoefj3haAa8=; b=yAXa3OQrcDuMJvsbyr1pOhPs9V2wvrCBVrsmlT6tu7x7GkjM8mgmmG4XIzvB2G1f6D 226lAG9ixI7/qNgeWd4sIFobcNJGAZRKPdrNCDsa9YwFAWbJMQtyui5/GJFcO5yARcwG O0itXIxMBP7e1kX7gGu3jWgznrhszB4d9i7Qs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Szmt2jPHANj0cb4fAx8ZZ0S0DfdoV/4z651Z0GlnWzbA1Jhldlj2QnkQGIWzNf4uaZ avtKPwsB0DRURuF9s0BrSJJH76S02ecpdgU90S1bnybej6f3pkFt1EAW8+gWhigm/gib w0OtNblIDv7EsQOFULg5gx8aMeGViKwNqsPhk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Hi folks,

I'm just starting with the Xen Cloud project (XCP), and I like what I'm see'ing. However, I have a couple of questions

- Trying to access a VM's console is problematic, for example doing
xe console-list vm-uuid=26fe6e30-87b7-b539-5002-9ecc26aca747
yields

Now, that URL for the console results in a 404 when visited in a browser. I'm not so sure how to access it. Ideally, I'd like a front end web server to serve consoles (vnc java client) to multiple backend XCP nodes. But it's unclear to me how to achieve this ? Hopefully some authentication layer will be available.

- I am using the python API bindings. Where do I find the most up2date API documentation please ?

Thanks a lot
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] Accessing XCP console, Ahmed Kamal <=