<?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>baalchina &#187; 虚拟机</title>
	<atom:link href="http://www.baalchina.net/tag/%e8%99%9a%e6%8b%9f%e6%9c%ba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baalchina.net</link>
	<description>baalchina技术日志</description>
	<lastBuildDate>Fri, 06 Aug 2010 05:40:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare ESXi的使用心得(20080823)</title>
		<link>http://www.baalchina.net/2008/12/vmware-esx/</link>
		<comments>http://www.baalchina.net/2008/12/vmware-esx/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:00:12 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[虚拟机技术]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/?p=217</guid>
		<description><![CDATA[前两天想去下载一个VMWare Server，突然发现VMWare出了个ESXi，还是免费的，于是注册，申请序列号，刻盘安装。
VMWare ESXi和VMWare Server的最大区别就是前者是直接运行在硬件上的，而后者需要一个OS的支撑。如下：
Server硬件-&#62;ESXi-&#62;虚拟机
Server硬件-&#62;Windows Server/Linux-&#62;虚拟机
理论上讲ESXi的性能应该会比Server更好，因为少掉了中间的OS层。
安装比较简单。刻盘，在x345+ServerRaid 6i卡上顺利安装成功。硬件兼容性比较好，也有人说PC不能装，也有人说非SCSI不能装。反正我的Dell PC装的时候死机了。
安装好之后，配置IP，配置Root密码即可。
到PC机上，浏览器输入IP地址，即可下载安装VMWare Infrastructure Client。在Configuration-Licensed Features里面输入注册到的Serial Numbers即可。不注册可以用60天，注册了之后那个Consolidated Backup就不能用了。不过既然免费也烦不了那么多了。
如何导入存在的虚拟机？
首先上传文件：依然Configuration-Storage，双击磁盘，然后就有一个Upload的选项了。这个我找了半天，汗的。
然后打开之：在这个地方选中对应的vmx文件，右键点击选择Add To Inventory即可。
 
VMWare Converter这个软件，可以转换物理机到虚拟机
很牛的一个软件。可以下载到Starter版本，支持转换物理机。Enterprise则多了一个BootCD功能。需要购买。
如果原来是VMWare Server创建的，那么需要安装VMWare Converter这个软件。
关闭虚拟机。运行VMWare Converter，源选择vmx文件，目标选择VMWare Infrastrucre，转换即可。它会自动转换好之后复制到ESXi上并创建新的主机。
 打开SSH支持（貌似F-Secure不支持他的Sftp，未尝试SecureFX）
Console,Alt+F1，输入unsupported，注意没提示的。
#vi /etc/inetd.conf
去掉注释：ssh stream tcp nowait root /sbin/dropbearmulti dropbear ++min=0,swap,group=shell -i
#ps &#124;grep inetd，kill -HUP
参考：
http://latteye.com/2008/11/%E6%8A%9B%E5%BC%83vm-converter-%E4%BB%8Evm-server%E8%BF%81%E7%A7%BB%E5%88%B0esxi.html
其他的稍后补充。
以前用过ESX的破解版，很麻烦。现在免费了，VMWare的策略还是很明显的：让你用，用的很happy的时候你会发现需要技术支持，需要更高级的工具，那时候，花钱吧！
]]></description>
			<content:encoded><![CDATA[<p>前两天想去下载一个VMWare Server，突然发现VMWare出了个ESXi，还是免费的，于是注册，申请序列号，刻盘安装。</p>
<h2>VMWare ESXi和VMWare Server的最大区别就是前者是直接运行在硬件上的，而后者需要一个OS的支撑。如下：</h2>
<blockquote><p>Server硬件-&gt;ESXi-&gt;虚拟机<br />
Server硬件-&gt;Windows Server/Linux-&gt;虚拟机</p></blockquote>
<p>理论上讲ESXi的性能应该会比Server更好，因为少掉了中间的OS层。</p>
<p>安装比较简单。刻盘，在x345+ServerRaid 6i卡上顺利安装成功。硬件兼容性比较好，也有人说PC不能装，也有人说非SCSI不能装。反正我的Dell PC装的时候死机了。</p>
<p>安装好之后，配置IP，配置Root密码即可。</p>
<p>到PC机上，浏览器输入IP地址，即可下载安装VMWare Infrastructure Client。在Configuration-Licensed Features里面输入注册到的Serial Numbers即可。不注册可以用60天，注册了之后那个Consolidated Backup就不能用了。不过既然免费也烦不了那么多了。</p>
<h2>如何导入存在的虚拟机？</h2>
<blockquote><p>首先上传文件：依然Configuration-Storage，双击磁盘，然后就有一个Upload的选项了。这个我找了半天，汗的。<br />
然后打开之：在这个地方选中对应的vmx文件，右键点击选择Add To Inventory即可。</p></blockquote>
<p> </p>
<h2>VMWare Converter这个软件，可以转换物理机到虚拟机</h2>
<blockquote><p>很牛的一个软件。可以下载到Starter版本，支持转换物理机。Enterprise则多了一个BootCD功能。需要购买。</p></blockquote>
<h2>如果原来是VMWare Server创建的，那么需要安装VMWare Converter这个软件。</h2>
<blockquote><p>关闭虚拟机。运行VMWare Converter，源选择vmx文件，目标选择VMWare Infrastrucre，转换即可。它会自动转换好之后复制到ESXi上并创建新的主机。</p></blockquote>
<h2> 打开SSH支持（貌似F-Secure不支持他的Sftp，未尝试SecureFX）</h2>
<blockquote><p>Console,Alt+F1，输入unsupported，注意没提示的。<br />
#vi /etc/inetd.conf<br />
去掉注释：ssh stream tcp nowait root /sbin/dropbearmulti dropbear ++min=0,swap,group=shell -i<br />
#ps |grep inetd，kill -HUP</p></blockquote>
<p>参考：<br />
<a href="http://latteye.com/2008/11/%E6%8A%9B%E5%BC%83vm-converter-%E4%BB%8Evm-server%E8%BF%81%E7%A7%BB%E5%88%B0esxi.html">http://latteye.com/2008/11/%E6%8A%9B%E5%BC%83vm-converter-%E4%BB%8Evm-server%E8%BF%81%E7%A7%BB%E5%88%B0esxi.html</a></p>
<p>其他的稍后补充。</p>
<p>以前用过ESX的破解版，很麻烦。现在免费了，VMWare的策略还是很明显的：让你用，用的很happy的时候你会发现需要技术支持，需要更高级的工具，那时候，花钱吧！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/12/vmware-esx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
