- ubuntu12.04环境下使用kvm ioctl接口实现最简单的虚拟机
- Ubuntu 通过无线网络安装Ubuntu Server启动系统后连接无线网络的方法
- 在Ubuntu上搭建网桥的方法
- ubuntu 虚拟机上网方式及相关配置详解
CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.
这篇CFSDN的博客文章centos下安装VMware Server 虚拟机的方法由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.
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 。
就可以正常操作了.
最后此篇关于centos下安装VMware Server 虚拟机的方法的文章就讲到这里了,如果你想了解更多关于centos下安装VMware Server 虚拟机的方法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。
我一直在尝试弄清VMware是如何工作的(特别是在安装Linux时),我有两个问题: 当VMware遇到push cs这样的命令时会发生什么?特别是cs,因为其特权级别为0,而VMware以1特权级别
我正在尝试将 vim 配置为我的主要编码程序。我已经想出了如何编译单个文件,但是当我从 vim 中执行程序时,我不断收到 127 错误代码。我的盒子上有 a 别名为 ./a.out,但是当我从 vim
我正在尝试将 vim 配置为我的主要编码程序。我已经想出了如何编译单个文件,但是当我从 vim 中执行程序时,我不断收到 127 错误代码。我的盒子上有 a 别名为 ./a.out,但是当我从 vim
想知道有没有什么javascript虚拟机是你用过的或者有什么想法的! 我不是在谈论用于 chrome 的 V8 等浏览器的 javascript 引擎,我想在 linux 服务器机器上执行 java
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题? Update the question所以它是on-topic对于堆栈溢出。 10年前关闭。 Improve this qu
我正在查找 Azure 中存储帐户的用途。因为我有一个问题。 我的帐户仅限于 1 个存储帐户,显然我已经在使用它,但我不知道为什么,我认为我不需要它。 我有一台带有云服务和存储帐户的虚拟机。我想创建另
Error - JVM - BlackBerry 9800 Simulator --------------------------------------- JVM: could not open
很难说出这里要问什么。这个问题模棱两可、含糊不清、不完整、过于宽泛或夸夸其谈,无法以目前的形式得到合理的回答。如需帮助澄清此问题以便重新打开,visit the help center . 关闭 9
这是我的情况 我需要配置linux系统,因为路由器和客户端也在虚拟机中.. 系统A eth0:从isp获取ip(在VM ware中配置为Bidge) eth1: DEVICE=eth1 BOOTPRO
我知道 BEA 正在开发不需要底层操作系统的 LiquidVM,但想知道开源社区中是否有人正在开发类似的东西。 理想情况下,我想找到一个实现,其中 VM 直接由操作系统引导加载程序加载。 最佳答案 与
Linux系统下安装Vmware教程 由于项目需要,要在Linux下虚拟一个Windows,经过查找些资料,发现可一用VMware来实现,当然还有其他一些虚拟机可以使用如Win4lin,bochs
我正在使用虚拟机进行开发,但是每次我需要一个新的 VM 时,我都会复制文件并创建一个新服务器,但是我需要一个新的服务器名称才能将其添加到我们的网络中。 重命名服务器后,Sharepoint 站点有很多
如果 Cassandra 和代码在同一台机器上,则以下代码有效: using System; using Cassandra; namespace CassandraInsertTest {
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 7年前关闭。 Improve thi
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 3年前关闭。 Improve this qu
我正在将我的 Web 应用程序 try catch 异常错误跟踪消息转储到 Web 服务器上的 C:\Temp 文件夹但是当我的 web 应用程序位于 azure 上时,我希望在 azure VM c
我们为客户提供桌面 ERP 软件。该软件安装在 Azure 虚拟机中。每个公司都有自己的数据库文件。我需要优化性能,但我有些怀疑无法找到回应。例如,对于 2 个公司: 1-购买 2 台小型 VM(2
我试图将 Azure 上的虚拟机的网络号地址更改为与 Azure 池上的另一个虚拟机位于同一网络中,一旦我单击网卡上的“保存”,它就会卡住并无法通过远程桌面或任何其他方式。 请帮忙。 最佳答案 切勿尝
是否可以在 Azure 上设置虚拟机并使该虚拟机的同一实例对多个用户可见? 我们是 ISV。我们的用户分散在全局。我们希望使用 Azure 虚拟机来指导用户设置我们的软件。理想情况下,我们的帮助台将在
我使用 Ubuntu 镜像创建了一个虚拟机,并从 Azure 库预加载了 Discourse。自动设置完成后,我可以看到虚拟机正在运行,但我无法连接到它以远程查看计算机。我没有看到任何设置可以为我解决
我是一名优秀的程序员,十分优秀!