The RPM installer for installing VMware Tools on Linux Virtual Machines on ESXi 4.1 and 5.x is no longer bundled with the hypervisor.
To install VMware Tools in a Linux guest operating system using RPM:
Ensure that the Linux virtual machine is powered on.
If running a GUI interface, open a command shell.
Click VM in the virtual machine menu, then click Guest > Install/Upgrade VMware Tools and click OK.
Create a mount point:
mkdir /mnt/cdrom
To mount the CDROM:
mount /dev/cdrom /mnt/cdrom
To install VMware Tools using RPM
Run the following command to install:
rpm -ivh /mnt/cdrom/VMwareTools-<version>.rpm
Where <version> is the version of VMware Tools.
To check the existing version of VMware Tools, use the cd command to go to the /mnt/cdrom/ directory and list the contents of the directory with the command ls.
Note: Perform the install as a root user or by using the sudo command. If the contents are compressed, extract the "VmwareTools-version.tgz".
To configure VMware Tools for the running kernel, run this command:
/usr/bin/vmware-config-tools.pl
To unmount the CDROM, run this command:
umount /mnt/cdrom
To end the VMware Tools install, click VM in the virtual machine menu, then click Guest > End VMware Tools Install.