logo_top openSUSE 10.2: Installing and Running VMware Workstation 6.0

VMware Workstation is powerful desktop virtualization software for software developers/testers and enterprise IT professionals that runs multiple operating systems simultaneously on a single PC. Users can run Windows, Linux, NetWare, or Solaris x86 in fully networked, portable virtual machines—no rebooting or hard drive partitioning required.

As I had VMware Workstation running on all my previous SUSE distros, I decided to install the latest available version 6.0 build 44426 on my openSUSE 10.2 desktop. Even though as of now it is only beta version, the final version will have the same procedure for installation, which is not difficult. I usually use VMware Workstation to run other versions of Linux distributions, as well as Windows XP for checking out few applications that I would like to try without restarting my PC.

The latest release of VMware Workstation 6.0 ( beta version as of writing this) has now support for multiple monitors, Vista, USB 2.0 devices and ACE Authoring Capabilities - securely package and deploy desktop virtual machines with encryption, network access and device control, and much more.The latest VMware Workstation comes with quite a few new features - Release Notes contain a summary of features and known issues.

IMPORTANT: Current and previous versions of VMware can’t coexist on the same box. The kernel drivers that are the virtualisation can’t exist twice.

opensuse7tg1 openSUSE 10.2: Installing and Running VMware Workstation 6.0I. Prerequisites

1. kernel-source | 2. gcc | 3. gcc-c++ | 4. make

(The kernel-source packages must match the installed kernel!)

Grab a copy of latest available VMware Workstation 6.0 build (RPM file). Download the version that suits your distribution, i.e. 32-bit or 64-bit.

II. Installation and Configuring

1. Change to root and then install the rpm where you downloaded the file :

# rpm -ivh VMware-workstation-6.0.0-xxxx.yyy.rpm

(where xxxx is the build version and yyy is the architecture)

vmwaredk9 openSUSE 10.2: Installing and Running VMware Workstation 6.0

2. Once installed we need to configure VMware and create kernel modules that will be loaded when booting your openSUSE 10.2. For this execute the following command as root:

# vmware-config.pl

vmware1ap2 openSUSE 10.2: Installing and Running VMware Workstation 6.0

While configuring I accepted all of the defaults to the questions that are asked, meaning the paths to directories that were listed, “yes” wherever there was [yes] as default option, and “no” where it was [no]. There will be instances where you will be directed to read certain license agreements as well as network configuration install - you will need to use “Shift” -then- “q” to exit the editor mode.

Once the modules have been compiled, the next phase is to configure networking. As I have ethernet connection for internet I selected eth0 as I want my guest OS to have access to internet.

vmware2yh7 openSUSE 10.2: Installing and Running VMware Workstation 6.0

There are some new features that 6.0 presents and some more configuration questions. I opted not to install Eclipse Integrated Virtual Debugger, as I don’t think I will ever need it, but agreed to install VMware VIX API Installer, as you can see from the following screenshot:

vmware3afternetsetupmv4 openSUSE 10.2: Installing and Running VMware Workstation 6.0

Once it’s all configured, the final stage follows, which creates the list of modules that are supposed to be loaded when your openSUSE 10.2 boots, as well as loads them right away to start using your VMware Workstation.

vmware4oe8 openSUSE 10.2: Installing and Running VMware Workstation 6.0

Once completed, you will find VMware Workstation has been addded to your KDE menu under System -> More Programs (not sure about where it goes under Gnome menu). You can also run it by issuing a command as user - vmware

vmware5re5 openSUSE 10.2: Installing and Running VMware Workstation 6.0

III. USB Access to Guest OS

Execute the following as root to have access to USB:

# mount -t usbfs /dev/bus/usb /proc/bus/usb

or try running the following command as root to mount the file system to the expected location:

# mount -t usbfs none /proc/bus/usb

Here is a video (the quality is not that good but gives a picture) of me running Ubuntu 7.04 Feisty Fawn 64-bit version. All works nicely, including audio and internet connection. The question is though how I verify that VMware-Tools has been successfully being used which gives me graphical boost under guest OS (of course I have installed it).

As well check out the User Manual which provides more detailed set-up and how-to information.

That’s all ….. enjoy virtualisation via VMware Workstation.

Also check out:

Free Virtualization Products from VMware:

  • VMware Player - Run, share and evaluate pre-built applications and beta software in virtual machines with VMware Player.
  • VMware Converter - Convert your physical machines to virtual machines in minutes with VMware Converter, a reliable tool that automates the process of creating VMware virtual machines without disruption or downtime.
  • VMware Server - Start experiencing the benefits of virtualization with VMware Server, a robust yet easy to use product for users new to server virtualization technology. Add centralized management to your VMware Server environment with VMware VirtualCenter for VMware Server.
  • Virtual Appliances Marketplace - Download pre-installed and pre-configured applications that run in a virtual machine. Access the directory of free Virtual Appliances.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Print This Post Print This Post

If you like this article then subscribe to Linux and Open Source Blog and get the latest articles delivered to your Feedreader. If you want to recieve latest articles in your email click here.

Similar & Related Posts: