Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which 'tools' package for VMware DomU?
Date: Wed, 30 Mar 2011 23:01:13
Message-Id: 4D93B587.6070701@kutulu.org
In Reply to: Re: [gentoo-user] Which 'tools' package for VMware DomU? by Mike Edenfield
1 On 3/30/2011 2:57 PM, Mike Edenfield wrote:
2 > On 3/30/2011 12:55 PM, Pandu Poluan wrote:
3 >> Hello, list!
4 >>
5 >> I want to deploy some Gentoo-based VMs on VMware. From portage-search,
6 >> I see some 'tools' related to VMware, namely:
7 >>
8 >> * vmware-tools
9 >>
10 >> * open-vm-tools
11 >>
12 >> * open-vm-tools-kmod
13 >>
14 >> What are the differences? And which one should I use if I want to use
15 >> VMware's PVSCSI and VMXNET?
16 >
17 > As I understand things, open-vm-tools is just an open-source version of
18 > vmware-tools, but uses the same code base and is managed by VMWare. Both
19 > of them should have the modules you want. Unless you have a compelling
20 > reason to use the pre-built stuff from the vmware-tools tarball I'd go
21 > with the open-vm-tools one.
22
23 Teach me to read more carefully...
24
25 The specific modules you mentioned are included in your kernel already,
26 assuming you are using at least a 2.6.34 kernel. You'll still want to
27 install open-vm-tools, which installs the other modules via
28 open-vm-tools-kmod, like vsock and vmci, plus the user-space daemon.
29
30 Device Drivers -->
31 [*] Misc devices --->
32 <M> VMware Balloon Driver
33 SCSI device support --->
34 [*] SCSI low-level drivers --->
35 <*> VMware PVSCSI driver support
36 [*] Network device support
37 <M> VMware VMXNET3 ethernet driver
38
39 (That first one is the vmmemctl driver, which helps improve the memory
40 management between host & guest).
41
42 --Mike

Replies

Subject Author
Re: [gentoo-user] Which 'tools' package for VMware DomU? Pandu Poluan <pandu@××××××.info>