Contents

Installing VMware Workstation 4 on a Linux Host

Getting started with VMware Workstation is simple. The key steps are

  1. Install the VMware Workstation software as described in this section.
  2. Start VMware Workstation and enter your serial number. You need to do this only once - the first time you start VMware Workstation after you install it.
  3. Create a virtual machine using the New Virtual Machine Wizard. See Creating a New Virtual Machine.
  4. Install a guest operating system in the new virtual machine. You need the installation media (CD-ROM or floppy disks) for your guest operating system. See Installing a Guest Operating System and VMware Tools.
  5. Install the VMware Tools package in your virtual machine for enhanced performance. See Installing VMware Tools.
  6. Start using your virtual machine.

Before you begin, be sure you have

Before Installing on a Linux Host

Before you install and run VMware Workstation, check the following notes and make any necessary adjustments to the configuration of your host operating system.

Installing the VMware Workstation Software

Note: The steps below describe an installation from a CD-ROM disc. If you downloaded the software, the steps are the same except that you start from the directory where you saved the installer file you downloaded, not from the Linux directory on the CD.

  1. Log on to your Linux host with the user name you plan to use when running VMware Workstation.
  2. In a terminal window, become root so you can perform the initial installation steps.
    su -
  3. Mount the VMware Workstation CD-ROM.
  4. Change to the Linux directory on the CD.
  5. Do one of the following:
  6. Run the configuration program.
    vmware-config.pl

    Note: If you use the RPM installer, you need to run this program separately from the command line. If you install from the tar archive, the installer offers to launch the configuration program for you. Answer Yes when you see the prompt.

    Use this program to reconfigure VMware Workstation whenever you upgrade your kernel. It is not necessary to reinstall VMware Workstation after you upgrade your kernel.

    You can also use vmware-config.pl to reconfigure the networking options for VMware Workstation - for example, to add or remove host-only networks.

    The installer places vmware-config.pl in /usr/bin. If /usr/bin is not in your default path, run the program with the following command:
    /usr/bin/vmware-config.pl

  7. Press Enter to read the end user license agreement (EULA). You may page through it by pressing the space bar. If the Do you accept prompt doesn't appear, press Q to get to the next prompt.
  8. The remaining prompts are worded in such a way that, in most cases, the default response is appropriate. Some exceptions are noted here:
This allows for the sharing of files between the virtual machine and the host operating system. For more information, see Host-Only Networking.

Note: If you do not enable host-only networking now, you cannot allow a virtual machine to use both bridged and host-only networking.

  1. The configuration program displays a message saying the configuration completed successfully. If it does not display this message, run the configuration program again.
  2. When done, exit from the root account.
    exit

Configuring Your Web Browser

To use the VMware Workstation Help system, you must have a Web browser installed on your host computer. VMware Workstation expects to find the Netscape browser in /usr/bin/netscape. If this matches the configuration of your host computer, you do not need to take any special steps. If you are using a different browser or if your Netscape browser is in a different location, add a symbolic link to it from /usr/bin.

ln -s <path to browser> /usr/bin/netscape

Uninstalling VMware Workstation 4 on a Linux Host

If you used the RPM installer to install VMware Workstation, remove the software from your system by running

rpm -e VMwareWorkstation

If you used the tar installer to install VMware Workstation, remove the software from your system by running

vmware-uninstall.pl

© 1998-2004 VMware, Inc. All rights reserved.