VMware Communities > VMTN > VMware Server > VMware Server 1 > Discussions

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
2 Replies Last post: Jan 1, 2009 3:37 AM by Jackobli
Reply

VMWareTools RPM ?

Dec 31, 2008 12:37 PM

Click to view Pindiproli's profile Novice Pindiproli 9 posts since
Dec 29, 2008
I would like to download vmwaretools RPM file for Linux. I have version 1.0.4. I cannot seem to find the RPM nor the source at vmware URL. Where can I get it from?
Reply Re: VMWareTools RPM ? Dec 31, 2008 9:15 PM
Click to view vcpguy's profile Hot Shot vcpguy 198 posts since
Aug 11, 2008

I am not sure, that you will get the VMWare tools RPM.

You need to mount the CD-ROM, to install the vmware-tools.

Thanks

Reply Re: VMWareTools RPM ? Jan 1, 2009 3:37 AM
Click to view Jackobli's profile Master Jackobli 1,034 posts since
Aug 28, 2007
Pindiproli schrieb:
I would like to download vmwaretools RPM file for Linux. I have version 1.0.4.
This a quite old version, perhaps you will think about update (1.0.8).
The vmware-tools are part of the VMWare Server installation. They are part of the five iso-files (freebsd.iso, linux.iso, netware.iso, solaris.iso and windows.iso) that are stored in the application directory of VMWare Server.
Usually, you will access the tools by the Menu "VM" - "Install tools". Which does not more than mount the appropriate iso as CD to this guest.

Some Linux are not configured to "autoplay", so after clicking the menu, inside the guest virtual nothing happens. But you should be able to manually mount the cd with something like:
  • mount /dev/sr0 /mnt
or if your kernel is older, perhaps:
  • mount /dev/hdc /mnt
wherever your cd device shows up (dmesg could tell it).
Actions