首页 | 资讯动态 | linux基础 | 系统管理 | 网络管理 | 编程开发 | linux数据库 | 服务器技术 | linux相关 | linux认证 | 嵌入式 | 下载中心 | 专题 | linux招聘 | 镜像站
OKLinux中文技术站
·设为首页
·加入收藏
·联系我们
系统管理: 中文环境 系统管理 桌面应用 内核技术 | Linux基础: 基础入门 安装配置 常用命令 经验技巧 软件应用 | Linux数据库: Mysql Postgre Oracle DB2 Sybase other
网络管理: 网络安全 网络应用 Linux服务器 环境配置 黑客安全 | 编程开发: PHP CC++ Python Perl Shell 嵌入式开发 java jsp | PHP技术: PHP基础 PHP技巧 PHP应用 PHP文摘
搜索中心 Linux招聘 Linux专题 Apache | Linux相关: 硬件相关 Linux解决方案 Linux认证 企业应用 其它Unix | 相关下载: 资料下载 参考手册 开发工具 服务器类 软路由 其它
 技术搜索:
会员中心 注册会员 高级搜索  
  → 当前位置:首页>linux基础>经验技巧>正文

Fedora 9上安装VMware Server (Version 1.0.6)[图文]

http://www.oklinux.cn  2008-06-03  linuxidc   会员收藏  游客收藏  【 】 
您查看的文章来源于http://www.oklinux.cn

VMware Server是VMware公司推出的免费的虚拟机软件,这篇教程以详细的图片展示了在Fedora 9这个最新的发行版上安装VMware Server 1.0.6的过程。甚至连下载过程都有。

虽然是英文教程,但是非常容易懂。Fedora 9的用户得看看喔!

http://www.howtoforge.com/vmware-server-installation-on-a-Fedora9-desktop

How To Install VMware Server (Version 1.0.6) On A Fedora 9 Desktop
Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 06/02/2008

This tutorial provides step-by-step instructions on how to install VMware Server (version 1.0.6) on a Fedora 9 desktop 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).

Also, with VMware Server you can let your old Windows desktop (that you previously converted into a VMware virtual machine with VMware Converter, as described in this tutorial: http://www.howtoforge.com/vmware_converter_windows_linux) run under your Fedora desktop. This can be useful if you depend on some applications that exist for Windows only, or if you want to switch to Linux slowly.

I want to say first that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!

1 Preliminary Note

Prior to version 1.0.6, VMware Server needed to be patched in order to install/work properly on a Fedora 9 system because it did not support kernel 2.6.25 (see chapter 8.3.14 on http://www.howtoforge.com/the-perfect-desktop-fedora9-gnome-p7). Starting with version 1.0.6 (released on May 29, 2008), this isn't necessary anymore.

2 Installing Required Packages

Before we install VMware Server, we must install some prerequisites. To install them, open a terminal (Applications > System Tools > Terminal):

Become root:

su

Now we have to find out our kernel version by running:

uname -r

2.6.25.3-18.fc9:

If you haven't updated the system, your kernel most likely is 2.6.25.3-18.fc9. If this is the case, you can install the prerequisites like this:

yum install kernel-devel xinetd gcc gcc-c perl-devel perl-ExtUtils-Embed

2.6.25-14.fc9.i686:

If you've updated the system, chances are that your kernel is 2.6.25-14.fc9.i686; at the time of this writing there was no kernel-devel package for this kernel in the Fedora repositories, therefore we must install it manually:

First we remove any existing kernel-devel package:

yum remove kernel-devel

Then we download and install the correct kernel-devel package for kernel 2.6.25-14.fc9.i686 like this (you can search on http://rpm.pbone.net/index.php3 to find the correct kernel-devel package for your kernel - interestingly I had to search for RedHat 9 packages instead of Fedora 9 to find the correct packages...):

wget ftp://ftp.uni-bayreuth.de/pub/redhat.com/Fedora/linux/releases/9/Everything/i386/os/Packages/kernel-devel-2.6.25-14.fc9.i686.rpm
rpm -ivh kernel-devel-2.6.25-14.fc9.i686.rpm

Finally we install the missing prerequisites:

yum install xinetd gcc gcc-c perl-devel perl-ExtUtils-Embed

3 VMware Server

With VMware Server you can let your old Windows desktop (that you previously converted into a VMware virtual machine with VMware Converter, as described in this tutorial: http://www.howtoforge.com/vmware_converter_windows_linux) run under your Fedora desktop. This can be useful if you depend on some applications that exist for Windows only, or if you want to switch to Linux slowly.

To download VMware Server, go to http://www.vmware.com/download/server/ and click on Download Now:

共4页: 上一页 1 [2] [3] [4] 下一页

上一篇:LDCN开源资讯大串烧(一)   下一篇:Ubuntu上试用IBM Lotus Symphony 1

收藏于收藏夹】 【评论】 【推荐】 【打印】 【关闭
相关文档
·Ubuntu上试用IBM Lotus Symphony 1
·Ubuntu8.04简单配置
·Fedora 9安装配置记录
·Installation:Ubuntu 乌班图中安装IE
·VirtualBox为Ubuntu配置共享文件夹
·简单轻松搞定Ubuntu下的WPA
·Fedora 9 安装ATI驱动终极指南
·看红旗Linux6.0sp1的随意性
·Ubuntu 8.04 3D AIGLX
·在Fedora 9下面配置ISATAP IPV6 tunnel
·在Fedora 9下让你的Amarok支持RealyPlayer所支持的所
·专门为低配置电脑预备的Linux发行版本[图文]
·Linux系统释放cache内存
·Linux系统下创建DBCA报错问题的解决
·解决Ubuntu 8.04下笔记本CPU风扇的问题
·Ubuntu下sudo不好使的解决方法
发表评论
密码: 匿名评论
评论内容:

(不超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规)
 
  最新文档
·Ubuntu上试用IBM Lotus Symphony 1
·Ubuntu8.04简单配置
·Fedora 9安装配置记录
·Installation:Ubuntu 乌班图中安装IE
·VirtualBox为Ubuntu配置共享文件夹
·简单轻松搞定Ubuntu下的WPA
·Fedora 9 安装ATI驱动终极指南
·看红旗Linux6.0sp1的随意性
·Ubuntu 8.04 3D AIGLX
·在Fedora 9下面配置ISATAP IPV6 tunnel
·在Fedora 9下让你的Amarok支持RealyPla
·专门为低配置电脑预备的Linux发行版本[
  阅读排行
·Linux爱好者入门教程
·Ubuntu下安装苹果MAC风格主题(图)
·从硬盘安装RHEL 5(Red Hat Enterprise
·Linux操作系统下的串口通信学习笔记
·Ubuntu 8.04 硬盘安装过程
·Vim实用技术第一部分:实用技巧
·Fedora 9已经发布可以下载了及特性列表
·Ubuntu 8.04的引导包及下载地址分享
·Vmware Workstation 5.0.0使用说明
·Ubuntu 3D桌面特效展示!超绚目(图)
·VM中Linux虚拟机下安装VMware Tools
·Fedora9-Alpha-i386 安装全过程图解
·Ubuntu 8.04中文环境设置
·Ubuntu 8.04下fcitx输入法的安装及使用
·新手看招:调试工具GDB基本知识全接触
网摘收藏: