Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vmWare HowTo / best practices
Date: Sat, 20 Apr 2013 14:31:39
Message-Id: 60d93adfdee822a7f211f8ce8f1bff39.squirrel@www.antarean.org
In Reply to: Re: [gentoo-user] vmWare HowTo / best practices by Jarry
1 On Fri, April 19, 2013 18:42, Jarry wrote:
2 > On 19-Apr-13 17:52, Pandu Poluan wrote:
3 >
4 >> Well, for me, XenServer-based virtualization is very very simple. And if
5 >> I compile the kernel with all Xen PV (paravirtualized) 'FrontEnds', it
6 >> runs near-natively.
7 >>
8 >> Only the xend daemon need some 'tweaking' to run properly.
9 >>
10 >> Do a Google search for "gentoo xenserver" and if you find pages written
11 >> by me, those are my experiences running Gentoo on top of XenServer,
12 >> successfully.
13 >
14 > What I had in mind is administration of hypervisor itself.
15 > ESXi is feature-rich product, and to handle all its possibilities
16 > (i.e. vMotion, vShield, HA, FT, vCenter, DRS/DPM, FW, etc) one have
17 > to spend quite long time by studying and the learning curve is
18 > very steep (again, I'm comparing with VServer or OpenVZ/Virtuozzo,
19 > I do not know XenServer).
20 >
21 > Deploying Gentoo-guest (or "VM" / "DomU" as they call it) is
22 > actually very easy. And after reading your wiki-page I'd say
23 > it is easier on ESXi then on XenServer, because there is actually
24 > no difference between installing Gentoo on VM, or real hardware
25 > (no need for special compile options or special device-files,
26 > no limit on boot-loader, etc.).
27
28 Actually, deploying it on ESXi and on XenServer is both very easy.
29 The difference is, XenServer has 2 options for the guests:
30 1) Fully Virtualised
31 2) Paravirtualised
32
33 ESXi only supports the first.
34 If you install all VMs using the first option, it is very simple.
35
36 But, if you want maximum (as in, near native) performance, the 2nd option
37 is definitely worth the extra effort.
38
39 I use a Gentoo Dom0 (Xen Host) with several Gentoo VMs running on top of
40 it. I only had to add a few options to the kernel configuration to get the
41 VMs working.
42 Similar effort to installing a Gentoo guest on ESXi, but on ESXi, I would
43 need to add the VMWare tools to get the VMs to shutdown correctly when I
44 need to shutdown the host.
45
46 --
47 Joost Roeleveld

Replies

Subject Author
Re: [gentoo-user] vmWare HowTo / best practices Pandu Poluan <pandu@××××××.info>