<?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>:::虚拟时代:::</title>
	<atom:link href="http://blog.microhyper.com/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>vSphere 4.1 新增的内存压缩功能</title>
		<link>http://blog.microhyper.com/archives/835</link>
		<comments>http://blog.microhyper.com/archives/835#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:41:54 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Transparent Memory Compression]]></category>
		<category><![CDATA[vSphere 4.1]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=835</guid>
		<description><![CDATA[<p>VSphere 4.1 终于引入了等待已久的透明内存压缩（Transparent Memory Compression）功能，该功能可以在运行情况下通过对虚拟内存页的压缩来为其他虚拟机腾出跟多的内存可用空间。在默认情况下内存over-commitment被应用时，ESX/ESXi通过内存压缩的缓存来提高虚拟机的性能。</p>

<p>众所周知，访问压缩内存的速度远远的快于内存到磁盘的交换速度。在正常情况下，内存压缩功能启用后[...]]]></description>
			<content:encoded><![CDATA[<p>VSphere 4.1 终于引入了等待已久的透明内存压缩（Transparent Memory Compression）功能，该功能可以在运行情况下通过对虚拟内存页的压缩来为其他虚拟机腾出跟多的内存可用空间。在默认情况下内存over-commitment被应用时，ESX/ESXi通过内存压缩的缓存来提高虚拟机的性能。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/memcom.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_memcom.jpg' alt='memcom' class='ngg-singlepic ngg-center' /></a></div>
<p>众所周知，访问压缩内存的速度远远的快于内存到磁盘的交换速度。在正常情况下，内存压缩功能启用后虚拟机的性能不会有明显的下降。当一个虚拟内存页需要被交换时，ESX/ESXi首先尝试压缩该页。页面通常可被压缩到2KB甚至更小，被存放在虚拟机的压缩缓存里。最大缓存的大小可在vSphere Client的Advanced Settings里设置，或禁用内存压缩。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/835/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX 4.1和ESXi 4.1 root密码只支持8个字符的解决办法</title>
		<link>http://blog.microhyper.com/archives/831</link>
		<comments>http://blog.microhyper.com/archives/831#comments</comments>
		<pubDate>Fri, 23 Jul 2010 10:07:23 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX 4.1]]></category>
		<category><![CDATA[ESXi 4.1]]></category>
		<category><![CDATA[root password]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=831</guid>
		<description><![CDATA[<p>当你为ESX/ESXi 4.1设置密码时，pam_passwdpc插件的参数 max=nn 用于设置最大允许的密码长度。期望得到的结果是：</p>

除了8以外的任何max值，超过给定的max长度的密码都将不可接受。
若max=8，超过8个字符的密码不会被拒绝，但密码被截断为8个字符。当该密码被设置后，在进行登入密码验证时，同样只验证前面的8个字符。

<p>默认情况下，ESX/ESXi 4.1没有设置任何的max值。pam_passwdpc[...]]]></description>
			<content:encoded><![CDATA[<p>当你为ESX/ESXi 4.1设置密码时，pam_passwdpc插件的参数 max=nn 用于设置最大允许的密码长度。期望得到的结果是：</p>
<ul>
<li>除了8以外的任何max值，超过给定的max长度的密码都将不可接受。</li>
<li>若max=8，超过8个字符的密码<strong>不会被拒绝</strong>，但密码被截断为8个字符。当该密码被设置后，在进行登入密码验证时，同样只验证前面的8个字符。</li>
</ul>
<p>默认情况下，ESX/ESXi 4.1没有设置任何的max值。pam_passwdpc插件的默认max值是40，是密码提交时的默认最大长度。当使用默认的配置后，不管在设置还是验证阶段，密码都不应该被截断。</p>
<p>然而在ESX/ESXi 4.1，当密码被pam_passwdqc插件接受后，不管设置任何max值，系统都错误的执行max=8的结果，即所有超过8个字符的密码将被截断。VMware意识到了该错误的存在，并提供了以下的临时解决方法：</p>
<p><strong>ESX: 添加md5到 /etc/pam.d/system-auth文件</strong></p>
<ol>
<li>用root登入到服务器控制台</li>
<li>切换到目录  /etc/pam.d/</li>
<li>使用vi打开 system-auth文件</li>
<li>在下面的行中添加md5：<code>password sufficient /lib/security/$ISA/pam_unix.so use_authtok nullok shadow md5</code>，你也可以使用sed命令来完成该任务：<code>sed -e /password.*pam_unix.so/s/$/ md5/ -i /etc/pam.d/system-auth</code></li>
<li>必须重新设置新的密码，否则ESX还是会继续错误的截取</li>
</ol>
<p><strong>ESXi: 添加md5到/etc/pam.d/system-auth文件</strong></p>
<ol>
<li>访问技术支持模式（Tech Support Mode）</li>
<li>切换到目录  /etc/pam.d/</li>
<li>使用vi打开 system-auth文件</li>
<li>在下面的行中添加md5：<code>password sufficient /lib/security/$ISA/pam_unix.so use_authtok nullok shadow md5</code></li>
<li>若要在重新启动后继续保持该设置，必须在/etc/rc.local里添加下面这一行：<code>sed -e '/password.*pam_unix.so.* md5/q' -e '/password.*pam_unix.so/s/$/ md5/' -i /etc/pam.d/system-auth</code></li>
<li>必须重新设置新的密码，否则ESX还是会继续错误的截取</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/831/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix工具完整列表</title>
		<link>http://blog.microhyper.com/archives/828</link>
		<comments>http://blog.microhyper.com/archives/828#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:45:43 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Citrix Support Tool]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=828</guid>
		<description><![CDATA[<p>Citrix Support开发了一系列的工具用于诊断及解决Citrix的应用环境。以下是由David McGeough总结的常用工具的列表及相应的下载页面，若有任何遗漏的话，希望大家能够补充。</p>



Troubleshooting Tool Name
Download Link
Overview &#38; Demo Video
Blog


UPM Log Parser Tool
CTX123005
CitrixTV Video
Blog


CDFMarker Tool
CTX124577
CitrixTV Video
Blog


SsOnExpert Tool
CTX124918
CitrixTV Video
Blog


XDPing Tool
CTX123278
CitrixTV Video
Blog


L[...]]]></description>
			<content:encoded><![CDATA[<p>Citrix Support开发了一系列的工具用于诊断及解决Citrix的应用环境。以下是由David McGeough总结的常用工具的列表及相应的下载页面，若有任何遗漏的话，希望大家能够补充。</p>
<table class='confluenceTable'>
<tbody>
<tr>
<th class='confluenceTh'>Troubleshooting Tool Name</th>
<th class='confluenceTh'>Download Link</th>
<th class='confluenceTh'>Overview &amp; Demo Video</th>
<th class='confluenceTh'>Blog</th>
</tr>
<tr>
<td class='confluenceTd'>UPM Log Parser Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX123005">CTX123005</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/2520">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/07/16/Citrix+Support+Self-Service+Tools+-+UPM+Log+Parser">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>CDFMarker Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124577">CTX124577</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/2428">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/06/16/Citrix+Support+Self-Service+Tools+-+CDFMarker">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>SsOnExpert Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124918">CTX124918</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/2041">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/05/07/Citrix+Support+Self-Service+Tools+-+SsOnExpert">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>XDPing Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX123278">CTX123278</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/2040">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/05/07/Citrix+Support+Self-Service+Tools+-+XDPing">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>Logoff Sessions Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124949">CTX124949</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/1503">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/04/21/Citrix+Support+Self-Service+Tools+-+Citrix+Logoff+Sessions+2.2+Released">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>Quick Launch Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122536">CTX122536</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/1397">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2010/02/25/Citrix+Support+Self-Service+Tools+-+Citrix+Quick+Launch+2.0+Released">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>MedEvac Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/ctx107935">CTX107935</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/89">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2009/12/21/Citrix+Support+Self-Service+Tools+-+MedEvac">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>Printing Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/ctx122962">CTX122962</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/1382">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/display/ocb/2009/11/03/Citrix+Support+Self-Service+Tools+-+Citrix+Printing+Tool">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenApp 6 Migration Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX125471">CTX125471</a></td>
<td class='confluenceTd'><a href="http://www.citrix.com/tv/#videos/2510">CitrixTV Video</a></td>
<td class='confluenceTd'><a href="http://community.citrix.com/pages/viewpage.action?pageId=143327522">Blog</a></td>
</tr>
<tr>
<td class='confluenceTd'>CDFAnalyzer Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122741">CTX122741</a></td>
</tr>
<tr>
<td class='confluenceTd'>CDFControl Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111961">CTX111961</a></td>
</tr>
<tr>
<td class='confluenceTd'>ICA File Creator Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX113472">CTX113472</a></td>
</tr>
<tr>
<td class='confluenceTd'>License Path Utility Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111344">CTX111344</a></td>
</tr>
<tr>
<td class='confluenceTd'>Port Check Utility Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122450">CTX122450</a></td>
</tr>
<tr>
<td class='confluenceTd'>Profiler Template for SQL 2000 Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX120629">CTX120629</a></td>
</tr>
<tr>
<td class='confluenceTd'>Profiler Template for SQL 2005 Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX120630">CTX120630</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenAppPrep Integration Utility for XenApp and PVS Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX116063">CTX116063</a></td>
</tr>
<tr>
<td class='confluenceTd'>Client IP Extraction Module &#8211; ISAPI &#8211; for use with NetScaler</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX119347">CTX119347</a></td>
</tr>
<tr>
<td class='confluenceTd'>CTX_SmaUser Re-creation Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX117330">CTX117330</a></td>
</tr>
<tr>
<td class='confluenceTd'>CtxCPMDiag &#8211; For Password Manager Agent</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124811">CTX124811</a></td>
</tr>
<tr>
<td class='confluenceTd'>CtxHideEx32</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX110341">CTX110341</a></td>
</tr>
<tr>
<td class='confluenceTd'>CTXReports</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX119955">CTX119955</a></td>
</tr>
<tr>
<td class='confluenceTd'>CtxsLicChk &#8211; Citrix License Check Utility</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX123935">CTX123935</a></td>
</tr>
<tr>
<td class='confluenceTd'>DSCHECK &#8211; XenApp Data Store Checker Tool Commands</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124406">CTX124406</a></td>
</tr>
<tr>
<td class='confluenceTd'>DSCHECK Version 5.15</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX117329">CTX117329</a></td>
</tr>
<tr>
<td class='confluenceTd'>DSInfo 1.2</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX114916">CTX114916</a></td>
</tr>
<tr>
<td class='confluenceTd'>DSRepCheck &#8211; SQL Replication Test Tool &#8211; For XenApp 6</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124815">CTX124815</a></td>
</tr>
<tr>
<td class='confluenceTd'>DSView</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX106232">CTX106232</a></td>
</tr>
<tr>
<td class='confluenceTd'>EdgeSight Database Size Estimation Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122146">CTX122146</a></td>
</tr>
<tr>
<td class='confluenceTd'>EdgeSight Load Testing XenApp Using Office 2007</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122568">CTX122568</a></td>
</tr>
<tr>
<td class='confluenceTd'>Enabling Remote Installation for Citrix Receiver</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX121355">CTX121355</a></td>
</tr>
<tr>
<td class='confluenceTd'>Endpoint Analysis Antivirus Scan Package Autoupdate Scripts</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111343">CTX111343</a></td>
</tr>
<tr>
<td class='confluenceTd'>FTACLN</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX106280">CTX106280</a></td>
</tr>
<tr>
<td class='confluenceTd'>HDX Experience Monitor for XenDesktop</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX123058">CTX123058</a></td>
</tr>
<tr>
<td class='confluenceTd'>Health Monitoring and Recovery Test Pack</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX123197">CTX123197</a></td>
</tr>
<tr>
<td class='confluenceTd'>JetTest</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX116532">CTX116532</a></td>
</tr>
<tr>
<td class='confluenceTd'>LBDiag &#8211; XenApp 6 Load Balancing Diagnostic Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124446">CTX124446</a></td>
</tr>
<tr>
<td class='confluenceTd'>MFCOM to Powershell Script Searcher</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX125089">CTX125089</a></td>
</tr>
<tr>
<td class='confluenceTd'>MigrateToSqlExpress</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX118693">CTX118693</a></td>
</tr>
<tr>
<td class='confluenceTd'>NetScaler CPU tight-loop (LCT) monitor</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX121569">CTX121569</a></td>
</tr>
<tr>
<td class='confluenceTd'>NetScaler CPU Usage Conditional Profiler</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX121568">CTX121568</a></td>
</tr>
<tr>
<td class='confluenceTd'>Nsconmsg to Excel Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122317">CTX122317</a></td>
</tr>
<tr>
<td class='confluenceTd'>PDBFinder for 32-bit and 64-bit Platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX110629">CTX110629</a></td>
</tr>
<tr>
<td class='confluenceTd'>Print Detective</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX116474">CTX116474</a></td>
</tr>
<tr>
<td class='confluenceTd'>QueryDC</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX106317">CTX106317</a></td>
</tr>
<tr>
<td class='confluenceTd'>SQL Replication Test Tool Version 4.2</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111656">CTX111656</a></td>
</tr>
<tr>
<td class='confluenceTd'>SysPool Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122204">CTX122204</a></td>
</tr>
<tr>
<td class='confluenceTd'>SystemDump 3.1 for 32-bit and 64-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111072">CTX111072</a></td>
</tr>
<tr>
<td class='confluenceTd'>TSUserLog</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX114179">CTX114179</a></td>
</tr>
<tr>
<td class='confluenceTd'>Wireshark for Netscaler</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX122318">CTX122318</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenApp Console Discovery Repair</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124805">CTX124805</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenApp Template for BGInfo</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX121339">CTX121339</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenDesktop 4 Client Identity Pack</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124963">CTX124963</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenDesktop Client Identity Utilities</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX120323">CTX120323</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenDesktop Session Parser</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124012">CTX124012</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenDesktop VDA Farm Changer</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX124379">CTX124379</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenServer Database Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX121564">CTX121564</a></td>
</tr>
<tr>
<td class='confluenceTd'>XenServer Workload Balancing Administration Tool</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX125365">CTX125365</a></td>
</tr>
<tr>
<td class='confluenceTd'>StressPrinters 1.3.2 for 32-bit and 64-bit Platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX109374">CTX109374</a></td>
</tr>
<tr>
<td class='confluenceTd'>MessageHistory 2.0 for 32-bit and 64-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111068">CTX111068</a></td>
</tr>
<tr>
<td class='confluenceTd'>WindowHistory 4.0 for 32-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX106985">CTX106985</a></td>
</tr>
<tr>
<td class='confluenceTd'>ScreenHistory 1.0 for 32-bit and 64-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX113046">CTX113046</a></td>
</tr>
<tr>
<td class='confluenceTd'>Repair Clipboard Chain 2.0.1</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX106226">CTX106226</a></td>
</tr>
<tr>
<td class='confluenceTd'>WindowHistory64 4.0 for x64 platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX109235">CTX109235</a></td>
</tr>
<tr>
<td class='confluenceTd'>WindowHistory Mobile Version 2.2</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX110775">CTX110775</a></td>
</tr>
<tr>
<td class='confluenceTd'>TestDefaultDebugger v1.0 for 32-bit and 64-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111901">CTX111901</a></td>
</tr>
<tr>
<td class='confluenceTd'>ADSCleaner 2.0</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX108542">CTX108542</a></td>
</tr>
<tr>
<td class='confluenceTd'>ProcessHistory v1.1 for 32-bit and 64-bit platforms</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX111408">CTX111408</a></td>
</tr>
<tr>
<td class='confluenceTd'>Citrix DumpCheck Explorer Extension version 1.4</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX108825">CTX108825</a></td>
</tr>
<tr>
<td class='confluenceTd'>Citrix DumpCheck Utility (Command Line) version 1.4</td>
<td class='confluenceTd'><a href="http://support.citrix.com/article/CTX108890">CTX108890</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/828/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在ESXi4.1中开启SSH的远程访问</title>
		<link>http://blog.microhyper.com/archives/826</link>
		<comments>http://blog.microhyper.com/archives/826#comments</comments>
		<pubDate>Wed, 21 Jul 2010 13:30:25 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXi 4.1]]></category>
		<category><![CDATA[Local Tech Support Mode]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=826</guid>
		<description><![CDATA[<p>在以前的版本中开启SSH，请访问这里。</p>
<p>随着VMware ESXi 4.1版本的发布，开启SSH变得更加的简单。在控制台输入root密码登入后，选择“Troubleshooting Option”菜单，接着你会在左边看到有好几处子选项，可用键盘的上、下建来做选择，回车选定。</p>

<p>在“Troubleshooting Option”选项里，你不但可以配置SSH访问，还可以设置Local TSM（本地技术支持模式）。不过不推荐始终开启该模[...]]]></description>
			<content:encoded><![CDATA[<p>在以前的版本中开启SSH，请<a href="http://blog.microhyper.com/archives/235">访问这里</a>。</p>
<p>随着VMware ESXi 4.1版本的发布，开启SSH变得更加的简单。在控制台输入root密码登入后，选择“Troubleshooting Option”菜单，接着你会在左边看到有好几处子选项，可用键盘的上、下建来做选择，回车选定。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/esxi4-01.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_esxi4-01.jpg' alt='esxi4-01' class='ngg-singlepic ngg-center' /></a></div>
<p>在“Troubleshooting Option”选项里，你不但可以配置SSH访问，还可以设置Local TSM（本地技术支持模式）。不过不推荐始终开启该模式，在该版本里你可以设置在一段时间内开启，如开启30分钟。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/esxi4-03.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_esxi4-03.jpg' alt='esxi4-03' class='ngg-singlepic ngg-center' /></a></div>
<p>当开启Local Tech Support（本地技术支持）模式后，你就可以已当地模式登入了。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/115_watermark_500x240_esxi4-04.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_115_watermark_500x240_esxi4-04.jpg' alt='115_watermark_500x240_esxi4-04' class='ngg-singlepic ngg-center' /></a></div>
<p>按Alt + F1键，输入root用户名及密码。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/esxi4-09_0.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_esxi4-09_0.jpg' alt='esxi4-09_0' class='ngg-singlepic ngg-center' /></a></div>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/119_watermark_500x240_esxi4-08.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_119_watermark_500x240_esxi4-08.jpg' alt='119_watermark_500x240_esxi4-08' class='ngg-singlepic ngg-center' /></a></div>
<p>本地技术支持模式及SSH访问被开启后，在vCenter里会有相应的安全警告提示。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/esxi/local-tech-support-mode-configuration-issues.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/esxi/thumbs/thumbs_local-tech-support-mode-configuration-issues.jpg' alt='local-tech-support-mode-configuration-issues' class='ngg-singlepic ngg-center' /></a></div>
<p>你也可以通过以下的视频来学习如何开启该模式（视频来自TrainSignal，David Davis）：</p>
<p><script src="http://player.ooyala.com/player.js?deepLinkEmbedCode=htN3FqMToWJaERRhGF-PgluYmT-AFiVg&#038;width=450&#038;height=340&#038;embedCode=xoOHFqMToMUA-LsLwJlYstM7dxPRszM6"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/826/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starwind将发布免费的FCoE软件</title>
		<link>http://blog.microhyper.com/archives/824</link>
		<comments>http://blog.microhyper.com/archives/824#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:52:34 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel over Ethernet]]></category>
		<category><![CDATA[Starwind]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=824</guid>
		<description><![CDATA[<p>Starwind宣布将发布有史以来的第一个基于Windows的免费的FCoE（Fibre Channel over Ethernet 以太网光纤通道）软件。该软件允许服务器通过标准的以太网网络连接到光纤通道存储（Fibre Channel Storage）。FCoE（以太网光纤通道）是一种在以太网上光纤通道数据包的封装。尤其在万兆以太网上，光纤通道网络可以在保持光纤通道协议的同时充分利用万兆带宽。FCoE独立于以太网的路由Scheme，[...]]]></description>
			<content:encoded><![CDATA[<p>Starwind宣布将发布有史以来的第一个基于Windows的免费的FCoE（Fibre Channel over Ethernet 以太网光纤通道）软件。该软件允许服务器通过标准的以太网网络连接到光纤通道存储（Fibre Channel Storage）。FCoE（以太网光纤通道）是一种在以太网上光纤通道数据包的封装。尤其在万兆以太网上，光纤通道网络可以在保持光纤通道协议的同时充分利用万兆带宽。FCoE独立于以太网的路由Scheme，自然的映射光纤通道与以太网之间的通讯。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/blog/fcoe.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/blog/thumbs/thumbs_fcoe.jpg' alt='fcoe' class='ngg-singlepic ngg-center' /></a></div>
<p>FCoE Initiator全面实现了光纤通道以太网客户端协议使你能够直接的连接到远程存储设备，如Qlogic和Cisco。它还支持连接到远程的标准以太网网络存储设备。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/blog/starwind-fcoe-initiator.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/blog/thumbs/thumbs_starwind-fcoe-initiator.jpg' alt='starwind-fcoe-initiator' class='ngg-singlepic ngg-center' /></a></div>
<p>这里是关于FCoE Initiator的PDF使用文档，<a href="http://www.starwindsoftware.com/images/content/technical_papers/StarWind_FCoE_Initiator.pdf">&#8220;Using as FCoE Initiator&#8221;</a>。</p>
<p>该软件可以从<a href="http://www.starwindsoftware.com/fcoe-fibrechannel-over-ethernet-initiator">这里下载</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/824/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vCenter在Windows 2008上的Sysprep默认位置</title>
		<link>http://blog.microhyper.com/archives/819</link>
		<comments>http://blog.microhyper.com/archives/819#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:51:18 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=819</guid>
		<description><![CDATA[<p>当你的vCenter运行在Windows 2008时，Sysprep文件的默认位置在：ProgramData\VMware\VMware VirtualCenter\sysprep</p>
<p>在默认情况下，一个空的sysprep目录已经被建立。你需要做的只是为不同的操作系统下载并解压最新的sysprep文件包到该路径就行了，如： </p>
<p>…\1.1\
…\2k\
…\xp\
…\svr2003\
…\xp-64\
…\svr2003-64\</p>
<p>若在安装vCenter后，你不拷贝相应的sysprep文件到该目录，对一些操作系统的个性[...]]]></description>
			<content:encoded><![CDATA[<p>当你的vCenter运行在Windows 2008时，Sysprep文件的默认位置在：ProgramData\VMware\VMware VirtualCenter\sysprep</p>
<p>在默认情况下，一个空的sysprep目录已经被建立。你需要做的只是为不同的操作系统下载并解压最新的sysprep文件包到该路径就行了，如： </p>
<p>…\1.1\<br />
…\2k\<br />
…\xp\<br />
…\svr2003\<br />
…\xp-64\<br />
…\svr2003-64\</p>
<p>若在安装vCenter后，你不拷贝相应的sysprep文件到该目录，对一些操作系统的个性化定制可能无法选择。</p>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/vmware/sysprep-files-vcenter-vmware.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/vmware/thumbs/thumbs_sysprep-files-vcenter-vmware.jpg' alt='sysprep-files-vcenter-vmware' class='ngg-singlepic ngg-center' /></a></div>
<p>常见操作系统的最新sysprep文件包下载如下：</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0c4bfb06-2824-4d2b-abc1-0e2223133afb">2000 Server SP4</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=673a1019-8e3e-4be0-ac31-70dd21b5afa7&#038;displaylang=en">XP Pro SP3</a> 或 <a href="http://www.microsoft.com/downloads/details.aspx?familyid=C2684C95-6864-4091-BC9A-52AEC5491AF7&#038;displaylang=en">XP Pro (x64)</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=A34EDCF2-EBFD-4F99-BBC4-E93154C332D6">2003 SP1</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=93f20bb1-97aa-4356-8b43-9584b7e72556">2003 SP2</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=A34EDCF2-EBFD-4F99-BBC4-E93154C332D6">2003 R2</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=C2684C95-6864-4091-BC9A-52AEC5491AF7&#038;displaylang=en">2003 x64</a></li>
</ul>
<p>如果从微软网站上下载的是一个.exe文件，可以按以下步骤来解开该文件包：</p>
<ol>
<li>打开Windows命令行，cmd。</li>
<li>切换（cd）到.exe文件所在的目录。</li>
<li>输入.exe文件名加 /x 后缀来解压。如：WindowsServer2003-KB926028-v2-x86-ENU.exe /x</li>
<li>选择一个要解压到的目录。</li>
<li>复制解压的文件到上述的Sysprep目录中。</li>
</ol>
<p>注：以下的操作系统无需sysprep文件，因为它们已经被包括在了系统里，2008 Server, 2008 R2, Vista 及 Windows 7。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/819/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>:::虚拟时代::: is back!!!</title>
		<link>http://blog.microhyper.com/archives/807</link>
		<comments>http://blog.microhyper.com/archives/807#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:20:53 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=807</guid>
		<description><![CDATA[<p>这么久没有更新，实在是很抱歉！由于团队成员、工作等原因，:::虚拟时代::: 被迫搁浅了这么久。在这期间还是经常看到大家的频繁访问，对我们的支持在此表示感谢！</p>
<p>就像当初创建博客时一样的信念，:::虚拟时代::: 为你提供最新虚拟技术的相关资讯。虚拟技术作为云计算的基石，将会越来越受到大家的重视。由于国内的起步较晚，希望有志之士加入我们的队伍，即使是一月一篇的简短文章，滴水成河，能够为大家共享最新的技术资讯而努力！（请联系 blog [at] microhyper.com）</p>
]]></description>
			<content:encoded><![CDATA[<p>这么久没有更新，实在是很抱歉！由于团队成员、工作等原因，:::虚拟时代::: 被迫搁浅了这么久。在这期间还是经常看到大家的频繁访问，对我们的支持在此表示感谢！</p>
<p>就像当初创建博客时一样的信念，:::虚拟时代::: 为你提供最新虚拟技术的相关资讯。虚拟技术作为云计算的基石，将会越来越受到大家的重视。由于国内的起步较晚，希望有志之士加入我们的队伍，即使是一月一篇的简短文章，滴水成河，能够为大家共享最新的技术资讯而努力！（请联系 blog [at] microhyper.com）</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/807/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10大虚拟基础设施免费管理工具</title>
		<link>http://blog.microhyper.com/archives/795</link>
		<comments>http://blog.microhyper.com/archives/795#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:38:05 +0000</pubDate>
		<dc:creator>ericz</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[BGInfo]]></category>
		<category><![CDATA[Daemon Tools Lite]]></category>
		<category><![CDATA[Imgburn]]></category>
		<category><![CDATA[mRemote]]></category>
		<category><![CDATA[OpsCheck]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[RVTools]]></category>
		<category><![CDATA[Trilead VM Explorer]]></category>
		<category><![CDATA[Veeam FastSCP]]></category>
		<category><![CDATA[VMware Converter 4.0.1]]></category>

		<guid isPermaLink="false">http://blog.microhyper.com/?p=795</guid>
		<description><![CDATA[<p>在此分享一下常用的10大免费管理工具。当然有些工具也在之前的文章中提起过。如果你有更好的工具，也希望能够一起与大家分享。</p>

Putty：相信大家都知道它是用于远程ssh到VMware ESX服务控制台和Linux服务器的常用工具。你也可以在U盘上使用便携式Putty便于携带。Putty可以在此下载，便携式（Portable）Putty在此下载。

VMware Converter：物理机到虚拟机的P2V转换，该来自VMware的[...]]]></description>
			<content:encoded><![CDATA[<p>在此分享一下常用的10大免费管理工具。当然有些工具也在之前的文章中提起过。如果你有更好的工具，也希望能够一起与大家分享。</p>
<ol>
<li>Putty：相信大家都知道它是用于远程ssh到VMware ESX服务控制台和Linux服务器的常用工具。你也可以在U盘上使用便携式Putty便于携带。Putty可以<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">在此下载</a>，便携式（Portable）Putty<a href="http://downloads.sourceforge.net/portableapps/PuTTY_Portable_0.60_Rev_3.paf.exe?download">在此下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/putty-portable.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_putty-portable.jpg' alt='putty-portable' class='ngg-singlepic ngg-center' /></a></div>
<li>VMware Converter：物理机到虚拟机的P2V转换，该来自VMware的免费工具可以帮到你（<a href="http://www.vmware.com/download/converter/">这里下载</a>）。你可以使用VMware Converter进行快速并可靠的物理到虚拟机的迁移/转换。这个工具支持Windows或Linux物理机到VMware ESX基础设施的转换。你也可以转换第三方备份的映像文件，如Acronis或Symantec Ghost。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/vcenter-converter01.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_vcenter-converter01.jpg' alt='vcenter-converter01' class='ngg-singlepic ngg-center' /></a></div>
<li>Trilead VM Explorer：该管理工具可以在虚拟环境下方便地管理、备份和灾难恢复任务。可以轻松地连接到现有的ESX基础设施进行管理（备份）VMDK文件。你可以连接多达5个ESX服务器。目前的版本还包括了SSH兼容的客户终端，可以远程连接到Linux或FreeBSD服务器，甚至VMware ESX服务控制台。<a href="http://www.trilead.com/VM_Explorer/">可以在这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/zrtn_012n2f1ed3b7_tn.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_zrtn_012n2f1ed3b7_tn.jpg' alt='zrtn_012n2f1ed3b7_tn' class='ngg-singlepic ngg-center' /></a></div>
<li>Veeam FastSCP：FastSCP可以在VMware ESX环境下进行快速和安全的虚拟机和文件拷贝。你可以在同一个界面连接到多个VMware ESX和ESXi主机，并在它们之间进行文件传输。FastSCP是免费的，它还捆绑有30天试用期的VEEAM Backup，可以在<a href="http://www.veeam.com/vmware-esxi-fastscp.html">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/fast-scp.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_fast-scp.jpg' alt='fast-scp' class='ngg-singlepic ngg-center' /></a></div>
<li>BGInfo：很酷的小应用程序可以把有用的系统信息显示到桌面。当你需要管理大量的服务器和虚拟机时，你会体会到它的实用之处。可以在<a href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/bg-info.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_bg-info.jpg' alt='bg-info' class='ngg-singlepic ngg-center' /></a></div>
<li>Daemon Tools Lite：不管你是否需要加载CD/DVD的ISO映像的或创建一个ISO文件，该工具可以帮到你。它可以效仿最多4个虚拟的CD/DVD驱动器。关于更多该工具的信息<a href="http://www.daemon-tools.cc/eng/downloads">可以查看这里</a>，或<a href="http://www.disc-tools.com/request?p=4f261f3d8ccec3edc1d8ecc623740c59/daemon4304-lite.exe">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/daemon-tools-lite.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_daemon-tools-lite.jpg' alt='daemon-tools-lite' class='ngg-singlepic ngg-center' /></a></div>
<li>Imgburn：类似与Daemon的工具，但也可以用文件和文件夹来创建ISO。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/imgburn.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_imgburn.jpg' alt='imgburn' class='ngg-singlepic ngg-center' /></a></div>
<li>mRemote：免费的多页面，多文件夹的远程桌面连接管理工具。你可以在一个简单易用的界面里使用远程桌面连接。该软件支持的远程协议有：RDP、VNC、SSH、Telnet、HTTP/S、Rlogin、和RAW。在<a href="http://www.mremote.org/wiki/Downloads.ashx">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/mremote.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_mremote.jpg' alt='mremote' class='ngg-singlepic ngg-center' /></a></div>
<li>OpsCheck：当你在设置vMotion遇到问题时，该免费工具可以帮你诊断问题所在。它可以分析ESX服务器的配置并提供故障排除指南，你只需按照提示来纠正就可以了。可以在<a href="http://www.vwire.com/free-tools/opscheck/">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/opscheck1.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_opscheck1.jpg' alt='opscheck1' class='ngg-singlepic ngg-center' /></a></div>
<li>RVTools：之前已经介绍过该有用的小工具（<a href="http://blog.microhyper.com/archives/390">参加这里</a>）。它可以列出的有用信息包括：CPU、内存、硬盘、网卡、光盘、软盘驱动器、快照、VMware工具、ESX主机和datastores。可以在<a href="http://www.robware.net/">这里下载</a>。</li>
<div class="captionfull"><a class="thickbox" rel="" href='http://blog.microhyper.com/wp-content/gallery/virtual/rvtools3.jpg' title=''><img src='http://blog.microhyper.com/wp-content/gallery/virtual/thumbs/thumbs_rvtools3.jpg' alt='rvtools3' class='ngg-singlepic ngg-center' /></a></div>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.microhyper.com/archives/795/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
