在Ubuntu Server 6.10安装Vmware Server(英文版)
[b]Overview:[/b]For those of you who are not familiar, in brief VMware is a technologyused to run multiple, simultaneous, OS's with virtual hardware on topof one physical server. You can run any Windows on top of any Linux,and visa versa. -- [url=http://www.vmware.com/]http://www.vmware.com[/url]
I put this together to automate the installation / pre-installation requirements for Ubuntu VMware Servers...
I use these installation procedures on a daily basis to rapidly deploylite weight Ubuntu vmhost servers, and I have certified thisinstallation on the following Hardware / Architectures:
[b]Servers:[/b]
[i]AMD64[/i] - Sun Microsystems: X4200 - AMD Opteron Model 280 64bit CPU's
[i]i686[/i] - IBM: eServer xSeries 345 - Intel Xeon 64bit CPU's
[b]Workstations:[/b]
[i]i386[/i] - Compaq: Evo D510 CMT - Intel Pentium 4 CPU's
[i]i386[/i] - Acer: Veriton 7500G - Intel Pentium 4 CPU's
[i]i386[/i] - Acer: Veriton 7200D - Intel Pentium 4 CPU's
[i]amd[/i] - Tiger: Dual CPU - AMD Athlon MP CPU's
[b]Final Results:[/b]
The final configuration, if everything went smooth should be:
[i]Ubuntu 6.06 Dapper, OpenSSH-Server, VMware-Server, VMware-Console, FluxBox window manager[/i]
[b]Ubuntu VMware-Server Management[/b]
This installation will give you the ability to manage your server using the following methods:
[b]1. SSH - Secure Shell:[/b]
From Linux - OpenSSH-client, built into most *nix systems by default.
From Windows using a tool like PuTTy: [url=http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html]http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html[/url]
[b]2. VMware-Server-Console - Remotely[/b]
You can connect and manage the Virtual Machines via the console from any OS
[b]3. VMware-Server-Console - Locally[/b]
You can login to the Window Manager (FluxBox) locally and run VMware-Console from the menu (right click)
[b]FAQ[/b]
Q. "Why do you install a GUI (window manager) on a VMware server?"
A. The reason is when connectivity goes down, and you cannotconnect from neither ssh nor remote VMware-Console, then you shouldhave the ability to connect to the localhost with VMware-Console.
Q. "Why did you choose FluxBox as the Window Manager?"
A. In my opinion, Gnome & KDE are a bit too much for what weneed...I try to keep the system thin and to the point while ensuringstability and scalability. I have benchmarked all the WM's, includingXFCE (Xubuntu), and I chose not to choose a pre-packaged Ubuntu, ratherto install a clean X with FluxBox, what I consider to be the mostrobust, highly configurable, lite weight WM out there today.
[b]Screenshots:[/b]
[i]some screenshots to give you an idea of what we are aiming for[/i]
[url=http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware1.png]http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware1.png[/url]
[url=http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware2.png]http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware2.png[/url]
[url=http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware3.png]http://howtoforums.net/downloads/screenshots/dapper-vmware/dapper-vmware3.png[/url]
[b]This script consists of 4 parts.[/b]
1. A clean server install of Ubuntu 6.06 LTS aka Dapper
2. Downloading & running the 2 Ubuntu VMware automatic install scripts
3. Downloading & running the VMware-Server & VMware-Server-Console Installations
[b]IMPORTANT: Pre-Installation considerations:[/b]
1. You downloaded Ubuntu 6.06 LTS Server from [url=http://www.ubuntu.com/download]http://www.ubuntu.com/download[/url]
2. Installed a fresh Ubuntu Server system
3. Connected to a network with dhcp / internet connection
[b]WARNING!: do not do this over an SSH connection or on an existing production system![/b]
[b]OK nuff talk, Let's Begin !!![/b]
[b]1. Get the Scripts...[/b]
[table=90%][tr] [td][b]Code:[/b][/td] [/tr] [tr] [td]
wget http://howtoforums.net/downloads/dapper-vmware.tar.bz2
tar -xjvf dapper-vmware.tar.bz2
sudo sh dapper-vmware.sh
[/td] [/tr][/table]
Follow the USAGE for the script and use your network specific settings, to run the script again.
[table][tr] [td][b]Code:[/b][/td] [/tr] [tr] [td]
USAGE: sudo sh ./dapper-vmware.sh <new hostname> <newdomain name> <new ip address> <new subnet> <newbroadcast address> <new default gateway> <new dnsnameserver ip address> <cpu architecture>
----------------------------------------------
USAGE Example:
sudo sh ./dapper-vmware.sh vmhost01 howtoforums.net 192.168.1.5 255.255.255.0 192.168.1.255 192.168.1.1 192.168.112.2 amd64
Supported cpu architectures:
Please type one of the following
1. i386 2. amd64 3. other
[/td] [/tr][/table]
[b]2. Reboot into the new Kernel...[/b]
[table=90%][tr] [td][b]Code:[/b][/td] [/tr] [tr] [td]
sudo reboot
[/td] [/tr][/table]
[b]3. Login to the graphical interface (gdm)[/b]
[b]4. Login to a console - CTRL+F1[/b]
[b]5. Run the Post installation script...[/b]
[table][tr] [td][b]Code:[/b][/td] [/tr] [tr] [td]
sudo sh post-dapper-vmware.sh
[/td] [/tr][/table]
[b]You are all set!!![/b]
You can now register (you must register to get your Free license) and download VMware-Server & VMware-Server-Console at:
[url=http://www.vmware.com/]http://www.vmware.com[/url]
You need to get the following:
[table=90%][tr] [td][b]Quote:[/b][/td] [/tr] [tr] [td]
VMware Server for Linux.
Binary (.tar.gz)
[/td] [/tr][/table]
[i]and...[/i]
[table][tr] [td][b]Quote:[/b][/td] [/tr] [tr] [td]
VMware Server Linux client package.
- Linux VMware Server Console (.tar)
[/td] [/tr][/table]
Once the tar files are downloaded you can then run the installation...
I gave an example below...
[table=90%][tr] [td][b]Code:[/b][/td] [/tr] [tr] [td]
tar -xzf VMware-server-1.0.0-28343.tar.gz
cd vmware-server-distrib/
sudo ./vmware-install.pl
[/td] [/tr][/table]
[b]Related Links:[/b]
Ubuntu 5.10 Breezy Installation: [url=http://howtoforums.net/viewtopic.php?t=5]http://howtoforums.net/viewtopic.php?t=5[/url]
FluxBox Information:
[url=http://www.fluxbox.org/]http://www.fluxbox.org/[/url]
[url=http://fluxbox-wiki.org/index.php/Fluxbox-wiki]http://fluxbox-wiki.org/index.php/Fluxbox-wiki[/url]
Other FluxBox Based Disro's:
Damn Small Linux: [url=http://www.damnsmalllinux.org/]http://www.damnsmalllinux.org/[/url]
HowTo install Remote Desktop (rdesktop1.5) with SeamLess Windows To run your favorite Windows Applications On your Linux box:
VMware is a classic Solution for running this...
[url=http://howtoforums.net/viewtopic.php?t=52]http://howtoforums.net/viewtopic.php?t=52[/url]
[i]
For Search Engines:
HowTo install Vmware on Ubuntu
HowTo Ubuntu VMware
Ubuntu + VMware
Ubuntu + VMware-Server
Ubuntu + VMware-Console
VMware Ubuntu HowTo
VMware Server on Linux
VMware Server Ubuntu
Windows on Linux
Windows on Ubuntu
Run Windows XP on Linux
[/i]
页:
[1]