Vmware tools is a package one can install in guest operating systems that run on a VMware host.

learn more… | top users | synonyms

0
votes
0answers
24 views

Update vmware tools after deploying Windows updates from VCE?

We use vmware vcenter protect to deploy security patches to Windows servers and I wonder if there is a way to update vmware tools if needed on servers listed in a group in VCE console, and not to ...
1
vote
1answer
64 views

htop lying about vmware-tools memory consumption

I am experiencing a problem where htop (top too) is incorrectly reporting the memory consumption of a process, in this case the vmware-tools service (highlighted below). I am colorblind and thought I ...
0
votes
2answers
2k views

Can't install kernel-uek-headers for currently running kernel

I have just created a VM in VMWare and installed a minimal install of Oracle Enterprise Linux 6.3. # cat /etc/oracle-release Oracle Linux Server release 6.3 It is running with the UEK kernel. # ...
5
votes
1answer
320 views

Convert EC2 instance to VMware workstation

How can I export one windows instance (with active directory, SQL, SharePoint) from amazon (EC2) to my local environment, and be able run it on a local VMware workstation? I have used the VMware ...
0
votes
0answers
82 views

Installation of VMware tools fails

When i am using VMware converter to host my image to ESXi , It asks for install VMWare tools. Few times i unselected that option(without knowing the importance) and hosted. When i am trying to ...
0
votes
2answers
72 views

vmware esx, report error from guest to the hypervisor

I have a windows 2003 server running under vmware esx. For weird reasons, outside of our control, sometimes the guest tcp/ip stack stops working. So, for example, remote desktop connections don't ...
1
vote
0answers
199 views

Mouse and video integration with VMware Tools doesn't work on cloned VMs

When I clone a virtual machine from a template that already has Tools installed the mouse integration and better resolution of the console don't work. vCenter recognizes that Tools is installed. Why ...
2
votes
2answers
5k views

How to install VMware tools for Ubuntu 11.04 hosted on VMware ESXi?

I'm running Vmware ESX 4.1 and I have a development VM that I recently upgraded from Ubuntu 10.04 to 11.04. Then I tried to re-install VMware Tools and some of the modules gave me an error and would ...
9
votes
2answers
1k views

Installing open-vm-tools in Ubuntu via Puppet; what's the lesser evil?

In an ideal world, configuring puppet to install the open-vm-tools should be as simple as this: class vm-tools { package { 'open-vm-tools': ensure => installed } package { ...
0
votes
1answer
878 views

Get vmxnet3 working on Solaris 11 Express and Vmware ESX 4.0

I've installed Solaris 11 express VM and installed tools over it. ESX reports VMware Tools: OK but I can't see vmxnet3 adapter in "ifconfig -a". Ideas?
6
votes
4answers
916 views

Should VMWare Tools always be installed in headless Linux guests?

We have a deployment with what I would call an Enterprise Cloud Provider. It's VMWare Infrastructure 3.5.x and includes VMotion / VMWare HA instances, etc. At Provider 1 VMWare Tools was installed: ...
0
votes
1answer
532 views

Linux with Oracle's Unbreakable Enterprise Kernel on VMware?

I have a basic question and I want to make sure I have good understanding I want to prepare a system to be used for Oracle Database (Development) if I want to run (Oracle, CentOS, RedHat) Linux on ...
2
votes
4answers
599 views

Find out if the OS is running in a virtual environment

Is there any way to find out if the linux i'm running (actually installing) is running in a VMWare machine. I need to disable ntp settings if the automated install is done on a virtual machine but ...
2
votes
2answers
3k views

VMWare tools on Ubuntu Server 10.10 kernel source problem

After install and running the vm-ware config, the config needs my kernel headers to compile some modules, ok, so I'll give it them, but it just won't work. It asks for the path of the directory of C ...
2
votes
3answers
6k views

Determining the name of the VMware host of a VM guest - from the guest

Is it possible to determine the name of the VMware host (ESX or ESXi) that my guest resides in, from within the guest itself? I would expect this to be possible via VMware Tools, but am not sure ...
0
votes
1answer
639 views

FreeNas running on ESXi - sometimes gets very slugish

I have a ESXi server (dual quad core, 8GB of DDR3 ram, 6x 1TB WD Blacks running in RAid 5 on the PErc 6/i controller. I have a 64bit freenas VM running, on this VM I keep about 200Gigs of stuff that ...
1
vote
2answers
265 views

Where should custom vmware-tools scripts go

I have installed the VMWare Tools into a test Ubuntu guest, and it's created the standard scripts as expected: poweroff-vm-default poweron-vm-default resume-vm-default suspend-vm-default I add some ...
2
votes
2answers
319 views

Getting metadata from within VMWare Guest OS

Is there a way to get metadata (i.e. VM Name, Annotations, etc.) from within the Guest OS? I'm using a Ubuntu JeOS template and want to run a script on startup which configures new VMs according to ...
0
votes
1answer
427 views

Where can I download VMWare Tools for 1.x?

Please can you show me where I can download the latest Version of VMWare Tools for the following Client: Server is Windows 2003 32 bit with VMWare Server 1.x (Yes, I know 1.x is old. We will upgrade ...
1
vote
5answers
1k views

VMware Tools in Ubuntu guest on VMware Server 2 do not build

When trying to build the VMware tools in my Ubuntu 9.10 64 bit guest on a VMware Server 2.0.2 host with Debian 5 I'm getting strange errors like: Building the vmmemctl module. Using 2.6.x kernel ...
4
votes
3answers
389 views

Performance monitoring from guest OS

I was wondering if there is any tools that can be used inside of a VM and is aware of working in virtualized environment. It can be little misleading using Linux top tool without regarding limits of ...
0
votes
1answer
936 views

Error Reparing VMWare Client Tools Win2008

When I tried to "repair" client tools in Win2008 64bit, I got error message as Product: VMware Tools -- Error 1935.An error occurred during the installation of assembly ...
0
votes
3answers
6k views

How do I install VMware Tools in an Ubuntu VM running in VMware Fusion?

I have Ubuntu (Ubuntu 8.04.3 LTS) running in a VMware Fusion VM, and I believe I've installed VMware Tools. But how can I confirm that VMware Tools is running correctly? When I try step 8 of ...
1
vote
0answers
644 views

VM Tools failing to install on FreeBSD Virtual Machine VMWare [closed]

Im attempting to install VM Tools so I may use shared folder functionality between my host and vm. I am using the FreeBSD virtual machine file as from: http://vmware.com/appliances/directory/121983 ...
0
votes
3answers
3k views

VMware — clone -vs- templating a gold master server

I'm a little confused. I have just completed making a "gold" master VM server that I'll be using for making new servers. To make new servers based on this gold master.... Should I simply clone the ...
0
votes
1answer
171 views

How do I migrate a ubuntu server vmware virtual machine with a broken snapshot chain

I currently have a ubuntu 8 server virtual machine running within vmware server 2.0 on centos and need to migrate the virtual machine to a server running vmware vsphere essentials. However, copying ...
3
votes
4answers
4k views

Problem installing VMWare Tools on Linux Guest

I am trying to install VMWare tools on a Fedora 10 guest (Windows Vista host) and running into problems. I am logged in as root. Upon attempting to install, I get a message saying "Guest operating ...
0
votes
3answers
5k views

VMware tools ported for Fedora 11 VM?

With Fedora 11 being so new and using a newer Linux kernel, the VMware tools don't compile so can't be directly used in an F11 VM. I can get around to porting them myself, but has anyone else run ...
2
votes
4answers
989 views

Are there any tools to diff two VMWARE Windows XP images?

Is there any tool that can summarize Registry and File differences between two VMWARE Windows XP images?