Results 1 to 9 of 9

Thread: vmware workstation tools installation

  1. #1
    Join Date
    Dec 2010
    Beans
    434

    vmware workstation tools installation

    I am trying to install the tools following this tutorial: http://www.howtogeek.com/howto/ubunt...untu-edgy-eft/. When I get to
    Code:
    cp /cdrom/*.gz /tmp/

    I get a "no such file or directory" for /cdrom/*.gz. How can I install these?

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: vmware workstation tools installation

    The version of Ubuntu and VMware both are ultra-ancient on that page. Which version of Ubuntu are you trying to install on? And which version of VMware?

    I hope you already know that it is installed *Inside* the running Guest OS, not the Host.

    So, is your target Ubuntu OS running within a VMware virtual machine? Usually, you just select VM > Install VMware Tools.. option from the menu of a running VM's window > It automatically loads the ISO in the virtual CDrom > the cdrom automatically gets mounted and opened as soon as the guest OS detects it. You then just have to copy or extract the only file on the disk to your Desktop or anywhere you wish > open a terminal > change to the extracted directory > install with command "sudo ./vmware-install.pl"
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Dec 2010
    Beans
    434

    Re: vmware workstation tools installation

    I am running 12.04 in vmware workstation. I tried this tutorial: https://help.ubuntu.com/community/VMware/Tools. Got stuck at apt-get install vmware-open-vm-tools-kmod-source since it could not locate it.

  4. #4
    Join Date
    Dec 2010
    Beans
    434

    Re: vmware workstation tools installation

    I actually got them installed. It told me to run /usr/bin/vmware-toolbox-cmd to run vmware tools, but it says that the command is missing. and it says that I have to restart my x session. I do not need to do this if I do not have a gui installed, right?

  5. #5
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: vmware workstation tools installation

    Not familiar with Headless Ubuntu VMs, so can't say for sure, but yes, the 'toolbox' or settings box does need a gui. So you may not be able to use it without a gui unless it also provides a CLI interface (which again, I'm not aware of).

    But actually I never needed to configure it from within the running VM as far as I remember (it's long since I installed Ubuntu in a VM, I only use them for live sessions now), the presets were all good for me.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #6
    Join Date
    Dec 2010
    Beans
    434

    Re: vmware workstation tools installation

    Oh- so I can't use the vmware guest tools if I don't have a gui installed?

  7. #7
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: vmware workstation tools installation

    Installation is a commandline process, so that should be fine. You just can't use its 'Preferences' panel which uses a GUI.

    But like I said before, I am just guessing because I don't have experience with headless of CLI-only version of Ubuntu. Besides, I never needed to use that preferences panel anyway. Things that we install VMware tools for start working automatically as soon as the installation finishes and the VM is rebooted.

    Don't rely on my knowledge, the wiki page is much more informative and covers the part about installation on servers.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #8
    Join Date
    Apr 2010
    Beans
    50
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: vmware workstation tools installation

    VMWare Tools KB:

    Ubuntu Server with only a command line interface

    1. Go to Virtual Machine > Install VMware Tools (or VM > Install VMware Tools).

      Note: If you are running the light version of Fusion, or a version of Workstation without VMware Tools, or VMware Player, you are prompted to download the Tools before they can be installed. Click Download Now to begin the download.
    2. In the Ubuntu guest, run these commands:
      1. Create a directory to mount the CD-ROM by running the command:

        sudo mkdir /mnt/cdrom

        When prompted for a password, enter your Ubuntu admin user password.

        Note: For security reasons, the typed password is not displayed. You do not need to enter your password again for the next five minutes.
      2. Mount the CD-ROM by running the command:

        sudo mount /dev/cdrom /mnt/cdrom or sudo mount /dev/sr0 /mnt/cdrom
      3. The file name of the VMware Tools bundle varies depending on your version of the VMware product. Run this command to find the exact name:

        ls /mnt/cdrom
      4. Extract the contents of the VMware Tools bundle by running the command:

        tar xzvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/

        Note: x.x.x-xxxx is the version discovered in the previous step.
      5. Change directories into the VMware Tools distribution by running the command:

        cd /tmp/vmware-tools-distrib/
      6. Install VMware Tools by running the command:

        sudo ./vmware-install.pl -d

        Note: The -d switch assumes that you want to accept the defaults. If you do not use -d, press Return to accept each default or supply your own answers.

    3. Run this command to reboot the virtual machine after the installation completes:

      sudo reboot

  9. #9
    Join Date
    Dec 2010
    Beans
    434

    Re: vmware workstation tools installation

    I do have them installed. It looks like the shared folder option works.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •