![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Virtualization For questions on VMWare, VirtualBox, Xen, QEMU and other virtualization software. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Ubuntu Guru
![]() |
Install VMWare in Ubuntu 8.04 Update June 8, 2008 ~ The any-any update is no longer required with VMWare Server 1.0.6 Update July 12, 2008 ~ Updated information on VMWAre Server 2.0 RC1 Introduction This update has been updated to VMWare server version 1.0.6 and 2.0 RC1. Installation of VMWAre Server 2.0 RC1 is very similar to 1.0.6 (scroll down a little). Anyone wishing to use the "old" method using the any-any-update see This thread. Thanks ~ gtdaquaThere have been a number of threads on the forums and hopefully this (brief) how to will help make the process as easy as possible. If you need a more detailed description please see this thread : HowTo: Windows (XP) on Ubuntu with VMWare ServerOttifantSir has made a copy of this how-to available for download as a pdf Here. ~ Thanks OttifantSir VMWare Server 1.0.6
That is all there is to it. VMWare should now be up and running. VMWare Server 2.0 RC1 Warning : I find VMWare Server 2.0 RC1 to be buggy, more then I would expect for a RC. Advantages of Server 2.0
Limitations:
Additional Options VMWare server mui - VMware ESX-style web-access for configuration of your server
VMWare tools - Quite easy : https://help.ubuntu.com/community/VMware/Tools Directory (Folder) Sharing This works by mounting a directory on the host onto the guest. You need a patch, see this link : VMware Tools for VMware Workstation 6.0.4 build 93057 on Ubuntu 8.04 guest ~ Thanks Keithel File Sharing - Samba is by far the easiest way to file share. It works out of the box with minimal end user configuration. See this page : https://help.ubuntu.com/community/SettingUpSamba This link is specific to samba on VMWare Sharing files between a Windows guest and Ubuntu host using VMware and Samba ~ Thanks gerula Do not let the size of that page distract you, follow the sections on graphical configuration. Samba also allows sharing of printers. The only caveat with Ubuntu 8.04 is that after installing the samba server you need to log out and back in before your shares can be configured. Alternates to Samba - sshfs, NFS, ftp, http, or other network protocols. Enable USB devices - USB devices work out of the box with minimal (gui) configuration. - Enable USB device sharing : Using any editor (gksu gedit /etc/fstab), add this line to /etc/fstab (works with VirtualBox as well) Code:
# USB for vmware/vbox none /proc/bus/usb usbfs devgid=46,devmode=664 0 0 - With your guest turned off : In the server window click "Edit virtual machine settings" -> Click "Add" in the lower left -> Select usb controller -> click finish. Start your guest ... - With your guest turned on : In the VMWare menu , at the top select "VM" -> Removable devices -> USB devices -> Select the USB device to share with your guest. Kernel Upgrades - After kernel upgrades you will need to re-run vmware-config-pl. Open a terminal and : Code:
sudo vmware-config.pl Trouble Shooting - Problem installing ? See this thread : http://ubuntuforums.org/showthread.php?t=337040 ~ Thanks Illuvator Remove (uninstall) VMWare If you want to remove vmware, run : Code:
sudo vmware-uninstall.pl bodhi.zazen
__________________
A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed. ~ Archbishop Desmond Tutu, 1999 ![]() Last edited by bodhi.zazen; July 16th, 2008 at 02:57 PM.. Reason: Added information on VMWare Server 2.0 RC1 |
|
|
|
|
|
#2 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Location: Cameron Park CA USA
Beans: 3,465
Ubuntu 9.10 Karmic Koala
|
Re: How to VMWare in Ubuntu 8.04
For 64 bit users there is one additional step in order to allow vmware console to launch:
Code:
sudo ln -s /usr/lib32 /usr/l32 sudo sed -i -e 's/usr\/lib/usr\/l32/g' /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders sudo sed -i -e 's/usr\/lib/usr\/l32/g' /usr/lib32/libgdk_pixbuf-2.0.so.0.1200.9 Thanks for trying to put everything in one place, Bodhi.zazen! frank
__________________
Regards, frank, at http://yantrayoga.typepad.com/noname/ Homebuilt Intel E8400 4.0GHz, 1.7TB raid5 | Dell laptop E1505n & Mini 10n | Shuttle AMD 64 3200+ VMware Player/Server w/ WinXP Guest runs Xara Xtreme Pro, Paint Shop Pro, and InDesign CS. |
|
|
|
|
|
#3 | |
|
Ubuntu Guru
![]() |
Re: How to VMWare in Ubuntu 8.04
Quote:
Thank you frank. I added this information to the post (and was able to get the code boxes working a little better). This information is spread all over the forums and various internet sites, but I did not find all the information (ie links) and all the steps in any single place. Thanks to everyone who posted information on this, both on and off the Ubuntu forums.
__________________
A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed. ~ Archbishop Desmond Tutu, 1999 ![]() |
|
|
|
|
|
|
#4 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Location: Cameron Park CA USA
Beans: 3,465
Ubuntu 9.10 Karmic Koala
|
Re: How to VMWare in Ubuntu 8.04
We'll need to add to your post what it takes to use USBs in vmware. And also some info on samba and the like to access files host to guest, guest to host, eh?
__________________
Regards, frank, at http://yantrayoga.typepad.com/noname/ Homebuilt Intel E8400 4.0GHz, 1.7TB raid5 | Dell laptop E1505n & Mini 10n | Shuttle AMD 64 3200+ VMware Player/Server w/ WinXP Guest runs Xara Xtreme Pro, Paint Shop Pro, and InDesign CS. |
|
|
|
|
|
#5 | |
|
Ubuntu Guru
![]() |
Re: How to VMWare in Ubuntu 8.04
Quote:
I added some basic information, I just do not recall the menus for adding usb devices (will add that later). Other suggestions welcome. ![]()
__________________
A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed. ~ Archbishop Desmond Tutu, 1999 ![]() |
|
|
|
|
|
|
#6 | |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Location: Cameron Park CA USA
Beans: 3,465
Ubuntu 9.10 Karmic Koala
|
Re: How to VMWare in Ubuntu 8.04
Quote:
__________________
Regards, frank, at http://yantrayoga.typepad.com/noname/ Homebuilt Intel E8400 4.0GHz, 1.7TB raid5 | Dell laptop E1505n & Mini 10n | Shuttle AMD 64 3200+ VMware Player/Server w/ WinXP Guest runs Xara Xtreme Pro, Paint Shop Pro, and InDesign CS. |
|
|
|
|
|
|
#7 |
|
Quad Shot of Ubuntu
![]() |
Re: How to VMWare in Ubuntu 8.04
help! i can't find the launch icon under the Applications/System Tools menu where the vmware applications normally reside.. i just installed and then removed server 2 beta 2 but i don't think this would have any bearing on my installation of server 1.5? i've been able to install and run both workstation and server in the past with no issues. any ideas? thanks.
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: May 2008
Location: WIsconsin
Beans: 34
Ubuntu 8.04 Hardy Heron
|
Re: How to VMWare in Ubuntu 8.04
I am pretty sure vmserver 1.05 has only usb 1.1 not 2.0 and vmware server 2 just released a beta version that can use usb 2.0. I dont use any usb i simply mount the drive and share the folder thru samba. This works obviously only for storage devices.
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Location: Paros, Greece
Beans: 16
Ubuntu 9.04 Jaunty Jackalope
|
Re: How to VMWare in Ubuntu 8.04
hello there..i followed the " how to VMWare" from the first page of this post, downloaded the files (vmware-any-any-update-116.tgz & VMware-server-1.0.5-80187.tar.gz) to my desktop and i cant place them now to the ~/src directory,to continue to the next step (mkdir -P ~/src/VMWare #Download VMWare files here)..
Could you please help me to place them both in the same directory as bodhi.zazen says ( I use ~/src/VMWare) . I tried to copy and paste them but i have no permission to do that.. Thanks for your time.. |
|
|
|
|
|
#10 | ||
|
A Carafe of Ubuntu
![]() Join Date: May 2006
Beans: 91
Kubuntu 9.10 Karmic Koala
|
Re: How to VMWare in Ubuntu 8.04
Quote:
Quote:
if Code:
cat /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders |grep lib32 Last edited by Kokopelli; May 3rd, 2008 at 01:32 PM.. |
||
|
|
|
| Bookmarks |
| Tags |
| vmware server, [all variants] |
| Thread Tools | |
| Display Modes | |
|
|