Questions tagged [paravirtualization]

Paravirtualization is a virtualization technique in which the kernel of the guest OS 'cooperates' with the hypervisor in providing low-level hardware-related functions, instead of relying on slower and much more complex emulation. This requires a modified kernel of the guest OS.

23 questions
7
votes
2 answers

Running linux containers (lxc) on ubuntu to isolate web server processes (ruby/thin)

I am trying to setup a server where I would be running multiple apps. Mostly internal but could also be open source projects like Redmine. They would all be Rails/Ruby apps/test scripts running on headless browsers. In essence, I am trying to setup…
Vagmi Mudumbai
  • 183
  • 1
  • 7
4
votes
2 answers

Cannot connect to EC2 instance after converting Ubuntu 16 PV to Ubuntu 16 HVM

So it's been a few days and I still can not connect to my new HVM instance with EC2 running Ubuntu 16. For reference, I am trying to upgrade our server from an m3 instance running Ubuntu 16, to a C5 instance running Ubuntu 16. For almost every…
Alex
  • 221
  • 1
  • 7
4
votes
2 answers

CentOS 7.0 as DomU in XenServer 6.2 SP1; cannot run with PV drivers?

It appears that CentOS 7 cannot work with paravirtualized drivers with XenServer 6.2 I’ve installed one PVHVM guest with the xs-tools package but the drivers fails to connect at bootime. I got this message on the dmesg, on the DomU: [ 0.000000]…
Vinícius Ferrão
  • 5,400
  • 10
  • 52
  • 91
4
votes
1 answer

Whole block device named xvda1, xvda2 instead of xvda, xvdb

I am working on a VM that was set up for me in a public cloud. It's running under the Xen hypervisor in paravirtualized mode and has two virtual disks. So I expect the virtual disk block devices to be named xvda and xvdb. However, the way this…
Dan Moulding
  • 337
  • 2
  • 6
  • 11
4
votes
1 answer

Does CentOS 6 have Xen-compatible Kernel?

I would to try to convert my VirtualBox image and upload to Amazon EC2, following this tutorial: http://www.ioncannon.net/system-administration/1246/converting-from-virtualbox-or-vmware-to-ec2-now-easier-than-ever/ However, the operating system…
3
votes
0 answers

Can the Amazon AMI Operating System (in particular 2016.03) use huge pages on a paravirtual (PV) instance?

I don't believe huge pages work on PV machine running Amazon's AMI OS. I would like to know if this is related to the Amazon OS, or the virtualisation type. I believe huge pages can be enabled (somehow) on a PV machine, but it is more generally…
Jordan Stewart
  • 241
  • 2
  • 6
2
votes
1 answer

Mismatch in SCSI controllers between vSphere and Linux using pvscsi driver

Using RHEL6 and vSphere 5.5. System was previously using LSI Parallel scsi controller. After switching to Paravirtual SCSI controller, the SCSI controllers (and therefor disk IDs) are not matching in the OS. For example: VM has 4 SCSI Controllers. …
Joel Moore
  • 23
  • 4
2
votes
2 answers

Why do KVM needs Hardware Assisted support to install even Linux based OS

For XEN we dont need Hardware Assisted support for running linux os. But why do we need that for KVM for running even linux based os. Can Kvm be configured to support para virtualization. Edit: With full virtualization guests may not be aware that…
Kevin Parker
  • 757
  • 1
  • 13
  • 29
2
votes
3 answers

xenserver PV mode -- lvm problems?

So, I'm trying to convert some domU's I have to use PV mode. xe-edit-bootloader -u ... -p 2 Finds the menu.lst no problem. The grub, boot, and root partitions are 1, 2, and 3, respectively. I flagged boot and root as bootable, just to be…
kjprice
  • 131
  • 8
1
vote
0 answers

How can I track security issues with running kernel under paravirtualisation?

I've got a bunch of client's virtual machines running by various providers who use Xen paravirtualisation. Almost all of these are Debian or Debian based systems. I rely on APT pretty heavily to track what security updates need doing, but with a…
mc0e
  • 5,786
  • 17
  • 31
1
vote
1 answer

Use graphical DomU (X11 for Linux, regular UI for Windows) from Dom0 without any GUI on Dom0

I am creating a Xen (para)virtualization setup, with two DomU's: a Windows 10 client install, on HVM, and an Linux client install with X11, on PV. Dom0 is a non-graphical Debian install. So far I have only installed the Linux client DomU, and I have…
Nick Mertin
  • 111
  • 4
1
vote
0 answers

FreeBSD XEN kernel not booting in XenServer 6.2

I have a XenServer 6.2 host, and I am trying to get a FreeBSD-9.1-i386 guest to run in PV mode. The installation of the guest is fine, but after a reboot with the new kernel the system does not boot. make buildkernel KERNCONF=XEN make installkernel…
David Houde
  • 3,160
  • 1
  • 15
  • 19
1
vote
1 answer

Is it possible to run Windows as a Xen VM without VT, using Qemu-dm?

Is it possible to run windows as a virtual machine under Xen using qemu-dm? If so, how can it be done? Since Xen without VT technology supports only para-virtualization, can qemu-dm, the emulator that helps VMs to access network and disk, can be…
ananthan
  • 1,490
  • 1
  • 17
  • 27
1
vote
0 answers

Xen Hosting - What Could Be Causing My Kernel to Not Boot - At All?

I have a VPS at Linode, and I'm trying to boot Gentoo's hardened kernel - which is patched with Grsecurity and PaX. On Linode, you can boot a kernel of your choice by utilizing their "PV-Grub" kernel; and I have done so successfully a dozen times…
bottles
  • 269
  • 1
  • 2
  • 10
1
vote
1 answer

Does XenServer 5.6's pygrub require initrd?

I'm trying to run Gentoo paravirtualized under XenServer 5.6. Now, Gentoo is perfectly capable of booting without initrd, so my question is: Do I need an initrd for pygrub to work? Earlier attempts without initrd had resulted in errors, which…
pepoluan
  • 4,918
  • 3
  • 43
  • 71
1
2