![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Virtualization For questions on VMWare, VirtualBox, Xen, QEMU and other virtualization software. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | |
|
Ubuntu Guru
![]() |
Install VMWare Server 2.0 in Ubuntu 8.10 Introduction Server 2 installs easily and without any major difficulties. I find it has less features then 1.0.7 (I could not find an option to boot a physical partition for example). Advantages:
Disadvantages:
Installation OK, enough, tell us how to install it already
Run VMWare Code:
sudo /etc/init.d/vmware start|stop|status|restart Code:
localhost:8222 Code:
localhost:8333 The only caveat is you will need to install a plug in in Firefox (or *gasp* IE) to view the guests on the VMWare console. If you wish to access the machines over the Internet you must forward ports 902, 8222, and 8333.
__________________
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; December 4th, 2008 at 04:06 PM.. |
|
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2007
Location: Winnipeg, MB Canada
Beans: 4
Ubuntu 9.04 Jaunty Jackalope
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Thanks bodhi.zazen. This post helped me.
|
|
|
|
|
|
#3 |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2006
Location: U.S.A & Brazil
Beans: 176
Ubuntu 8.04 Hardy Heron
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
bodhi.zazen thanks. You beat me too it
I would also like to share a script I run to backup my virtual machines. This script is pieced together from all the other scripts floating around on the web. Last edited by handband2; January 7th, 2009 at 12:41 PM.. |
|
|
|
|
|
#4 |
|
Ubuntu Guru
![]() |
Re: How to VMWare Server 2.0 on Ubuntu 8.10
You are most welcome, glad it worked for you.
__________________
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 ![]() |
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 2
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Quote:
Could you please tell me how do you use your scripts to backup your machines? Thank you! |
|
|
|
|
|
|
#6 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2006
Location: U.S.A & Brazil
Beans: 176
Ubuntu 8.04 Hardy Heron
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Quote:
Code:
wget http://handband.net/projects/vmware-scripts.tar.gz Code:
tar -zxvf vmware-scripts.tar.gz Code:
gedit vmware-backup.sh USER=USERNAME PASS=PASSWORD BACKUPDEST=/backup/vmware DAYS_TO_KEEP_TAR=1 Notes:Make the script executable: Code:
chmod +x vmware-backup.sh Code:
sudo ./vmware-backup.sh If you want it to run at scheduled times then insert something like the following in the sudo's crontab: Code:
sudo crontab -e Code:
0 2 * * * /bin/bash /home/username/vmware-backup.sh > /home/username/vmware.log 2>&1 This will run the script at 2 am everyday and create a log file. The log file isn't necessary but can be important! It is also possible to have the log file emailed (which I can write up a howto if you want?). |
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 2
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
thank you vary much handband2. I will try your scripts as soon as possible!
Now I have another BIG problem I cannot connect (pass) usb devices to my linux VMs: - I insert my usb drive, I select the device from whithin the server web interface, but my VMs doesn't see it. The VM is SMEsever 7.4 (centos based). The same VM running in a windows version of vmware server 2, works like a charm. If I connect the device to a windows VM, (on ubuntu vmware server host) works! This is very strange!!! ![]() When I plug the pendrive into the server this message appears many times: [12314123.12341234] sd 7:0:0:0: [sdc] Assuming drive cache: write throug Have you an idea??? |
|
|
|
|
|
#8 | |
|
Ubuntu addict and loving it
![]() Join Date: Feb 2005
Location: Melbourne, Australia
Beans: 7,058
Ubuntu 9.04 Jaunty Jackalope
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Quote:
It is just a matter of editing a couple of config files (.vmx and also the .vmdk, if you have it) and making the following lines the value of 4: Code:
virtualHW.version = "4" ddb.virtualHWVersion = "4"
__________________
Regards, David. The Forum search function is useful for immediate help (give it a try).
Please mark your thread as "Solved" (using the Thread Tools) when appropriate. |
|
|
|
|
|
|
#9 |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2006
Location: U.S.A & Brazil
Beans: 176
Ubuntu 8.04 Hardy Heron
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Having problems with permissions of a VM (error: RuntimeFault: Database temporarily unavailable or has network problems. )? I found this on the VMware forums:
- Stop vmware management Code:
sudo /etc/init.d/vmware-mgmt stop Code:
sudo vim /etc/vmware/hostd/authorization.xml Code:
<NextAceId>11</NextAceId> Code:
<NextAceId>12</NextAceId> Code:
<NextAceId>20</NextAceId> Code:
<NextRoleId>11</NextRoleId> Code:
sudo /etc/init.d/vmware-mgmt start I hope this will help! Source: http://communities.vmware.com/message/1070373 Last edited by handband2; November 16th, 2008 at 10:27 AM.. |
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2008
Beans: 50
|
Re: How to VMWare Server 2.0 on Ubuntu 8.10
Hi bodhi.zazen,
Thanks.Your post helps and managed to fix the keyboard issue. However,during installation i got the vsock warning.I have a thread here: http://ubuntuforums.org/showthread.php?t=975084 I'm able to complete the installation though,but am wondering if there is any solution for this? Have also tried the following links and patch but the issue persist: http://kramfs.com/2008/07/13/vmware-...-vsock-module/ http://www.insecure.ws/2008/10/20/vm...nd-kernel-2627 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|