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] FW: [xen-org/xen-api] 66083e: CA-63739: Fix console handli

To: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Subject: Re: [Xen-API] FW: [xen-org/xen-api] 66083e: CA-63739: Fix console handling after reboot/migrat...
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Fri, 29 Jul 2011 12:11:57 +0400
Cc: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 29 Jul 2011 01:13:27 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; bh=tr8b0ocuUJtBmNT9AMROCJM88kxUP64P+cywfMYN0lA=; b=Jftbvk3CZJlYYuYBjOwRNxDspr330cV0oQxFWW/s5JGQN3rcEJkuLr5xwAObfDnq7+ 2vDz22NlEnu3u0q6XbJIcNQ/Lf9Pxh4r/PlrXIirXYf5HqtHdYFVydVkPESFlafaaTwz ol47yeormQHPhcdVJx9DYbI2Ibtus49F5Oq7E=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <81A73678E76EA642801C8F2E4823AD21BC2E0C27CA@xxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <81A73678E76EA642801C8F2E4823AD21BC2E0C27CA@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Looks fun.

We solve this problem slightly differ: we wrote (yet anoter) terminal
emulator: https://github.com/selectel/pyte and create connection broker
on management server - when VM migrates broker simply reconnect to new
VM location (transparently for user).

В Чтв, 28/07/2011 в 17:37 +0100, Dave Scott пишет:
> Hi xen-api,
> 
> As of changeset 66083ee70 in xen-org/xen-api master there is experimental 
> support for pure PV text consoles.
> 
> It's now possible to type:
> 
> $ xe console vm=myvm
> 
> to attach to the console, just like "xm console" and "xl console". This 
> avoids having to mess around with port-forwarding and VNC, making debugging a 
> lot easier.
> 
> From the XenAPI point of view, a PV guest now has 2 consoles, one with 
> protocol=rfb and one with protocol=vt100. The vncterm VNC is still available 
> via the protocol=rfb console.
> 
> Many thanks to Ewan Mellor (cc:d) who provided the necessary changes to 
> vncterm to make this work!
> 
> Furthermore for the really adventurous, there is experimental experimental 
> support for PVFB, activated by setting the option:
> 
> $ xe vm-param-set uuid=... platform:pvfb=true
> 
> Anecdotally this worked quite well for me when I installed a debian squeeze 
> VM.
> 
> Cheers,
> Dave Scott
> 
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/mailman/listinfo/xen-api



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

<Prev in Thread] Current Thread [Next in Thread>