2
votes
3answers
423 views

How to access a KVM virtual-machine?

I've created a KVM VM using virt-install. There is an image file in the directory /ssd/kvms. How do I access the virtual machine and turn it on? Do I need to assign an IP address, and if so, how do I ...
1
vote
1answer
985 views

What is the difference between virbr# and vnet#?

I am running KVM on RHEL6, and I have created several virtual machines in it. Issuing ifconfig command to the host system command line shows a list of virbr0, virbr1... and vnet0, vnet2... Are they ...
1
vote
2answers
656 views

Why doesn't eth0 get an ip address when set up in a bridge?

I'm trying to understand how dhcp for IPv4 is used with bridging. eth0 is configured to be in br0. This is working just fine but only br0 gets a dhcp lease, while eth0 doesn't. Both are configured ...
1
vote
1answer
126 views

How to get the cloned guest connected to the Internet?

I made a clone of a VM(running a version of Centos 6) on KVM, but the clone wouldn't connect to the Internet. Issuing ifconfig shows no interfaces but the lo. Interestingly, the original system can ...
2
votes
1answer
290 views

How to extend an ext3 partition over LVM inside a file (virtual machine)?

I need to extend the root partition of a virtual machine (VM) using LVM (Logical Volume Manager) . I can afford a few minutes of downtime so a VM shutdown/reboot is fine. The virtual hard disk is in ...
1
vote
1answer
147 views

KVM guest machine graphics problem

I'm new to KVM. I use the following way to create and start a guest KVM machine. qemu-img create -f raw centos.img 100G /usr/libexec/qemu-kvm -hda ./centos.img -cdrom /usr/local/CentOS_5.6_Final.iso ...
5
votes
1answer
1k views

Linux - LXC; deploying images with tiniest possible X11

is it currently possible to setup LXC containers with X11 capabilities? I'm looking forward for the lightest available X11 container (memory-wise), hardware acceleration a plus but not essential. If ...
2
votes
1answer
680 views

Using mplayer inside kvm/qemu

Is it possible to use mplayer inside kvm/qemu configuration? What video driver should I use? The only driver that worked was sdl and it was super slow. EDIT: I just found out that VirtualBox works ...
5
votes
2answers
612 views

Good tutorial for setting up a KVM/Xen box and advice on which would be better

I've got a dual xeon, 2GB, 75GB hd server that I'd like to turn into my dedicated virtual environment. Currently I'm using VirtualBox locally to run a mock cluster for Cassandra and Nginx/Haproxy, ...