![]() |
||
The Crucial Blog June 2, 2009
How to install VMware Tools (ESX, ESXi, VMware Server) on CentOS 5 (linux)1. In VMware select the option to Install/Upgrade Vmware Tools (in ESXi, you can do this by right clicking on the VM -> Guest -> Install/Upgrade Vmware Tools. This will insert the CD into the drive on your VM. 2. On the VM, do the following to install kernel source: yum install gcc gcc-c++ kernel-devel -y 3. Mount the CD, and copy the Vmware Tools installation file: mkdir /mnt/cdrom 4. Install VMware Tools: cd /root/vmware-tools-distrib 5. For a standard install, just say yes to all the options. Tags: esxi, server-administration, vmwareFiled under: Uncategorized by — aaron @ 6:10 pm One Response to “How to install VMware Tools (ESX, ESXi, VMware Server) on CentOS 5 (linux)”Leave a Reply |
Tag Cloud
fedora
security
lxlabs
windows
wordpress
system administration
ssh
fantastico
virtualization
microsoft
virtual dedicated servers
vds
linux
xen
subversion
php
firewall
esxi
webmin
gentoo
networking
centos
hypervm
raid
windows 2008 server
lxadmin
storage
vmware
joomla
servers
yum
debian
control panels
cisco
ruby-on-rails
mail
vps
ubuntu
exchange
server-administration
windows server
XenServer
centos5
cpanel
apache
|
|
Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers
© Copyright 2003-2008
Crucial Paradigm
ABN 97 125 618 662
Instead of copying and installing the tarball, go ahead and use the RPM
cp VMwareTools-[version].rpm /root
cd /root
rpm -i VMwareTools-[version].rpm
Do not forget to
chkconfig vmware-tools on
and service vmware-tools start