Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
69 views

Xen HVM: How to delay the boot process?

I need to give a user access to the console of a Xen HVM domain, for troubleshooting a boot problem. The problem is, the guest boots so fast, it is almost impossible to have the VNC session ready when ...
0
votes
1answer
95 views

resize a xen hvm disk

Ok, I am trying to resize a Xen HVM disk. I have added the space to the vm as you can see here it is now 780GB. --- Logical volume --- LV Name /dev/VM_VolGroup/vm104_img VG Name ...
1
vote
2answers
596 views

Xen HVM guest has severe clock drift

I am seeing a very severe clock drift on my Xen HVM VPS, rented from a hosting provider, so I don't have access to the dom0 system. I continuously run ntpd, but the clock drifts by as much as 30 ...
11
votes
2answers
10k views

Difference between Xen PV, Xen KVM and HVM?

I know that Xen is usually better than OpenVZ as the provider cannot oversell in Xen. However, what is the difference between Xen PV, Xen KVM and HVM (I was going through this provider's specs? Which ...
0
votes
2answers
2k views

Enable Intel-VT inside of VMware Workstation

I'm testing Nova Compute from OpenStack project inside of a VMware Workstation v7 virtual machine, and I get this error: libvirtError: internal error no supported architecture for os type 'hvm' ...
0
votes
2answers
347 views

What steps should I take to debug this non-starting hvm virtual machine?

I have a dom0 machine running CentOS 5.4 with all the latest updates using Xen as my hypervisor. I am using Xen in part because this machine was set up prior to KVM being included in RHEL, and in ...
0
votes
1answer
1k views

Xen HVM Linux DomU fails with I/O errors

I am using Xen hardware-based virtualization for sevaral Linux DomUs. One of them keeps failing randomly with I/O errors when there is heavy I/O load in other DomUs. dmesg contains is the following ...
4
votes
3answers
1k views

Easiest way to convert HVM DomU to PVM?

I've got a bunch of Xen 3.4 DomUs that are currently running as HVM because of our infrastructure (Kickstart which doesn't handle Xen PVM yet). Both DomU and Dom0 are RHEL5 machines. If I understand ...
0
votes
1answer
601 views

Ubuntu 9.04 server install hangs as DomU with HVM

I am currently trying to install Ubuntu 9.04 server as DomU using hardware virtualization. Whenever I boot up the domain, the splash screen works well, but as soon as I select "Install Ubuntu server", ...