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

Re: [Xen-users] Connect to Xen console

To: Guillaume <guillaume.chardin@xxxxxxxxx>
Subject: Re: [Xen-users] Connect to Xen console
From: "Paras pradhan" <pradhanparas@xxxxxxxxx>
Date: Fri, 14 Nov 2008 09:18:13 -0600
Cc: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 14 Nov 2008 07:18:52 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=RAttEewS9DOwqYmUFTaLzRR1lBMavLuGwsJ1tiBvaiA=; b=GATvI7ozZKY3mGTioCGU8NgBeHffblxPitMT78tiHAWwmQE6VgCMu1gI5kF5f+kZ/e bjwhs/YZhnd7Q2utgnIm7BlT4aTtsNm5wlDI4OTlj2JigJslUaGm/u2+q/cLmeBZ3tPv QMeirpkSlt4/FVMhrUwqElQJy1/e5cDtqjYA4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=j6xq2Tr0DYd9rXrHL55A+MstzngxmQbAeuaNzM6e5UOgFGliqmPb6TzZptsPVm9wKY 3O8T9PEi5zfvUtly+87lUy7NMU+bLd4ZuXvsmXlZYsiSfGuJ0++xPzwFwiuAebW/iqMV LmGyA2zAb6oLUiWpE6KjoyzJgb+jvg8y8CSVw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <aa184bd0811140105q297ce0bex1e2a5f193210763@xxxxxxxxxxxxxx>
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>
References: <aa184bd0811140105q297ce0bex1e2a5f193210763@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Fri, Nov 14, 2008 at 3:05 AM, Guillaume <guillaume.chardin@xxxxxxxxx> wrote:
hi,

I'm new on this list and i need help from experienced users to give
andswer for some questions.

I sen up a dom0 (debian) and would like it to be very minimalist, just
xen tools, some gnu utils and other usefull utilities. This dom0 will
be used to virtualize many hvm OS like windows and some other *nix
paravirtualized. Till there are no problem to view/connect to console
of paravirt OSes, I have some problem  to view console of hvm guests.
I was able to connect only to these guest with vnc. If I use `xm
console <domID>`it's only diplay "connected to <domID> console" (or
something like that), but no "graphics".

I don't know if it's possible, but is there a way to display the guest
console, directly on dom0 console by using `xm console <domID>`
WITHOUT installing X on dom0.

Maybe problem come from my config file. I try some tricks with
sdl=0/1, stdvga=1 etc.... But nothing seem to works execpt using VNC.


Thanks for your help.


-----------------------
kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader"
builder='hvm'
memory = 128
shadow_memory = 8
name = "winXP"
vif = [ 'type=ioemu, bridge=xenbr1' ]
disk = [ 'phy:/dev/sda5,ioemu:hda,w', 'phy:/dev/cdrom,hdc:cdrom,r' ]
boot="dac"
#-GRAPHICS-
# enable SDL library for graphics, default = 0
sdl=1
# enable VNC library for graphics, default = 1
vnc=1
vnclisten="192.168.0.22"
#vncconsole=1
stdvga=0
serial='pty'



--
Guillaume

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


This is what I did:


In guest:

* Edit menu.lst file and append console=ttyS0 console=tty0

* In /etc/inittab add:

    "co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav"

In host:

* In xen config file make sure you have serial="pty"



Paras.

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