hi,
Thanks for your reply.
At first, I have setup serial console manually as
http://www.linuxdynasty.org/how-to-setup-serial-console-on-linux.html.
But after reboot domU and type "xm console test", nothing print and
command hangs.
So I have tried reinstall domU with "console=ttyS0", I don't know
if I use the correct config. I add "console='ttyS0'" at the bottom of
config file. you can see as below:
kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
name = "test"
memory = 1024
disk = [ 'file:/srv/xen/test.img,hda,w',
'file:/root/xen/CentOS-5.4-i386-bin-DVD.iso,hdc:cdrom,r'
boot = "d"
vif = [ 'type=ioemu, bridge=eth1' ]
vcpus=1
on_reboot = 'restart'
on_crash = 'restart'
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncpasswd='password'
stdvga=0
serial='pty'
usbdevice='tablet'
console='ttyS0'
But the same thing happened, after reboot domU and type "xm console
test", nothing print and command hangs.
:) , I am confused about that.
Thank you again!
Best Wishes!
Qiang Ma
On Fri, Jan 22, 2010 at 11:50 AM, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:
> On Fri, Jan 22, 2010 at 9:53 AM, ma qiang <maqiang1984@xxxxxxxxx> wrote:
>> kernel = "/usr/lib/xen/boot/hvmloader"
>> builder = 'hvm'
>
>> After that, the system runs ok, nothing wrong. I can attach to this
>> domain's VNC server by using "xm vncviewer test".
>> However, now if I use "xm console test", nothing print, like the command
>> hangs.
>
> "xm vncviewer" -> connects to domU's GUI (vga/tty1). This is enabled by
> default
> "xm console" -> connects to domU's "serial" console (ttyS0 on hvm
> guests, xvc0/hvc0 on PV guests). Not enabled by default.
>
> Had you install Centos domU with "console=ttyS0", it would setup the
> serial console. Since it's already running, you need to setup serial
> console manually. Something like
> http://www.linuxdynasty.org/how-to-setup-serial-console-on-linux.html
>
> --
> Fajar
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|