From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 13:12:25 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B1F106566C for ; Wed, 28 Jul 2010 13:12:25 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 933DD8FC16 for ; Wed, 28 Jul 2010 13:12:25 +0000 (UTC) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Wed, 28 Jul 2010 09:03:05 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::2313 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= Message-ID: <4C502CB6.1030007@comcast.net> Date: Wed, 28 Jul 2010 09:12:22 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100707 Thunderbird/3.0.5 MIME-Version: 1.0 To: Kevin Wilcox References: <4C4FB661.5040903@el.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kalin m , freebsd-questions@freebsd.org Subject: Re: vmware and freebsd 8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 13:12:25 -0000 On 07/28/10 09:05, Kevin Wilcox wrote: > On 28 July 2010 00:47, kalin m wrote: > > >> so the question is which vmware tools should i get for the fbsd 8 guests to >> go with the esxi 4.1. in the ports there are vmware-tools6, 5, 4, 3. tried >> six. it wants some disk. there is also the open-vmware-tools. is that open >> one better to play with the esxi 4.1 an the vmsphere thing? >> > I install vmware-guestd6 from ports so I can eliminate all of the X > libraries getting installed. ESXi should come with a freebsd.iso file > that you can use for the tools install (I'm not one of our ESX > administrators so I can't speak definitively but I did get an ISO from > them for the tools installation). > > We've always used the open-vm-tools port (/usr/ports/emulators/open-vm-tools-nox11). There is both an x11 and "nox11" version, both of which work very well. It also includes a handful of other drivers and modules, including the memory balloon driver. If you only intend on using the vmware-guestd, vmxnet, and/or vmmemctl (memory ballon driver), then you can build with "-DWITHOUT_DNET -DWITHOUT_ICU -DWITHOUT_FUSE" to eliminate a few more dependencies. Steve