Hi, although it is primarily a VirtualBox problem, but maybe someone knows the answer here. I read that it is not possible to run vbox on dom0. http://www.virtualbox.org/ticket/2383 Is it possible to run it on domU? Thanks, Miklos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
As a rule, if something isn''t possible in dom0 it won''t be possible in a paravirt domU either. I''m afraid that''s the case here - VirtualBox needs more low level control over the CPU than Xen will give it. You can probably get away with running VirtualBox inside an HVM domU, if you have HVM-capable hardware. If that doesn''t work reliably it may be hard to fix, though. Using Qemu without any accelerators (i.e. KVM or kQemu) should also work in any domU but it is much slower. In the future, perhaps somebody will make it possible to virtualise the HVM instruction set, then nesting like this will be easier. For the moment, though, that''s not possible. Hope that clears things up. I think my information is up-to-date... Cheers, Mark On Thursday 26 February 2009 19:09:49 Espák Miklós wrote:> Hi, > > although it is primarily a VirtualBox problem, but maybe someone knows > the answer here. > > I read that it is not possible to run vbox on dom0. > http://www.virtualbox.org/ticket/2383 > > Is it possible to run it on domU? > > Thanks, > > Miklos > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thank you, it is much more clear. Unfortunately, the Sun Fire V40Z server, on which I want to install a win2k3 server, has 1st gen. Opteron CPUs, which do not support hardware virtualization. If they would, I could install Windows directly on XEN as a domU. XEN supports Windows only on HVM capable hardware, but VirtualBox does not need HVM, so it seemed to be a good solution. I also tried VMWare, but it does not run on dom0 either. The dom0 is a Debian Etch and there is a domU with Oracle Enterprise Linux. Maybe I should replace XEN to another solution, which supports both Windows and Linux without HVM, and can boot them from LVM. VirtualBox can only use image files. Is there such a VM? If not, I will try qemu. Thanks! Miklos On Thu, Feb 26, 2009 at 8:21 PM, Mark Williamson <mark.williamson@cl.cam.ac.uk> wrote:> As a rule, if something isn''t possible in dom0 it won''t be possible in a > paravirt domU either. I''m afraid that''s the case here - VirtualBox needs more > low level control over the CPU than Xen will give it. > > You can probably get away with running VirtualBox inside an HVM domU, if you > have HVM-capable hardware. If that doesn''t work reliably it may be hard to > fix, though. > > Using Qemu without any accelerators (i.e. KVM or kQemu) should also work in > any domU but it is much slower. > > In the future, perhaps somebody will make it possible to virtualise the HVM > instruction set, then nesting like this will be easier. For the moment, > though, that''s not possible. > > Hope that clears things up. I think my information is up-to-date... > > Cheers, > Mark > > On Thursday 26 February 2009 19:09:49 Espák Miklós wrote: >> Hi, >> >> although it is primarily a VirtualBox problem, but maybe someone knows >> the answer here. >> >> I read that it is not possible to run vbox on dom0. >> http://www.virtualbox.org/ticket/2383 >> >> Is it possible to run it on domU? >> >> Thanks, >> >> Miklos >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi there,> Unfortunately, the Sun Fire V40Z server, on which I want to install a > win2k3 server, has 1st gen. Opteron CPUs, which do not support > hardware virtualization. If they would, I could install Windows > directly on XEN as a domU.I see.> XEN supports Windows only on HVM capable hardware, but VirtualBox does > not need HVM, so it seemed to be a good solution.Yes, my desktop machine has no HVM support and I used VirtualBox to run Windows XP on it for testing - I''ve been impressed with VirtualBox.> I also tried VMWare, but it does not run on dom0 either. > > The dom0 is a Debian Etch and there is a domU with Oracle Enterprise > Linux. Maybe I should replace XEN to another solution, which supports > both Windows and Linux without HVM, and can boot them from LVM. > VirtualBox can only use image files. > > Is there such a VM?Hrmmm. You won''t be able to run any fast-performing virtualiser *within* Xen on that system, so if you need to run Windows on this box you''ll *either* have to use Qemu in a domU and take a big performance hit or switch from Xen to another solution. Assuming you *do* decide to remove Xen, you could try: * VirtualBox News here: http://www.virtualbox.org/wiki/News lists for Jun 5, 2007, ""raw disk support", which should be what you want. Are you sure it won''t work? Or do you have an older version of VirtualBox installed? (in which case, maybe you could just upgrade that?). You should just be able to pass partitions, LVM volumes, etc to it as raw disks, I''d expect. * You could probably also use VMware Server to boot guests from LVM or whatever? Or if you don''t absolutely require LVM you could install VMware ESX ( think there''s a free-as-in-beer version of this now) on the host and use that to manage all your guests. * Qemu + kQemu but I don''t know if kqemu is intended to be a particularly robust / secure solution. I haven''t had the impression it''s a particularly good option if you have other choices. Lots of choices, anyhow - unfortunately, most of them involve a change in your setup to avoid Xen :-/ Cheers, Mark> If not, I will try qemu. > > Thanks! > > Miklos > > On Thu, Feb 26, 2009 at 8:21 PM, Mark Williamson > > <mark.williamson@cl.cam.ac.uk> wrote: > > As a rule, if something isn''t possible in dom0 it won''t be possible in a > > paravirt domU either. I''m afraid that''s the case here - VirtualBox needs > > more low level control over the CPU than Xen will give it. > > > > You can probably get away with running VirtualBox inside an HVM domU, if > > you have HVM-capable hardware. If that doesn''t work reliably it may be > > hard to fix, though. > > > > Using Qemu without any accelerators (i.e. KVM or kQemu) should also work > > in any domU but it is much slower. > > > > In the future, perhaps somebody will make it possible to virtualise the > > HVM instruction set, then nesting like this will be easier. For the > > moment, though, that''s not possible. > > > > Hope that clears things up. I think my information is up-to-date... > > > > Cheers, > > Mark > > > > On Thursday 26 February 2009 19:09:49 Espák Miklós wrote: > >> Hi, > >> > >> although it is primarily a VirtualBox problem, but maybe someone knows > >> the answer here. > >> > >> I read that it is not possible to run vbox on dom0. > >> http://www.virtualbox.org/ticket/2383 > >> > >> Is it possible to run it on domU? > >> > >> Thanks, > >> > >> Miklos > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>> The dom0 is a Debian Etch and there is a domU with Oracle Enterprise >> Linux. Maybe I should replace XEN to another solution, which supports >> both Windows and Linux without HVM, and can boot them from LVM. >> VirtualBox can only use image files. >> >> Is there such a VM? > > Hrmmm. You won''t be able to run any fast-performing virtualiser *within* Xen > on that system, so if you need to run Windows on this box you''ll *either* have > to use Qemu in a domU and take a big performance hit or switch from Xen to > another solution. Assuming you *do* decide to remove Xen, you could try: > > * VirtualBox News here: http://www.virtualbox.org/wiki/News > lists for Jun 5, 2007, ""raw disk support", which should be what you want. > Are you sure it won''t work? Or do you have an older version of VirtualBox > installed? (in which case, maybe you could just upgrade that?). You should > just be able to pass partitions, LVM volumes, etc to it as raw disks, I''d > expect.I looked for raw disk support using the GUI frontend. You are right, direct disk access is supported in command line, although it is said to be experimental. It seems that the final solution will be to virtualize one of our small servers on the Sun Fire with Xen (converting it to be another domU), and put the win2k3 on that hardware. Xen works great now, so it does not need to be replaced in this way. Thanks! Miklós> * You could probably also use VMware Server to boot guests from LVM or > whatever? Or if you don''t absolutely require LVM you could install VMware ESX > ( think there''s a free-as-in-beer version of this now) on the host and use > that to manage all your guests. > > * Qemu + kQemu but I don''t know if kqemu is intended to be a particularly > robust / secure solution. I haven''t had the impression it''s a particularly > good option if you have other choices. > > Lots of choices, anyhow - unfortunately, most of them involve a change in your > setup to avoid Xen :-/ > > Cheers, > Mark_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users