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] [Help request] Xen 3.4 serial console setup problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] [Help request] Xen 3.4 serial console setup problem
From: Seongil O <swdfish@xxxxxxxxx>
Date: Tue, 31 Aug 2010 10:49:20 +0900
Delivery-date: Mon, 30 Aug 2010 18:50:52 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=C/tjZwyi1FXBGudGbIxgGpglaKFmnATwfHdSsqOiRGA=; b=lZ7cjSHfGWz4FQJ96KeVVYe+fjEDwiPkBRonHHcJpXFTwCdoxSXWbjYGe0Ji48cqRz V8FQGvSR4ioeUPdPqYmoXaFtIhMRXqnmISQvW/WaqBE3Sc12dYWvgpGP5/l9Qp5X3Qgn fSu/BXNCVE+k6mvk8/2LVfl5g4uSdbYB//ZYk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=bxaqG78fMU3gtrlfG3HD9J7H41CwL3jfmc1vEbHqAA6qa/HLm3bpmxP5wqipAnKC88 Qa8ps65WhzEufwSUKh+RoSo9UVgyhyhEWApfXkyLjzWB0BW27+I6RuaHwajBFWyL1LBG E8/WzimZGseA660poDqk18hIF15HzuPoAKEdI=
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all.
I ask Xen-users' help on configuring serial console for dom0.
 
Xen setup environment:
Quad core Xeon server blade with 16GB FB-DIMM.
OS: CentOS 5.5
Xen ver: I intstalled Xen 3.4.3 with GITCO-XEN3.4.3_x86_64.repo ( It quite works well, but I can't use some function such as serial console for dom0, hvm domU installation with virt-manger and so on.)
 
To use serial console with my Xen installed server blade, I configured grub.conf with the direction 31.5 of Redhat Virtualization manual.
 
Here's my grub.conf
==================================================================================================
default=0
timeout=5
serial --unit=0 --speed=115200
terminal --timeout=5 serial console
title CentOS (2.6.18-194.11.1.el5xen)
        root (hd0,0)
        kernel /xen.gz-3.4.3 com1=115200,8n1
        module /vmlinuz-2.6.18-194.11.1.el5xen ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS0,115200n81 rhgb quiet
        module /initrd-2.6.18-194.11.1.el5xen.img
==================================================================================================
 
The interesting thing is that above serial console setting works well with CentOS's Xen original repo(Xen 3.1.2-194.11.1.el5).
 
I'm looking around web to find solution for several days, but all the solution I found was not far different from above setting.
 
If there's anyone who know the solution, please let me know.
 
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [Help request] Xen 3.4 serial console setup problem, Seongil O <=