<?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; vSphere 4</title>
	<atom:link href="http://blog.microhyper.com/archives/tag/vsphere-4/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>vSphere 4 只支持64位CPU</title>
		<link>http://blog.microhyper.com/archives/779</link>
		<comments>http://blog.microhyper.com/archives/779#comments</comments>
		<pubDate>Sun, 26 Apr 2009 21:16:39 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[64bit CPU]]></category>
		<category><![CDATA[vSphere 4]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=779</guid>
		<description><![CDATA[<p>VMware vSphere 4 将只运行在64位CPU上。运行vSphere，Intel CPU需要具有EM64T和VT支持。</p>
<p>有一个免费的小工具VMware CPU Host Info可以用来检测你的处理器是否是64位。（详见这里的介绍）</p>
]]></description>
			<content:encoded><![CDATA[<p>VMware vSphere 4 将只运行在64位CPU上。运行vSphere，Intel CPU需要具有EM64T和VT支持。</p>
<p>有一个免费的小工具VMware CPU Host Info可以用来检测你的处理器是否是64位。（详见<a href="http://blog.microhyper.com/archives/652">这里的介绍</a>）</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/779/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
