LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Not able to find VMWARE TOOLS on RHEL-5 (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-find-vmware-tools-on-rhel-5-a-4175455282/)

thiyagusham 03-23-2013 01:32 PM

Not able to find VMWARE TOOLS on RHEL-5
 
1 Attachment(s)
Hello Experts ;

Quote:

I installed redaht 5 on vmware. I tried to install VMware tools.Not able to find the tools when clicking VM >> Install Vmware tools option. Additionally please review my screen shot. :confused:

Madhu Desai 03-23-2013 02:46 PM

vmware 8 and above needs python to install vmware tools. have you installed python on vmware guest?

thiyagusham 03-23-2013 03:46 PM

This is not version 8. using version 6-7 only.Already i installed vmware tools for version OEL 4.

but rhel 5 i could n't.

AwesomeMachine 03-23-2013 04:12 PM

The vmware release might have gotten too out of date.

thiyagusham 03-23-2013 04:23 PM

@ AwesomeMachine ;

The vmware release might have gotten too out of date.

If so , how can i install VMware tools to OEL4 version .

Thanks !

Madhu Desai 03-24-2013 12:56 AM

Quote:

Originally Posted by thiyagusham (Post 4917353)
This is not version 8. using version 6-7 only

If i remember correctly vmware v6 and v7 uses c++ to install its tools in linux. oel4 probably had c++ already preinstalled. pls check internet.

In any case try this (guest rhel5):
  1. install “development tools” in guest rhel5.
  2. Click Install VMWare Tools
In guest rhel5 terminal do:
  1. # mkdir -p /media/{tmp1,tmp2}
  2. # mount /dev/sr0 /media/tmp1
  3. # tar -xvzf /media/tmp1/some_vmware_dir/<some_tarfile>.tar.gz -C /media/tmp2
  4. goto /media/tmp2 and run script – probably its pyrhon or c++ file.


All times are GMT -5. The time now is 06:15 PM.