VMware tools are needed on VMware virtual machines so that guest operating systems can run without any performance issues.
I have installed CentOS 5 on VMware workstation 5.5 and here is how i installed VMware Tools in CentOS 5:
1. Install CentOS 5 kernel-devel packages required for VMware Tools installation
1. First make sure you have network access to download and install packages from CentOS packages site. During installation of VMware Tools CentOS kernel devel packages are needed, run yum (yellow dog update manager) to install gcc and kernel devel.
| centosdev # yum install gcc kernel-devel |
2. Verify installed and running version of kernel and kernel headers (kernel-devel) in CentOS 5.
|
On my CentOS server both version are different.
3. If you’re running version of kernel and kernel headers are different then upgrade on kernel and kernel headers
|
4. Locate the path of install kernel headers in your CentOS 5 Linux server, you will need this path while installing VMware Tools :
|
My development CentOS server runs under VMware Workstation 5.5
1.Select from VMware Workstation: go to VM> Install VMware Tools
2.From the VM: mount the virtual cd drive , this should be done with the guest OS (CentOS ) command line:
|
3. From the CDROM extract VMware Tools into /tmp/ directory
|
4. In CentOS 5 unmount the virtual cd drive after you are done.
|
5. Running VMware Tools installation/setup script
|
6. This is VMware Tools installation/setup script, it will ask for confirmation to begin the installation
|