dedecms织梦内容管理系统      
首页 | Xen | Qemu | 下载 | 专题 | 会员中心 | 支持论坛
  当前位置:主页>Vmware>文章内容
在Ubuntu7.10上安装Vmware Server1.04
来源: 作者: 发布时间:2007-11-28  

How To Install VMware Server 1.0.4 On Ubuntu 7.10 (Gutsy Gibbon)

This tutorial provides step-by-step instructions about how to install the free VMware Server on an Ubuntu 7.10 (Gutsy Gibbon)

system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD,

etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which

saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the

VMware Player which is also free).

Build Environment
Make sure you have the needed build environment and tools to compile the vmware modules for the kernel.

sudo apt-get install build-essential linux-headers-`uname -r`

sudo apt-get install xinetd

Downloading VMware Server
Vmware Server can be downloaded from:

http://www.vmware.com/download/server/

After accepting the EULA grab the vmware server .tgz file (around 102MB).

Note: As of right now VMware Server won't compile correctly on Gutsy without patching the vmmon file.

Patch information can be found here: http://www.vmware.com/community/thread.jspa?messageID=76957&tstart=0

The patch can be downloaded here: http://ftp.cvut.cz/vmware/vmware-any-any-update114.tar.gz

Installing VMware Server - Source Tar Ball
Untar the VMware Server package:

tar xvzf /Path/To/VMware-server-1.0.4-56528.tar.gz

Untar the vmware-any-any patch:

tar xvzf /Path/To/vmware-any-any-update114.tar.gz

Copy the patched vmmon modules to the VMware Source library:

cp vmware-any-any-update114/*.tar vmware-server-distrib/lib/modules/source/

Change into the install directory:

cd vmware-server-distrib

Run the installer:

sudo ./vmware-install.pl

Choose defaults to all the questions, though you will probably want to manually choose which networking features you want. To

access the server run:

vmware

for the VMware Server Console.

Installing VMware Server - Ubuntu Commercial Repository
Add Ubuntu Commercial repository to your /etc/apt/sources.list:

echo "deb http://archive.canonical.com/ubuntu feisty-commercial main" >> /etc/apt/sources.list

Run apt update to download latest package list:

sudo apt-get update

Install VMware Server via apt:

sudo apt-get install vmware-server

Start the remote access console by going to Applications > System Tools > VMware Server Console in the menus OR run:

vmware

from the command line.



(阅读次数:
上一篇:VMWare tools的安装过程及文件共享设置   下一篇:在Ubuntu7.10上使用KVM(英文)
[收藏] [推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
用户名: 新注册) 密码: 匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论
  热点文章
·解决Vmware虚拟机系统的时间太慢
·VMware虚拟磁盘管理工具实例
·Intel解读硬件辅助虚拟化技术
·Vmware 发布vmware workstation
·Linux下VMware的端口映射的方法
·VMwareTools宣布开源Linux厂商可
·如何诊断 VMware系统问题
·VMWare tools的安装过程及文件共
·VMware与Symantec联手"灾备"
  相关文章
·VMWare tools的安装过程及文件共
·如何诊断 VMware系统问题
·Linux下VMware的端口映射的方法
·VMware虚拟磁盘管理工具实例
·解决Vmware虚拟机系统的时间太慢
·VMwareTools宣布开源Linux厂商可
·VMware与Symantec联手"灾备"
·Vmware 发布vmware workstation
·Intel解读硬件辅助虚拟化技术