VMWare Workstation will do all of the above, and more:
Create whole-cloth (straight file copies) or delta-only (which uses a "parent" image and only records changes) clones of machines
Simulate an environment with multiple machines (useful for client-server)
Integration with Visual Studio debugger
Screen captures / recordings
Import physical machines as images, appliances, OVA's (open virtual machines), and also Export a few other formats.
VMWare Player allows you to deploy a single machine to someone else free of charge. It does not create or change images. What PDFs are to Acrobat Reader, VM images are to VMWare Player.
VMWare Server is their older server product, now free of charge. Some products still integrate with this.
VMWare ESXi is their light-weight enterprise solution, now free as of last year. It allows for multiple images to be used, but lacks high-end tools, such as live migration. This is mostly used in the SMB market, as it can only deal with a single machine and lacks the integration features of its "big brother".
VMWare ESX is the "heavy" for-pay solution (the big brother of ESXi) and has all of the high-end goodies needed for a virtualized server environment, including live migration of running machines from server to server (yes, you can move across hardware), shared images, shared filesystem, etc.
You can use VMWARE workstation for performing the above tasks. Also you can use free ESXi host for managing the VMs with our functaions. Please post all VMWARE related queries here.
Use Vmware workstation version 2, but i have found better performance using ESXi if your are running vmware on hardware on the vmware hcl. ESXi is least resource intensive and one has more control over CPU, memory and network resources.
发布评论
评论(5)
VMWare Workstation 将执行上述所有操作,甚至更多:
机器克隆
机器(对于客户端-服务器有用)
调试器
设备、OVA(开放虚拟
机),还出口一些
其他格式。
VMWare Player 允许您免费将一台计算机部署给其他人。 它不会创建或更改图像。 正如 PDF 之于 Acrobat Reader,VM 图像之于 VMWare Player。
VMWare Server 是他们的旧服务器产品,现在免费。 有些产品仍然与此集成。
VMWare ESXi 是他们的轻量级企业解决方案,从去年开始免费。 它允许使用多个映像,但缺乏高端工具,例如实时迁移。 这主要用于中小企业市场,因为它只能处理单机并且缺乏其“老大哥”的集成功能。
VMWare ESX 是“重型”付费解决方案(ESXi 的老大哥),拥有虚拟化服务器环境所需的所有高端功能,包括将正在运行的计算机从服务器实时迁移到服务器(是的,您可以跨硬件移动)、共享映像、共享文件系统等。
VMWare Workstation will do all of the above, and more:
clones of machines
machines (useful for client-server)
debugger
appliances, OVA's (open virtual
machines), and also Export a few
other formats.
VMWare Player allows you to deploy a single machine to someone else free of charge. It does not create or change images. What PDFs are to Acrobat Reader, VM images are to VMWare Player.
VMWare Server is their older server product, now free of charge. Some products still integrate with this.
VMWare ESXi is their light-weight enterprise solution, now free as of last year. It allows for multiple images to be used, but lacks high-end tools, such as live migration. This is mostly used in the SMB market, as it can only deal with a single machine and lacks the integration features of its "big brother".
VMWare ESX is the "heavy" for-pay solution (the big brother of ESXi) and has all of the high-end goodies needed for a virtualized server environment, including live migration of running machines from server to server (yes, you can move across hardware), shared images, shared filesystem, etc.
您需要 VMWare 工作站。
You want VMWare Workstation.
您可以使用VMWARE 工作站来执行上述任务。 您还可以使用免费的 ESXi 主机通过我们的功能管理虚拟机。 请在此处发布所有与 VMWARE 相关的查询。
You can use VMWARE workstation for performing the above tasks. Also you can use free ESXi host for managing the VMs with our functaions. Please post all VMWARE related queries here.
我一直在开发内部虚拟机,我发现使它们经济且可在所有三个平台上使用的最佳方法
首先 是这样的
在 Mac 上使用 fusion,在 Linux 和/或 Windows 上使用 vmplayer
访问 www.easyvmx.com 并为您的来宾操作系统创建一个起始布局,
添加您想要的任何虚拟硬件,事实上,我建议添加所有内容,
下载 zip,然后您就有了工作空白虚拟机
只需将其中一个 vmware cdrom 指向 iso 或使用实际安装磁盘即可安装所选操作系统,
这几乎就是
vmx 只是一个文本文件,只需打开它,您就可以看到如何评论或者禁用某些硬件,
Mac 上的一个注意事项是添加到 vmx 文件中,
快照.disabled = "TRUE"
如果您不想让您的硬盘填满快照文件
ive been developing in house virtual machines and the best way ive found to make them economically and usable on all three platforms is like so
first off
use fusion on mac or vmplayer on linux and/or windows
go to www.easyvmx.com and create a starting layout for your guest os
add what ever virtual hardware u want, in fact id suggest adding everything
download the zip and there you have a working blank virtual machines
install os of choice by just pointing one of the vmware cdroms to an iso or by using an actually setup disk
thats pretty much it
the vmx is just a text file, just open it up and u can see how you can comment or disable certain hardware
one note on mac is to add to the vmx file,
snapshot.disabled = "TRUE"
if u dont want your hard drive to fill up w snapshot files
使用 Vmware 工作站版本 2,但我发现如果您在 vmware hcl 上的硬件上运行 vmware,则使用 ESXi 可以获得更好的性能。 ESXi 资源密集程度最低,并且可以更好地控制 CPU、内存和网络资源。
Use Vmware workstation version 2, but i have found better performance using ESXi if your are running vmware on hardware on the vmware hcl. ESXi is least resource intensive and one has more control over CPU, memory and network resources.