Mouse / Keyboard problems when installing RHEL on RHEV 3
Hello,
When installing a RHEL 6.2 guest on a virtual server (hosted on RHEV 3 Hypervisor) using the SPICE client, the mouse and keyboard will randomly stop working. I have tried restarting the guest, and managed to get further, even as far as the reboot and then as far as configuring kdump, but again after a few minutes the mouse freezes again and the keybaord is again unresponsive.
I have installed Windows 7 and XP guests on the same hosts and did not have this problem. With the RHEL guest I am using VirtIO.
Does anyone have any suggestions about this?
Responses
Hi Piotr.
No, virtio has nothing to do with this. Do you have the QXL xorg driver and the RHEV tools installed in the guest?
Are you accessing the guest's console directly, or through another remote viewer app?
Adding the right channel:
rhn-channel -a -c rhel-x86_64-rhev-agent-6-server
(there are relevant channels for other bittage and RHEL5 guests, just run rhn-channel -L to see the full list)
yum install rhev agent
service rhev-agentd start
chkconfig rhev-agentd on
make sure xorg-x11-drv-qxl is installed
After that my VM was working perfectly, and I'm accessing it over a poor congested WAN
The yum and rhn-channel commands I ran in the cli console. xorg-x11-drv packages are of course for the GUI
OK, now I see what's going on. This is quite unusual, but I have two suggestions to try nonetheless:
1. Try with another ISO image (and test this one with md5sum)
2. try to run the setup in Run-Once mode with VNC instead of Spice - does it make a difference?
I see, so there is some sort of conflict with Spice or QXL. Can you install the VM using VNC and then start it again with Spice instead? I wonder how it will behave then.
If the VM fails to boot with Spice, you can switch back to VNC, start the VM up, and see the logs in the VM - that should provide us with a lead
I have tried to reproduce this on several differently configured setups with different hardware - with no luck. Can you post some details about your setup - what hardware is used, how it is configured, logical networks, display networks and vlans, VM details... Anything that is relevant really
BTW, do even VMs with no X server installed fail to boot with spice?