系统为CentOS5.2,安装的VMware Server是1.07(VMware-server-1.0.7-108231.i386.rpm)

1、到VMware官网上下载安装包,注册免费Licensing
https://www.vmware.com/
http://register.vmware.com/content/download-107.html
VMware Server 2 for Linux  AAM0N-FF00U-U9HC2-42194
VMware Server 2 for Windows  A2084-F6J0Y-VAJF0-40NV4
VMware Server1.07的rpm包下载地址:http://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.i386.rpm
貌似Server2.0不能下载……

2、安装必须的包:
gcc gcc-c++
kernel kernel-devel kernel-headers
libXtst-devel libXrender-devel xinetd
yum install -y kernel-headers libXtst-devel libXrender-devel xinetd

3、安装VMware Server:
rpm -ivh VMware-server-1.0.7-108231.i386.rpm
安装完成以后运行配置脚本进行配置:
/usr/bin/vmware-config.pl
一路顺下去
1)阅读协议yes
2)In which directory do you want to install the mime type icons?
[/usr/share/icons]
3)What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]
4)In which directory do you want to install the application's icon?
[/usr/share/pixmaps]
5)Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Server is suitable for your running kernel.  Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes]
6)Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.18-92.el5PAE/build/include]
7)The module loads perfectly in the running kernel.
Do you want networking for your virtual machines? (yes/no/help) [yes]
8)Configuring a bridged network for vmnet0.
Your computer has multiple ethernet network interfaces available: eth0, eth1. Which one do you want to bridge to vmnet0? [eth0]
9)The following bridged networks have been defined:
. vmnet0 is bridged to eth0
Do you wish to configure another bridged network? (yes/no) [no]
10)Do you want to be able to use NAT networking in your virtual machines? (yes/no)[yes]
11)Configuring a NAT network for vmnet8.
Do you want this program to probe for an unused private subnet? (yes/no/help) [yes]
12)Probing for an unused private subnet (this can take some time)...
The subnet 172.16.134.0/255.255.255.0 appears to be unused.
The following NAT networks have been defined:
. vmnet8 is a NAT network on private subnet 172.16.134.0.
Do you wish to configure another NAT network? (yes/no) [no]
13)Do you want to be able to use host-only networking in your virtual machines? [yes]
14)Configuring a host-only network for vmnet1.
Do you want this program to probe for an unused private subnet? (yes/no/help) [yes]
15)Probing for an unused private subnet (this can take some time)...
The subnet 192.168.155.0/255.255.255.0 appears to be unused.
The following host-only networks have been defined:
. vmnet1 is a host-only network on private subnet 192.168.155.0.
Do you wish to configure another host-only network? (yes/no) [no]
16)The module loads perfectly in the running kernel.
The default port : 902 is not free. We have selected a suitable alternative port for VMware Server use. You may override this value now.Remember to use this port when connecting to this server.Please specify a port for remote console connections to use [904]
17)In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines]
18)The path "/var/lib/vmware/Virtual Machines" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
19)Please enter your 20-character serial number.
Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: AAM0N-FF00U-U9HC2-42194
安装完成。

4、安装完成了以后(不知道用不用运行vmware命令)就可以直接用VMware Server Console去连了:
主意的是,此处需要在IP后加上端口904,如:
10.168.1.114:904
就可以正常操作了。

原文地址:

http://hadesnote.blogbus.com/logs/30229734.html

转载于:https://blog.51cto.com/myohmy/328897

centos下安装VMware Server相关推荐

  1. centos下安装VMware Server 虚拟机的方法

    1.到VMware官网上下载安装包,注册免费Licensing https://www.vmware.com/ http://register.vmware.com/content/download- ...

  2. linux yum 安装vsftp,CentOS下安装安装vsftp

    最近正在学习linux,忽然想起自己搭建一个ftp服务器.在网上看过一些资料后,开始动手,仅作为在初始学习时的一个笔记,偶尔帮助记忆,希望高手看后莫笑~ 搭建环境:win7系统下安装vmware工作站 ...

  3. Centos下安装mysql 总结

    一.MySQL安装 Centos下安装mysql 请点开:http://www.centoscn.com/CentosServer/sql/2013/0817/1285.html 二.MySQL的几个 ...

  4. 在CentOS下安装apche+tomcat+mysql+php

    在CentOS下安装apche+tomcat+mysql+php 本例中所用到的软件 Apache 2.2 Sun的JDK-1_5_0_12-linux-i586 MySQL: mysql-5.0.4 ...

  5. Centos下安装mysql(二进制版)

    Centos下安装mysql(二进制版) 1.下载安装包,选择相应的平台.版本,比如,选择64位Linux平台下的MySQL二进制包"Linux-Generic (glibc 2.5)(x8 ...

  6. centos下安装mysql5.5_CentOS下安装Mysql5.5

    CentOS下安装Mysql 5.5全过程 一.安装cmake # 安装所需依赖包 yum -y install gcc libxml2-dev curl screen \ libpng12-dev ...

  7. opensuse 11.2/11.3安装vmware server 1.0.10笔记

    自从NB弃UBUNTU取OPENSUSE后,VMWARE一直无法通过 vmware-config.pl编译,网上G过数篇相关的帖子,都没有完整教程,只能每篇读完,自已再试. 今天终于成功安装VMWAR ...

  8. 2g内存用linux的哪个版本,Linux 下安装sql server 时 2G内存限制的最新(2019-08-15) 解决方案...

    关于 sqlserver 在linux下安装时有最小内存限制的问题,网上有很多类似的说明,那些操作都是正确的,如果不成功可能 "姿势"不对. 需要注意的是:不能使用最新版本!!!  ...

  9. Centos中安装VMware 12

    Centos中安装VMware 12 下载linux版,VMware-Workstation-Full-*.bundle:(下载链接:http://pan.baidu.com/s/1o8CIr0Y 提 ...

  10. Linux(CentOS)安装VMware tools(灰色按钮,无法安装)

    Linux(CentOS)安装VMware tools(灰色按钮,无法安装) 问题描述 解决办法 1.挂载镜像文件 2.连接光盘文件 3.解压安装 4.重启虚拟机 问题描述 VMware Workst ...

最新文章

  1. LINUX新手入门-1.装系统
  2. ​最新综述!基于图神经网络的关系抽取技术进展
  3. 拆分字符串使唯一子字符串的数目最大
  4. knime实现python编写脚本
  5. springboot文件上传下载实战 —— 登录功能、展示所有文件
  6. 「大学生学编程系列」第六篇:如何学习C语言?
  7. mysql导出所有binlog_mysql导入、导出、查看binlog命令
  8. 简单php网站的mysql优化小结
  9. ubuntu 17 php版本,Ubuntu 17.10 PHP版本下载_Ubuntu 17.10 每日构建版本下载 17.10 官方正式版_当载软件站...
  10. 单片机c语言设计电风扇,基于单片机的智能电风扇的设计(毕业论文).docx
  11. php 做圆形头像,php制作圆形用户头像方法
  12. word文档批量给图片添加题注
  13. JAVA命令符找不到符号_java: 找不到符号 符号: 方法 setLatestEventInfoentInfo
  14. 知识图谱学习(一) py2neo
  15. SwiftUI中微信认证成功但App回调方法未被调用的解决
  16. 制作世界人口地图json--10.4学习日记
  17. 浅记一下伽卡他卡被全屏控制时脱离控制
  18. 蓝牙盾/颈椎按摩仪/迷你充电宝/探头温度记等,段码LCD液晶显示驱动IC-VK1088B QFN32 4*4超小体积,22seg*4com且可通过指令进入省电模式
  19. 数学计算机游戏攻略,孩子们的游戏学习基本的数学
  20. 补充Live555推实时流

热门文章

  1. APP 设计原则(界面设计原则) / 设计模式(界面设计模式、 程序架构模式、程序方法模式) 简述
  2. Android蓝牙开发教程(三)——蓝牙设备相互通讯
  3. XMLHTTPRequest如何访问需要安全验证的网站
  4. Sublime Text3插件管理
  5. UIScrollView---iOS-Apple苹果官方文档翻译
  6. WordPress超级基本教程(转)
  7. 关于程序猿的六个问答题
  8. mysql常用数据操作之查
  9. LOJ#3083. 「GXOI / GZOI2019」与或和(单调栈)
  10. 2018.08.17 洛谷P3135 [USACO16JAN]堡哞(前缀和处理)