<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>:::虚拟时代::: &#187; VMware</title>
	<atom:link href="http://blog.microhyper.com/archives/tag/vmware/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.microhyper.com</link>
	<description>最新虚拟技术资讯</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:06:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware静态MAC地址的设置</title>
		<link>http://blog.microhyper.com/archives/815</link>
		<comments>http://blog.microhyper.com/archives/815#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:24:54 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[vSphere 4]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=815</guid>
		<description><![CDATA[<p>在vSphere 4的环境下，如何保持相同的MAC地址？当你把虚拟机移到另一台主机或在同一台主机但不同的路径时，虚拟机的MAC地址将会更改。若你想保证即使虚拟机被移动后，特定的虚拟机还是保留之前相同的MAC地址，或在同一个网络环境下保证每个虚拟机拥有唯一的MAC地址，这里有两个方法：在虚拟机界面配置或客户机下做相应设置。</p>
<p>在虚拟机级别的配置，可以通过该[...]]]></description>
			<content:encoded><![CDATA[<p>在vSphere 4的环境下，如何保持相同的MAC地址？当你把虚拟机移到另一台主机或在同一台主机但不同的路径时，虚拟机的MAC地址将会更改。若你想保证即使虚拟机被移动后，特定的虚拟机还是保留之前相同的MAC地址，或在同一个网络环境下保证每个虚拟机拥有唯一的MAC地址，这里有两个方法：在虚拟机界面配置或客户机下做相应设置。</p>
<p>在虚拟机级别的配置，可以通过该界面或编辑VMX文件（但要确认在vCenter里注销该虚拟机先，不然所有的改变会被vCenter覆盖）来实现。菜单 > VM > Edit Settings > Network Adapter，选择&#8221;Manual&#8221;的单选按钮，然后分配一个在以下VMware合法范围的MAC就可以了，00:50:56:00:00:00-00:50:56:3F:FF:FF</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/mac-adress-assignement.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_mac-adress-assignement.jpg' alt='mac-adress-assignement' class='ngg-singlepic ngg-center' /></a></div>
<p>若在某些特殊情况下，你的服务器需要一个固定的MAC地址（如软件许可证的要求），但又在VMware MAC地址的范围之外的，可以通过在虚拟机的操作系统里直接修改相应的MAC地址。在Windows里，Control Panel > Network Connections > Properties，</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/mac-adress-assignement-in-the-vm.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_mac-adress-assignement-in-the-vm.jpg' alt='mac-adress-assignement-in-the-vm' class='ngg-singlepic ngg-center' /></a></div>
<p>单击“Configure”，选择“Advanced”页，“Locally Administered Address”，输入相应的MAC地址就可以了。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/mac-adress-assignement-in-the-vm2.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_mac-adress-assignement-in-the-vm2.jpg' alt='mac-adress-assignement-in-the-vm2' class='ngg-singlepic ngg-center' /></a></div>
<p>在Linux虚拟机里：<br />
<code>ifconfig eth0 down<br />
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx<br />
ifconfig eth0 up</code></p>
<p>关于VMware MAC地址范围的详细介绍，可以<a href="http://www.vmware.com/support/esx21/doc/esx21admin_MACaddress.html">参考这里</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/815/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在vSwitches、pSwitches、及虚拟机上配置VLANS</title>
		<link>http://blog.microhyper.com/archives/809</link>
		<comments>http://blog.microhyper.com/archives/809#comments</comments>
		<pubDate>Fri, 04 Jun 2010 13:17:45 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[802.1Q]]></category>
		<category><![CDATA[pSwitches]]></category>
		<category><![CDATA[VLAN]]></category>
		<category><![CDATA[vSwitches]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=809</guid>
		<description><![CDATA[<p>一般来讲有三种可能的VLAN标志（Tagging）的方法：</p>

外置交换机标志（EST）
虚拟交换机标志（VST）
虚拟客户机标志（VGT）

<p>在这里推荐大家一个非常好的VMware官方PDF文档：VMware ESX Server 3:802.1Q VLAN 解决方案</p>
<p>及下面有用的VMware知识库的文章：</p>

ESX通过VLAN访问及外置交换机标志（EST模式）连接物理交换机的配置示例
虚拟交换机VLAN标志（VST模式）的配置示例
虚拟机VLA[...]]]></description>
			<content:encoded><![CDATA[<p>一般来讲有三种可能的VLAN标志（Tagging）的方法：</p>
<ol>
<li>外置交换机标志（EST）</li>
<li>虚拟交换机标志（VST）</li>
<li>虚拟客户机标志（VGT）</li>
</ol>
<p>在这里推荐大家一个非常好的VMware官方PDF文档：<a href="http://www.vmware.com/pdf/esx3_vlan_wp.pdf">VMware ESX Server 3:802.1Q VLAN 解决方案</a></p>
<p>及下面有用的VMware知识库的文章：</p>
<ul>
<li><a href="http://kb.vmware.com/kb/1004127">ESX通过VLAN访问及外置交换机标志（EST模式）连接物理交换机的配置示例</a></li>
<li><a href="http://kb.vmware.com/kb/1004074">虚拟交换机VLAN标志（VST模式）的配置示例</a></li>
<li><a href="http://kb.vmware.com/kb/1004252">虚拟机VLAN标记（VGT模式）的配置示例</a></li>
</ul>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/virtual-switch-tagging.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_virtual-switch-tagging.jpg' alt='virtual-switch-tagging' class='ngg-singlepic ngg-center' /></a></div>
<p><strong>外置交换机标志（External Switch Tagging）</strong></p>
<ul>
<li>所以的VLAN标志数据包在物理交换机上执行处理。</li>
<li>ESX主机的网络适配器连接到物理交换机的端口。</li>
<li>连接到虚拟交换机的端口组必须有自己的设置为0的VLAN ID。</li>
</ul>
<p><strong>虚拟交换机标志（Virtual Switch Tagging）</strong></p>
<ul>
<li>所有的VLAN标志数据包在离开的ESX主机之前，由虚拟交换机上执行处理。</li>
<li>ESX主机的网络适配器必须连接到物理交换机的中继端口。</li>
<li>连接到虚拟交换机的端口组必须有一个指定的VLAN ID。</li>
</ul>
<p><strong>虚拟客户机标志（Virtual Guest Tagging）</strong></p>
<ul>
<li>所有VLAN标志是由虚拟机执行处理。</li>
<li>虚拟机上必须安装一个802.1Q的VLAN中继的驱动程序。</li>
<li>当数据帧通过虚拟交换机时，VLAN标志被保存在虚拟机网络堆栈和外部交换机之间。</li>
<li>物理交换机端口设置为Trunk端口。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/809/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何强行关闭VMware虚拟机？</title>
		<link>http://blog.microhyper.com/archives/773</link>
		<comments>http://blog.microhyper.com/archives/773#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:04:17 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[强行关闭]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=773</guid>
		<description><![CDATA[<p>当VM在关机过程中长时间没有响应后，你可以在命令行版本的vCenter中执行“shutdown vm”。首先列出所有在该主机上运行的的虚拟机，复制并粘贴到命令“vmware-cmd  stop trysoft”（它将尝试操作系统正常关机，若实在不行才执行断电操作）。在某些情况下，该命令可能并不能如你所愿。在这种情况下可以尝试使用vm-support来kill该虚拟机，或vmware-vim-cmd：“vmsvc/getallvms”列出所有VM和[...]]]></description>
			<content:encoded><![CDATA[<p>当VM在关机过程中长时间没有响应后，你可以在命令行版本的vCenter中执行“shutdown vm”。首先列出所有在该主机上运行的的虚拟机，复制并粘贴<config>到命令“vmware-cmd <config> stop trysoft”（它将尝试操作系统正常关机，若实在不行才执行断电操作）。在某些情况下，该命令可能并不能如你所愿。在这种情况下可以尝试使用vm-support来kill该虚拟机，或vmware-vim-cmd：“vmsvc/getallvms”列出所有VM和其id，“vmsvc/poweroff”指定关闭任何虚拟机，当然你也可以使用传统的Linux/Unix方法，用过“ps -auxwww”找到该虚拟机的进程ID然后kill它。</p>
<p>所以可用的方法如下：</p>
<ol>
<li>vmware-cmd -l</li>
<p>vmware-cmd <config> stop trysoft</p>
<li>vm-support -x</li>
<p>vm-support -X <vmid></p>
<li>vmware-vim-cmd vmsvc/getallvms</li>
<p>vmware-vim-cmd vmsvc/poweroff <虚拟机id></p>
<li>ps -auxwww | grep <虚拟机名></li>
<p>kill <进程ID> 或 kill -9 <进程ID>
</ol>
<p>当然也可以参考这里的知识库文章，<a href="http://kb.vmware.com/kb/1004340">http://kb.vmware.com/kb/1004340</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/773/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费的VMware资源使用显示工具vmktree</title>
		<link>http://blog.microhyper.com/archives/739</link>
		<comments>http://blog.microhyper.com/archives/739#comments</comments>
		<pubDate>Sun, 15 Mar 2009 15:48:41 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmktree]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=739</guid>
		<description><![CDATA[<p>vmktree是一个免费的网络工具，可以用图形的方式显示VMware ESX，VMware Server（Linux），GSX Server（Linux）和其他一些数据中心设备（ilo/ilo2/rsa2/ds4000）的资源使用情况。</p>
<p>在VMware Server、GSX和ESX 3.x中vmktree使用它自己的代理程序来收集系统的统计数据，不像在ESX 2.x中使用vmkusage。</p>
<p>vmktree兼容ESX和ESXi。与之前的版本比较，需要安装在服务控制台以外。这里有一个简单的安装指南：http://vmktree.org/?page_id=8。</p>
<p>该工具可以到这里下载。</p>

]]></description>
			<content:encoded><![CDATA[<p>vmktree是一个免费的网络工具，可以用图形的方式显示VMware ESX，VMware Server（Linux），GSX Server（Linux）和其他一些数据中心设备（ilo/ilo2/rsa2/ds4000）的资源使用情况。</p>
<p>在VMware Server、GSX和ESX 3.x中vmktree使用它自己的代理程序来收集系统的统计数据，不像在ESX 2.x中使用vmkusage。</p>
<p>vmktree兼容ESX和ESXi。与之前的版本比较，需要安装在服务控制台以外。这里有一个简单的安装指南：<a href="http://vmktree.org/?page_id=8">http://vmktree.org/?page_id=8</a>。</p>
<p>该工具可以到<a href="http://vmktree.org/">这里下载</a>。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/vmktree2.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_vmktree2.jpg' alt='vmktree2.jpg' class='ngg-singlepic ngg-center' /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/739/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware正在努力寻求取代微软RDP的协议</title>
		<link>http://blog.microhyper.com/archives/730</link>
		<comments>http://blog.microhyper.com/archives/730#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:26:40 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[PCoIP]]></category>
		<category><![CDATA[Teradici]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=730</guid>
		<description><![CDATA[<p>当然这已经不是一个什么秘密了。VMware正在努力为其VDI解决方案寻求能够替代微软RDP的协议。 </p>
<p>在2007年底，该公司早已加入了VESA委员会试图开发新的Net2Display标准（可惜迄今为止没有什么起色）。然后在VMworld 2008，该公司宣布了正在与Teradici合作开发一个软件版本的PCoIP协议。 </p>
<p>上周的VMworld Europe 2009，VMware计划展示alpha版的PCoIP可是由于一些原因只介绍了现有的Teradic[...]]]></description>
			<content:encoded><![CDATA[<p>当然这已经不是一个什么秘密了。VMware正在努力为其VDI解决方案寻求能够替代微软RDP的协议。 </p>
<p>在2007年底，该公司早已加入了VESA委员会试图开发新的Net2Display标准（可惜迄今为止没有什么起色）。然后在VMworld 2008，该公司宣布了正在与Teradici合作开发一个软件版本的PCoIP协议。 </p>
<p>上周的VMworld Europe 2009，VMware计划展示alpha版的PCoIP可是由于一些原因只介绍了现有的Teradici解决办法。 </p>
<p>Brian Madden简单的描述了该软件版的PCoIP协议： </p>
<ul>
<li>广域网下150 &#8211; 250ms延迟，支持轻量级Flash应用，网络电话，远程打印等。</li>
<li>在局域网下提供多台显示器及1900&#215;1200分辨率的支持，完全的Flash应用软件、Adobe AIR、Microsoft<br />
Silverlight、及HD电影的支持。</li>
<li>当使用专用图形卡时，可支持三维CAD、渲染和动画。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/730/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I/O: Maintainability vs Performance</title>
		<link>http://blog.microhyper.com/archives/697</link>
		<comments>http://blog.microhyper.com/archives/697#comments</comments>
		<pubDate>Sun, 15 Feb 2009 06:41:38 +0000</pubDate>
		<dc:creator>sudison</dc:creator>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=697</guid>
		<description><![CDATA[<p>【sudison】这篇文章翻译至KVM的maintainer Avi Kivity的一篇文章. 文中提到了KVM比ESX和Xen优越的一个地方：既能获得很好的performance,又能解决设备驱动的维护问题。还是有一定的道理。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
I/O的性能对一个hypervisor而言至关重要。同时，I/O也是一个很大的维护负担，因为有大量需要被支持的硬件设备，大量的I/O协议，高可用性，以及对这些设备的管[...]]]></description>
			<content:encoded><![CDATA[<p>【sudison】这篇文章翻译至KVM的maintainer Avi Kivity的一篇<a href="http://avikivity.blogspot.com/2008/04/maintainability-vs-performance.html">文章</a>. 文中提到了KVM比ESX和Xen优越的一个地方：既能获得很好的performance,又能解决设备驱动的维护问题。还是有一定的道理。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
I/O的性能对一个hypervisor而言至关重要。同时，I/O也是一个很大的维护负担，因为有大量需要被支持的硬件设备，大量的I/O协议，高可用性，以及对这些设备的管理。</p>
<p>VMware选择性能，但是把I/O协议栈放到了hypervisor里面。不幸的是， VMware kernel是专有的，那就意味着VMware不得不开发和维护整个协议栈。那将意味着开发速度会减慢，你的硬件可能要等一段时间才会得到VMware的支持。</p>
<p>Xen选择了可维护这条道路，它将所有的I/O操作放到了Linux guest里面，也就是所谓的domain-0里面。重用Linux来做I/O, Xen的维护者就不用重写整个I/O协议栈了。但不幸的是，这样就牺牲了性能：每一个中断都必需经过Xen的调度，才能切换到domain 0, 并且所有的东西都不得不经过一个附加层的映射。</p>
<p>并不是说Xen已经完全解决了可维护性这个问题：Xen domain 0 kernel仍然是古老的Linux 2.6.18（尽管2.6.25也已经可用了。【sudison注：】现在Xen已经通过domain 0 pv_ops在解决这个问题了）那KVM是怎么处理的呢？像VMware一样，I/O是被放到hypervisor的上下文来执行的，所以性能上不会有损害。像Xen一样，KVM重用了整个Linux I/O协议栈，所以KVM的用户就自然就获得了最新的驱动和I/O协议栈的改进。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/697/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMFS3 Heap size (堆大小)</title>
		<link>http://blog.microhyper.com/archives/661</link>
		<comments>http://blog.microhyper.com/archives/661#comments</comments>
		<pubDate>Mon, 22 Dec 2008 11:42:08 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMFS3 Heap size]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=661</guid>
		<description><![CDATA[<p>若你经历以下的错误信息：</p>
<p>
vmkernel: 8:18:59:58.640 cpu2:1410)WARNING: Heap: 1370: Heap_Align(vmfs3, 4096/4096 bytes, 4 align) failed. caller: 0×8fdbd0
vmkernel: 8:18:59:58.640 cpu2:1410)WARNING: Heap: 1266: Heap vmfs3: Maximum allowed growth (24) too small for size (8192)
</p>
<p>可以通过改变Heap size来解决：</p>

打开vCenter，然后选择要更改的主机
点击“Configurations”页
点击Advanced Settings, VMFS3
改变“VMFS3.MaxHeapSizeMB”的值

<p>[...]]]></description>
			<content:encoded><![CDATA[<p>若你经历以下的错误信息：</p>
<p><code><br />
vmkernel: 8:18:59:58.640 cpu2:1410)WARNING: Heap: 1370: Heap_Align(vmfs3, 4096/4096 bytes, 4 align) failed. caller: 0×8fdbd0<br />
vmkernel: 8:18:59:58.640 cpu2:1410)WARNING: Heap: 1266: Heap vmfs3: Maximum allowed growth (24) too small for size (8192)<br />
</code></p>
<p>可以通过改变Heap size来解决：</p>
<ol>
<li>打开vCenter，然后选择要更改的主机</li>
<li>点击“Configurations”页</li>
<li>点击Advanced Settings, VMFS3</li>
<li>改变“VMFS3.MaxHeapSizeMB”的值</li>
</ol>
<p>默认值是16MB，可以允许打开最大为4TB的vmdk。Heap size的最高值是128MB，可以最大支持32TB的vmdk。</p>
<p>请注意，只支持ESX 3.5版本，你不能在ESX 3.0.x改变堆的大小。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费工具用于获得VMware主机的CPU信息 &#8211; VMware CPU Host Info</title>
		<link>http://blog.microhyper.com/archives/652</link>
		<comments>http://blog.microhyper.com/archives/652#comments</comments>
		<pubDate>Thu, 18 Dec 2008 14:34:57 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware CPU Host Info]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=652</guid>
		<description><![CDATA[<p>想知道你管理的所有ESX服务器的CPU信息？免费工具VMware CPU Host Info可以助你一臂之力。该工具可以收集ESX主机的重要信息，并以单一表格的形式显示出来。 </p>
<p>它可以告诉你，你的服务器是否具有VT能力、此功能是否已经开启。（大多数的服务器此功能在BIOS中是被禁用的） </p>
<p>VMware提供了一个不错的“容错”功能，但此功能只支持最新的处理器。该工具可以指出你的CPU是否支持该功能。</p>

<p>只要简单的使用你的用户名及密码登录到Virtual Center后，程序将收集所有主机供应商、型号、CPU的类型和功能。 </p>
<p>该工具可以在这里下载。</p>
]]></description>
			<content:encoded><![CDATA[<p>想知道你管理的所有ESX服务器的CPU信息？免费工具VMware CPU Host Info可以助你一臂之力。该工具可以收集ESX主机的重要信息，并以单一表格的形式显示出来。 </p>
<p>它可以告诉你，你的服务器是否具有VT能力、此功能是否已经开启。（大多数的服务器此功能在BIOS中是被禁用的） </p>
<p>VMware提供了一个不错的“容错”功能，但此功能只支持最新的处理器。该工具可以指出你的CPU是否支持该功能。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/cpu-info.png' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_cpu-info.png' alt='cpu-info.png' class='ngg-singlepic ngg-center' /></a></div>
<p>只要简单的使用你的用户名及密码登录到Virtual Center后，程序将收集所有主机供应商、型号、CPU的类型和功能。 </p>
<p>该工具可以在<a href="http://www.run-virtual.com/files/cpuinfo_201.zip">这里下载</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/652/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware收购了Tungsten Graphics</title>
		<link>http://blog.microhyper.com/archives/642</link>
		<comments>http://blog.microhyper.com/archives/642#comments</comments>
		<pubDate>Wed, 17 Dec 2008 16:53:03 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Tungsten Graphics]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=642</guid>
		<description><![CDATA[<p>Phoronix发布了令人关注的消息，VMware收购了Tungsten Graphics。</p>
<p>该小公司开发了一系列非常受欢迎的Linux图形技术，例如：</p>

Mesa3D，被使用在X Window系统OpenGL的组成部分。
Gallium3D，一个三维图形驱动程序的软件库。
TTM Manager，一个视频内存管理器。

<p>到目前为止VMware公司并没有证实这一消息，或发布该收购的金额，但官方网站新的子公司上已经报道了。</p>
<p>VMware的此次[...]]]></description>
			<content:encoded><![CDATA[<p>Phoronix发布了令人关注的消息，VMware收购了Tungsten Graphics。</p>
<p>该小公司开发了一系列非常受欢迎的Linux图形技术，例如：</p>
<ul>
<li>Mesa3D，被使用在X Window系统OpenGL的组成部分。</li>
<li>Gallium3D，一个三维图形驱动程序的软件库。</li>
<li>TTM Manager，一个视频内存管理器。</li>
</ul>
<p>到目前为止VMware公司并没有证实这一消息，或发布该收购的金额，但官方网站新的子公司上已经报道了。</p>
<p>VMware的此次收购很明显试图加强即将推出的客户端hypervisor，一个VDI战略vCloud的关键组成部分，每一个集中管理的虚拟机可以被保存，并在当地执行。</p>
<p>使hypervisor能够发挥本地电脑的所有功能，给予真正的硬件支持，如3D渲染，需要不少的努力。一些公司正在走同样的路，包括Phoenix Technologies、Neocleus和Citrix，但尚未有任何公司走出收购这一步。 </p>
<p>随着对Tungsten Graphics的收购，VMware已经完成了12项收购： </p>
<ul>
<li>11. Trango虚拟处理器（移动hypervisor）</li>
<li>10. Blue Lane Technologies（入侵防御系统）</li>
<li>9. B-hive（性能监控）</li>
<li>8. Thinstall（应用虚拟化）</li>
<li>7. Foedus（咨询服务）</li>
<li>6. Sciant（软件开发）</li>
<li>5. Dunes Technologies（虚拟数据中心编排）</li>
<li>4. Determina（入侵防御系统）</li>
<li>3. Propero（虚拟桌面架构）</li>
<li>2. Akimbi（虚拟实验室自动化）</li>
<li>1. Asset Optimization Group（容量规划）</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/642/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware在线硬件兼容性查询指南</title>
		<link>http://blog.microhyper.com/archives/637</link>
		<comments>http://blog.microhyper.com/archives/637#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:11:12 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=637</guid>
		<description><![CDATA[<p>该在线硬件兼容性查询指南发布于12月10日。该指南将取代旧的为ESX 3.0和以上版本的系统、I/O设备和SAN阵列的硬件兼容指南，以及VMware View Client。（为其他VMware产品或更早的ESX版本和VMware View Client，请使用“Other Documents”页。）</p>
<p>http://www.vmware.com/resources/compatibility/search.php</p>
]]></description>
			<content:encoded><![CDATA[<p>该在线硬件兼容性查询指南发布于12月10日。该指南将取代旧的为ESX 3.0和以上版本的系统、I/O设备和SAN阵列的硬件兼容指南，以及VMware View Client。（为其他VMware产品或更早的ESX版本和VMware View Client，请使用“Other Documents”页。）</p>
<p><a href="http://www.vmware.com/resources/compatibility/search.php">http://www.vmware.com/resources/compatibility/search.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/637/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

