CentOS 5.3下面安装VMware server 2.0

1. 下载

ftp://vmsky-download:[email protected]/uploads/soft/vmware%20server/%5Bvmware.cn%5DVMware-server-2.0.1-156745.i386.tar.gz
2. 解压

   tar zxf VMware-server-2.0.1-156745.i386.tar.gz
3. 运行vmware-config.pl,根据提示回答使用网络的Bridge模式,可以不用NAT。

4 安装过程中需要的序列号:

Serial Number for Linux: 9AXF4-R69D2-JEQ4N-4H4JR

 

5. /sbin/service vmware restart
6. 在本机上面运行IE并访问: http://localhost:8222/
 管理账户,如root和root的密码就可以了。

 

================================================================

 

 

参考一

. 到vmware官方网站获取:VMware-server-2.0.0-122956.i386.rpm

2. 到CentOS上面执行rpm -ivh VMware-server-2.0.0-122956.i386.rpm

3. 运行vmware-config.pl,根据提示回答使用网络的Bridge模式,可以不用NAT。

安装过程中需要的序列号:

VMware Server 2 for Windows A0025-FWR6J-V1MFH-4R63M
VMware Server 2 for Linux A2J05-FWWF0-UGH0J-4J2HN

4.修正SELinux
chcon -t texrel_shlib_t /usr/lib/vmware/vmacore/libvmacore.so.1.0

chcon -t texrel_shlib_t /usr/lib/vmware/hostd/diskLibWrapper.so

5. /sbin/service vmware restart

6. 如果要远程管理(我的CentOS是最小安装,没有X),使用putty连接到CentOS机器上面,设置下面的ssh tunnel:

L8222 到远程的127.0.0.1:8222
L8333 到远程的127.0.0.1:8333
L902 到远程的127.0.0.1:902

7. 在本机上面运行IE并访问: http://localhost:8222/
输入3中指定的管理账户,如root和root的密码就可以了。

8. 如果要使用WMWare Remote Console只要选择Console标签,并下载安装IE插件就可以了。

 


 

参考二

Installing VMware server on a Linux Host
 
发布日期:2006-9-9 12:01:06 作者: 出处:
 

 
转自:中国网络

Installing VMware server on a Linux Host(fedora core5)完整版

-.所需要的包文件及其说明
1.VMware-server-e.x.p-22874.tar.gz (服务主程序)
2.VMware-mui-22874.tar.gz (用于Web界面进入配置程序包)
3.VMware-server-linux-clinet-e.x.p-22874.zip (用于客户端连接server包 GUI界面,无須在服务器端安装,请切记因为安装第一包默认就有此功能)
以上程序都可以从vmware.com下载到最新版,目前最新版本号为22874其中Vmware server需要序列号,22874版的序号为
For Linux: 7AP9N-U15MW-Q42G6-4VKKM
For Windows: 72734-UC0YR-R665M-41LCM

二.所需系统环摬支持
1.GCC开发包支持
2.須安装kernel-devel 运行(yum install kernel-devel)
3.須安装xinedt 运行(yum install xindedt)
4.安装vmware-min-22874.tar.gz时須要用到,libdb.so.3这个库文件
可以采取变通的方法生成此文件,骗过vmware。
方法是如下指令生成
ln -s /usr/lib/libdb.so /usr/lib/libdb.so.3
已测试通过可行!

三.安装步骤
服务端安装(我用的是*.tar.gz的包安装)
1.安装VMware server的全过程
解开
tar zxf VMware-server-22874.tar.gz
更改到安装目录
cd vmware-server-distrib
运行安装程序
./vmware-install.pl
一般是一路按Enter即可完成安装
我在安装过程碰到此问题
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 installing remote clients on other machines.
Please specify a port for remote console connections to use [904]
上面说到默认的端口902已经使用了,提示改为904。这里大家要记住了,如果碰到这种问题,以后你使用client连过来的就话就得注意了。
有二种方法解决此问题,可以在启动客户端的控制器后,连接的主机加上端口号例如192.168.65.7:904即可。
也可以在安装客户端定义,将默认的端口改为904.另:连接的帐号是系统帐号(切记)
2.安装VMware-min
解开
tar zxf VMware-mui-<xxxx>.tar.gz
(where <xxxx> is a series of numbers representing version and build numbers)
更改到安装目录
cd vmware-mui-distrib
运行安装程序
./vmware-install.pl

Set the number of minutes before a http session times out. (This is the length
of time before someone connecting to VMware Management Interface will be logged
out) [60]
此提示是最大闲置时间为60分种
安装好此包后,可以通过浏覽器(加密SSL方式)控制机器(可以进行重启,关机等操作)
默认使用8333端口 https://ipaddress:8333/
3.在工作安装client包,可以通过浏览器从安装Vmware server及Vmware min包的机器上下载得到。
安装方式
将下载的包解压至Temp.
unzip VMware-server-linux-client-22874.zip -d /tmp
更改到/tmp目录
cd /tmp
解开.
tar zxf VMware-console-22874.tar.gz
更改到安装目录
cd vmware-console-distrib
运行安装程序
./vmware-install.pl
注意提示
You see the following prompt: What port do you want the remote console to use to connect to server. [902]
就是上面我所说的端口问题,如果你的服务不是902,你就更改为对应的端口

 

 

 


 

你可能感兴趣的:(vmware,linux,centos,server,Numbers,IE插件)