<?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>网络杂谈 &#124; 020i.com &#187; 虚拟化</title>
	<atom:link href="http://www.020i.com/tag/%e8%99%9a%e6%8b%9f%e5%8c%96/feed" rel="self" type="application/rss+xml" />
	<link>http://www.020i.com</link>
	<description>专职于系统管理多年,深感自己的渺小与无知</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gartner谈开源虚拟化</title>
		<link>http://www.020i.com/2009/blog-post-399.html</link>
		<comments>http://www.020i.com/2009/blog-post-399.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 06:02:02 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[虚拟化]]></category>

		<guid isPermaLink="false">http://www.020i.com/?p=399</guid>
		<description><![CDATA[一些数据，及一个使用样例。 Xen的神秘还需要继续挖掘。。
Gartner表示， 现在使用的虚拟机大约有580万台，但是到2012年，这一数字将增长到5800万。现在运行虚拟化的服务器百分比- 19%，明年将会运行虚拟化的服务器百分比 &#8211; 28%，到2012年将会运行虚拟化的服务器百分比- 50%
Legal Aid Ontario (LAO)的IT操作经理Stan Yazhemsky会告诉你，开源虚拟化让他们受益匪浅。他们公司使用的是Citrix系统公司的XenServer。XenServer是一个运行在开 源Xen hypervisor上的管理工具。 Yazhemsky表示 XenServer的开放API让他和他的三个Linux工程师能够更好地利用先进的功能，尤其是安全。
LAO是一家非营利性的公司，给低收入群体提供法律咨询和服务，跨安大略省有200个地点，三个数据中心。 这些数据中心有239台Windows服务器，68台Linux服务器。 LAO公司约95%的服务器是运行XenServer的。
LAO有154TB敏感数据，如客户敏感数据，律师资料，财务档案和个人案件量，从爆炸和盗窃和谋杀涵盖一切。 安全是一个关键问题。 Yazhemsky表示通过建立监测工具和集成Xen平台，使他能够缓解网络攻击。“如果攻击打入管理系统，我们的嵌入式脚本将迅速关闭被感染的虚拟机，然后启动另一个虚拟机，对用户没有任何影响。在这个时候，你无法从任何封闭源解决方案获得相同的效果，“Yazhemsky说。
]]></description>
		<wfw:commentRss>http://www.020i.com/2009/blog-post-399.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QEMU的一些说明</title>
		<link>http://www.020i.com/2009/blog-post-377.html</link>
		<comments>http://www.020i.com/2009/blog-post-377.html#comments</comments>
		<pubDate>Tue, 24 Nov 2009 07:30:40 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[虚拟化]]></category>

		<guid isPermaLink="false">http://www.020i.com/?p=377</guid>
		<description><![CDATA[最近总是会遇到这个玩意，却对其知之甚少。即觉得不像是独立的虚拟化解决方案，又不像是单单的虚拟机容器。从Baidu知道中看到如下内容，转载来保存：
QEMU是一套由Fabrice Bellard所编写的开源跨平台模拟器。它与Bochs，PearPC近似，但其具有某些后两者所不具备的特性，如高速度及跨平台的特性。经由kqemu这个非自由的加速器，QEMU能模拟至接近真实电脑的速度。QEMU有两种主要运作模式：
1.User mode模拟模式，亦即是使用者模式。QEMU能启动那些为不同中央处理器编译的Linux程序。而Wine及Dosemu是其主要目标。
2.System mode模拟模式，亦即是系统模式。QEMU能模拟整个电脑系统，包括中央处理器及其他周边设备。它使得为系统源代码进行测试及除错工作变得容易。其亦能用来在一部主机上虚拟数部不同虚拟电脑。
QEMU的主体部份是在LGPL下发布的，而其系统模式模拟则是在GPL下发布；而kqemu这个加速器则是在免费但闭源的条件下发布的。使用kqemu可使QEMU能模拟至接近主机速度，但其在虚拟的操作系统是Windows 98或以下的情况下是无用的。
虚拟化相关的名词好多，少部分含义不是特别明确，功能也和其他模块有通用的地方。还需逐渐整理，确定个大体轮廓出来。
关于虚拟化对未来的影响，也已初见端倪。个人相信这个影响将是深入持久。
]]></description>
		<wfw:commentRss>http://www.020i.com/2009/blog-post-377.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
