install vmware tools on centos

Issues related to applications and software problems
Post Reply
Arash_n
Posts: 3
Joined: 2015/05/13 20:10:48

install vmware tools on centos

Post by Arash_n » 2015/05/13 20:41:37

hello dear experts and professionals,
i really need your guidelines to address my problem.
i have installed cent OS 6.4 final on vmware-player (version 7.1). i wanna install vmware tools manually because my download speed by GUI on vmware player is very low. so i have to download it by download manager separately and mount it to centos. i downloaded this package :
https://softwareupdate.vmware.com/cds/v ... ponent.tar
after utar when i tried the command "vmware-installer --component=vmware-tools-linux-9.9.0-2305329.x86_64.component.tar" i got error like:
> vmware-installer command not found <
i searched alot and vmware official website mentioned this :
VMware Tools is not bundled with VMware Player and cannot be downloaded separately. It must be downloaded from within VMware Player, as part of the Tools installation process.
(reference : http://kb.vmware.com/selfservice/micros ... Id=1035392)
as i dont believe it's impossible to go through manual channel, i tried to capture by tcpdump command during update process when i clicked on >player>manage>install vmware tools. then i found that it was trying to connect to this address:
mirros.wvstateu.edu
and now i need your guidelines:
1-how can i execute command "vmware-installer --componnet=..." in cent os so i'll be able to install mentioned component?
2-is there any easier solution?

Arash_n
Posts: 3
Joined: 2015/05/13 20:10:48

Re: install vmware tools on centos

Post by Arash_n » 2015/05/14 16:50:49

seems nobody helpful here!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: install vmware tools on centos

Post by TrevorH » 2015/05/14 17:36:52

Various open-vm-tools* packages are available in the EPEL repository.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jyoung
Posts: 102
Joined: 2014/09/22 13:40:31
Location: Nashville, TN, USA

Re: install vmware tools on centos

Post by jyoung » 2015/05/14 18:11:13

Adding to Trevor's point:

http://kb.vmware.com/selfservice/micros ... Id=2073803

Code: Select all

yum install http://mirror.redsox.cc/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum install open-vm-tools
-- Jeremy --

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: install vmware tools on centos

Post by TrevorH » 2015/05/14 18:19:27

There's no need to download epel-release files any more - it's now in the CentOS extras repo so you can just yum --enablerepo=extras install epel-release - extras is enabled by default but the --enablerepo caters for those that have disabled it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: install vmware tools on centos

Post by gerald_clark » 2015/05/14 18:55:53

Also, CentOS 6.4 is a year old and no longer supported.
You should be installing CentOS 6.6.

User avatar
jyoung
Posts: 102
Joined: 2014/09/22 13:40:31
Location: Nashville, TN, USA

Re: install vmware tools on centos

Post by jyoung » 2015/05/15 01:07:19

TrevorH wrote:There's no need to download epel-release files any more - it's now in the CentOS extras repo so you can just yum --enablerepo=extras install epel-release - extras is enabled by default but the --enablerepo caters for those that have disabled it.
Nice! I didn't realize that.
-- Jeremy --

Arash_n
Posts: 3
Joined: 2015/05/13 20:10:48

Re: install vmware tools on centos

Post by Arash_n » 2015/05/15 17:52:49

TrevorH wrote:There's no need to download epel-release files any more - it's now in the CentOS extras repo so you can just yum --enablerepo=extras install epel-release - extras is enabled by default but the --enablerepo caters for those that have disabled it.
gerald_clark wrote:Also, CentOS 6.4 is a year old and no longer supported.
You should be installing CentOS 6.6.
Thank you very much for all your answers.
i installed open vm tools properly but after i started the service i still can't copy or paste between windows and vmware player (hosting linux centOS).
it seems than open vm tools just feel my mouse, though i dont have to enter ctl+alt when i wanna click in or outta my vmware player.
GUYS:
1-could you please let me know that how or where can i download the Vmware tools offline and install it?
2- Or how can i install .component files in centos 6.X ?

there must be a solution but the more i search the less i get answer!!!!!

hutzut
Posts: 1
Joined: 2016/02/02 21:10:48

Re: install vmware tools on centos

Post by hutzut » 2016/02/02 21:20:02

If you want to be able to cut and paste to your Guest OS you need to edit its settings to allow it.

Here is how to use it using the latest vmware vSphere Web Client. If you are using something else the steps may be different.
  • Power off your VM
    Edit settings
    VM Options
    Advanced
    Edit Configuration
    Add two new rows as follows

Code: Select all

isolation.tools.copy.disable	false
isolation.tools.paste.disable	false
  • Save the settings and power on your VM
You should be able to cut and paste.

Post Reply