xm console command is not working in XEN
- by stillStudent
I have XEN 4.0.x.x rpm with CENT OS. I have set it up and have many VMs on it. But problem is when I execute 'xm console ' command from dom0, command just hangs dom0 and some 'y' comes up in next line but nothing really happens.
Is it a bug in xen 4.0 and I need to upgrade it or I can tweak some configuration file in /etc/xen/ to make it work.
I found following at some site but its not working:
In order to be able to login to your domU from the console using:
xm create {your hostname}.cfg -c
(to the set root password for ssh, for instance, or to see more output than just kernel output when debugging) it may be necessary to add the following line to your /etc/xen/{your hostname}.cfg
extra='xencons=tty'
Is there any other way to solve it?