<?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://www.sansky.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sansky.net</link>
	<description>存储部落,sansky,存储,Storage,计算机,Computer,信息技术,IT,数据,硬盘,磁带,磁盘,磁盘阵列,RAID,磁带机,磁带库,虚拟带库,磁盘库,ALT,DLT,LTO,光纤通道,iSCSI,Infiniband,网络存储,虚拟化,高端存储,存储安全,数据备份,数据恢复,灾难恢复,存储区域网络,SAN,网络附加存储,NAS,直接连接存储,DAS,存储软件,存储白皮书,存储趋势,存储方案,视频,存储工程师,存储论坛,基础架构,IT架构</description>
	<lastBuildDate>Wed, 24 Jun 2009 17:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>邮件系统存储设计问答</title>
		<link>http://www.sansky.net/article/2009-06-25-e-mail-storage-system-design-q-u0026amp-a.html</link>
		<comments>http://www.sansky.net/article/2009-06-25-e-mail-storage-system-design-q-u0026amp-a.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:13:45 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[存储技术]]></category>
		<category><![CDATA[小文件]]></category>
		<category><![CDATA[磁盘]]></category>
		<category><![CDATA[邮件]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[文件系统]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-06-25-%e9%82%ae%e4%bb%b6%e7%b3%bb%e7%bb%9f%e5%ad%98%e5%82%a8%e8%ae%be%e8%ae%a1%e9%97%ae%e7%ad%94.html</guid>
		<description><![CDATA[问：
我们公司主要从事邮件系统方面的业务，所以，这是一个关于邮件系统存储方面的一个问题。
邮件系统数据的特点就是小文件多，并且目录多，一部分数据访问频繁，读写删除操作也频繁（活跃用户的数据），还有一部分... ]]></description>
			<content:encoded><![CDATA[<p>问：</p>
<p>我们公司主要从事邮件系统方面的业务，所以，这是一个关于邮件系统存储方面的一个问题。</p>
<p>邮件系统数据的特点就是小文件多，并且目录多，一部分数据访问频繁，读写删除操作也频繁（活跃用户的数据），还有一部分数据基本不访问（非活跃用户），很少有读写删除操作。</p>
<p>当一个有40万用户的邮件系统，那么存放邮件数据的存储目录下面会有非常多的目录和文件（一个用户一个HomeDir，用户HomeDir下面存放用户的邮件），HomeDir至少40万个，每个HomeDir下面可能有用户的自定义文件夹。HomeDir下面存放的用户邮件数量多少不等，最多的可能有800封以上的邮件，平均每人30封邮件左右。大部分邮件大小在5-100K左右，也存在一部分带有较大附件的邮件，大小在1M-10M之间。</p>
<p>以上是应用特点的简单介绍，针对这样的应用环境，应该如何选择存储设备？做什么样的<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>能达到最好的性能？如何部署备份系统？</p>
<p>像类似这样的应用应该还有很多，例如：flickr、bababian等等这样的网络相册应用，应该和邮件应用类似，都是小文件，访问频繁。也很想了解他们是如何选择和部署存储系统的。</p>
<p>目前，我们的存储在使用一段时间后，只能使用df命令来查看磁盘空间，使用du命令查看存储目录占用空间的时候将会用掉非常非常长的时间，这个时间是绝对不能忍受的长。</p>
<p>使用备份方法是每天用rsync，将发生变化的文件同步到另外一个存储空间上，我认为这不是一个较为理想的备份方式，希望能再进行改进。</p>
<p>在<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>方面，我们基本上选择的都是用RAID5，也有使用RAID10，但是感觉这两者在性能上没有什么明显区别。不知您是否有测试存储性能方法及测试模型，我也想对我们系统中这种环境下的存储进行测试和分析，希望能找到最佳的方案。</p>
<p>sansky答：</p>
<p>你所说的几个系统具有频繁访问、随机访问、文件数量大等特点，对服务器和存储的第一个要求是高IOPS。我个人对存储系统的建议如下：</p>
<p>1、存储设备的的cache IOPS最好不低于12W，磁盘IOPS不低于7w，也就是说必须是中端以上存储设备，低端设备的性能不足以满足系统要求；</p>
<p>2、建议采用全光纤存储设备；由于总容量不大，可以选择146GB磁盘。如果考虑到价格，也可以选择高性能的FC-SAS存储。</p>
<p>3、磁盘访问的性能将会是整个系统的瓶颈。建议存储设备的磁盘端口不少于4个，配置不少于3个JBOD,SBOD最好。磁盘总数量48块磁盘最好，建议少于32块。否则磁盘太少，存储设备的性能发挥不出来。</p>
<p>4、每个<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>组中的磁盘数量8-12个，优选RAID5。</p>
<p>5、40个homedir最好分散在4个以上的<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>组中，也就是不同的<a href="http://www.sansky.net/article/tag/lun" class="st_tag internal_tag" rel="tag nofollow" title="标签 LUN 下的日志">LUN</a>中。无论是windows还是linux系统，当一个<a href="http://www.sansky.net/article/tag/lun" class="st_tag internal_tag" rel="tag nofollow" title="标签 LUN 下的日志">lun</a>中的文件数量过大时，其文件系统检索和访问能力多会大幅度减小。homedir分散在多个<a href="http://www.sansky.net/article/tag/lun" class="st_tag internal_tag" rel="tag nofollow" title="标签 LUN 下的日志">lun</a>中，减少每一个文件系统中的文件数量。</p>
<p>6、多个<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>组的优先级高于每个<a href="http://www.sansky.net/article/tag/raid" class="st_tag internal_tag" rel="tag nofollow" title="标签 RAID 下的日志">RAID</a>组中的磁盘数量。</p>
<p>7、对于备份来讲，如果考虑价格，可以选择用备份软件。如果投资允许，可以考虑CDP软件。</p>
<p>一点拙见，仅供参考。</p>
<p></p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-31-wordpress-can-not-send-mail.html" title="wordpress升级后无法发送邮件 (十二月 31, 2007)">wordpress升级后无法发送邮件</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-16-netapp-raid.html" title="NetApp RAID技术介绍 (十二月 16, 2007)">NetApp RAID技术介绍</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-12-netapp-wafl.html" title="NETapp WAFL 文件系统 (十二月 12, 2007)">NETapp WAFL 文件系统</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-30-guide-12-what-is-nas.html" title="指南-12-什么是NAS网络附加存储 (十一月 30, 2007)">指南-12-什么是NAS网络附加存储</a> (10)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-27-netapp-fas-ppt.html" title="Netapp技术资料：统一存储介绍 (十一月 27, 2007)">Netapp技术资料：统一存储介绍</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-29-media-san-network-storage-sharing-software-place.html" title="媒体发表：SAN网络存储共享软件全攻略 (八月 29, 2007)">媒体发表：SAN网络存储共享软件全攻略</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-29-media-lun-mapping-and-analysis-of-storage-network-applications-zone.html" title="媒体发表：解析LUN Mapping和ZONE的存储网络应用 (八月 29, 2007)">媒体发表：解析LUN Mapping和ZONE的存储网络应用</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-24-1-raid5-disk-performance-measured-results.html" title="RAID0+1 RAID5 性能实测结果 (八月 24, 2007)">RAID0+1 RAID5 性能实测结果</a> (6)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-18-disaster-recovery-backup-solution.html" title="容灾备份解决方案 (八月 18, 2007)">容灾备份解决方案</a> (11)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-06-question-city-video-surveillance-storage-selection.html" title="提问：城市视频监控的存储选型 (八月 6, 2007)">提问：城市视频监控的存储选型</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-06-25-e-mail-storage-system-design-q-u0026amp-a.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>成都的夜晚依然灯红酒绿</title>
		<link>http://www.sansky.net/article/2009-06-25-chengdu-is-still-false-picture-of-the-night.html</link>
		<comments>http://www.sansky.net/article/2009-06-25-chengdu-is-still-false-picture-of-the-night.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:06:34 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-06-25-%e6%88%90%e9%83%bd%e7%9a%84%e5%a4%9c%e6%99%9a%e4%be%9d%e7%84%b6%e7%81%af%e7%ba%a2%e9%85%92%e7%bb%bf.html</guid>
		<description><![CDATA[CA4104航班终于在晚上9:30半降落在双流机场，整整晚了一个小时，而我在飞机上一直睡得死去活来。
为了第二天外出方面，我在客户的建议下住进了永丰立交边上的宜必思。NND，竟然房间里不提供毛巾和洗漱用品，连上下电梯都... ]]></description>
			<content:encoded><![CDATA[<p>CA4104航班终于在晚上9:30半降落在双流机场，整整晚了一个小时，而我在飞机上一直睡得死去活来。</p>
<p>为了第二天外出方面，我在客户的建议下住进了永丰立交边上的宜必思。NND，竟然房间里不提供毛巾和洗漱用品，连上下电梯都要刷房卡，开始不知道，捣鼓了半天电梯都没反应，被旁边的一个美女嘲笑了半天，NND。</p>
<p>3年了，我又来到成都，而成都的夜色依然灯红酒绿，充满着风情。坐在玉林生活广场楼下的烧烤店里，听着楼上空瓶子等多个酒吧里传出来的音乐，看着旁边一堆堆吃肉喝酒的人，突然感觉自己有点孤单。</p>
<p>给两个以前的同事打电话，结果一个在搓麻将，一个在家抱孩子。都快11点了，也不强要他们出来。算了，还是快点吃完回去收邮件吧。</p>

	<ul class="st-related-posts">
	<li>123</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-06-25-chengdu-is-still-false-picture-of-the-night.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>正忙于项目管理系统开发</title>
		<link>http://www.sansky.net/article/2009-04-15-project-management-system-is-busy-developing.html</link>
		<comments>http://www.sansky.net/article/2009-04-15-project-management-system-is-busy-developing.html#comments</comments>
		<pubDate>Wed, 15 Apr 2009 06:44:32 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>
		<category><![CDATA[售前]]></category>
		<category><![CDATA[项目管理]]></category>
		<category><![CDATA[流程管理]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-04-15-%e6%ad%a3%e5%bf%99%e4%ba%8e%e9%a1%b9%e7%9b%ae%e7%ae%a1%e7%90%86%e7%b3%bb%e7%bb%9f%e5%bc%80%e5%8f%91.html</guid>
		<description><![CDATA[现在的销售项目越来越难做，项目周期也越来越长，从发现项目信息到合同签订，往往需要几个月甚至半年时间。如何实现项目的进度管理、与项目有关的文档管理，更重要的是如何协调售前工程师提供技术支持，是在是一个... ]]></description>
			<content:encoded><![CDATA[<p>现在的销售项目越来越难做，项目周期也越来越长，从发现项目信息到合同签订，往往需要几个月甚至半年时间。如何实现项目的进度管理、与项目有关的文档管理，更重要的是如何协调售前工程师提供技术支持，是在是一个很麻烦的问题。某一个项目投入多了，其他项目就无法兼顾，投入少了就有可能有可能遭到投诉。</p>
<p>一直没有找到一个完全适合工作销售项目管理和售前技术支持管理的软件，以前也曾使用过别的软件，但由于流程不完全符合，很难适用现有的工作流程，后来就停用了。</p>
<p>现在没有办法了，只好自己开发一个了。</p>
<p>这一段时间下班之后，在家里开发基于ASP的BS方式的销售项目管理系统，其主要功能是实现从项目信息、到项目立项、最终项目签订前的流程和进度管理。以项目名称为管理对象，实现全流程中的销售和售前人力协调，文档审核，项目报备，以及合作伙伴管理。同时可以提供多种不同的数据统计分析功能，如不同部门的项目数量和预计销售额统计，推荐的产品型号、数量和容量统计，工程师工作量统计等等。</p>
<p>呵呵，努力了半个月，第一个版本搞出来了，也已经在我们部门内部开始使用了。通过这个系统，可以很方便地查看到现有200多个项目中每一个项目的所有信息，及其当前的进度和变化，可以看到每一个产品和解决方案目前的推广情况。兄弟们的周报中也省略了很多项目进度汇报，实在是太方便了。</p>
<p>公司领导对这个软件也非常感兴趣，有意在公司大规模推广。</p>
<p>不过这个软件现在还很初级，任何功能和流程上的调整都需要我去修改软件，还做不到自由定制。这也是没有办法的事，除了几年前做过3个月的asp网页设计之外，我是完全没有学过程序开发的。很多东西都是一边开发，一边在网上现查资料。有很多模块回头再一看，原本可以很简单地用1-2行业命令来实现的，我却用了几百行业命令来实现。调试时，发现最多的问题是因为语法错误和笔误，唉，没有经验累死人啊。我是一边开发，一边学习，然后又一边大块大块删除了重新写代码。</p>
<p>实际工作中，人员可分为售前、售后、销售、产品、商务等，级别上有分为员工、经理、总监、总裁，审核权限方面又分一级审核和二级审核，同时每一级又分为技术审核和商务审核，功能模块上有项目管理模块、工作管理模块、统计分析模块、以及第二版要开发的产品管理模块和设备借测模块。由于不同人员的访问权限必须是不同的，所以在做访问权限控制功能，我脑子全是几十个权限控制的排列组合，全是if怎么怎么样，else怎么怎么样，脑袋晕的要命。</p>
<p>辛苦是辛苦，不过搞这个东西却给我带来很大的快乐。每当解决了一个问题，我都会感到无比的兴奋，每天晚上搞到3-4点，甚至清明放假时干通宵，也是乐此不疲，脑子里除了代码，就什么都不想。</p>
<p>呵呵，也许有一天不干存储了，去当个软件开发工程师也是个不错的事情。</p>

	<ul class="st-related-posts">
	<li>123</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-04-15-project-management-system-is-busy-developing.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>偷瓜贼！</title>
		<link>http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html</link>
		<comments>http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:41:22 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-02-19-%e5%81%b7%e7%93%9c%e8%b4%bc%ef%bc%81.html</guid>
		<description><![CDATA[很久都没有做梦了，刚才睡了一觉，竟然做了一个让人回想起来很郁闷的梦。
梦中，我和弟弟（都有20多岁了）从老家里最远的田地里往家里走，突然路边有一个哥们（我的邻居，和我弟弟一般大，当年我当孩子王时的手下）... ]]></description>
			<content:encoded><![CDATA[<p>很久都没有做梦了，刚才睡了一觉，竟然做了一个让人回想起来很郁闷的梦。</p>
<p>梦中，我和弟弟（都有20多岁了）从老家里最远的田地里往家里走，突然路边有一个哥们（我的邻居，和我弟弟一般大，当年我当孩子王时的手下）说：&#8221;看，那是什么&#8221;？</p>
<p>跳到田边的引水渠里，发现有很大一堆东西，细看时原来是西瓜。个头都不大，就像是挑剩下的被人随便扔到了路边。敲敲，感觉都可以吃，就仍了几个到架子车（老家里用的两轮手推车）上。这时就听到不远处突然有人在喊&#8221;偷瓜贼！偷瓜贼!&#8221;一个小子从远处跑过来，一边跑一边喊。</p>
<p>三个人吓了一跳，你推我拉的一起拉着车子往家里跑。感觉跑出了几里路了，那个小子还一直跟在后边。在此期间竟然还有时间去抓了另外一个女的偷瓜贼，不仅弄得路人皆知她偷了西瓜，还带着她一起追我们。</p>
<p>怕也被这小子抓住，让村子知道我们3个偷西瓜。就从跑向村子另一个口，想着一进村七绕八绕的就把他甩掉了。谁知，离村口越近，我们3人跑的越慢，刚一进村口就被他追上了，而且很多人听到他的喊声已经从家里出来看热闹了。</p>
<p>心里一急，就举起车上的西瓜扔向他，被他一一躲开。几个西瓜竟然象皮球一样的弹跳开去，没有碎。3个人上去准备打他然后想法逃掉，竟然全都使不上力气，一阵扭打之后，全都被他抓住。</p>
<p>当时真是郁闷之极，一想不就是几个西瓜吗，给你1000块钱，放我们走，免得弄得路人皆知。谁知他全然不动心，说：</p>
<p>&#8220;你们还算老实，上次抓到一个哥们，竟然说的全是英语，跟我装老外。那几个西瓜你们不该仍，我还准备带着你们和西瓜一起坐飞机去北京找你们公司领导呢。&#8221;</p>
<p>靠，至于吗，就为了5个小西瓜，追了我们好几里地，还要坐飞机到北京！</p>
<p>心里一急，就醒了。</p>
<p>真是一个奇怪的梦，呵呵。</p>
<p>
<p></p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html" title="陕西葬礼仪式 (二月 4, 2009)">陕西葬礼仪式</a> (3)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2009-01-29-unpredictable-life.html" title="人生叵测 (一月 29, 2009)">人生叵测</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html" title="生活总在忙乱中度过 (十二月 10, 2008)">生活总在忙乱中度过</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-26-jianfei.html" title="减肥贵在坚持 (十月 26, 2008)">减肥贵在坚持</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-12-the-fat-man-run.html" title="胖子，快跑 (十月 12, 2008)">胖子，快跑</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-16-chinese-olympic-allow-more-united.html" title="奥运让华人更团结 (四月 16, 2008)">奥运让华人更团结</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-01-29-wizard-flying-to-heaven.html" title="精灵飞向天国 (一月 29, 2008)">精灵飞向天国</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-20-my-wife-pregnant.html" title="老婆怀孕了 (十二月 20, 2007)">老婆怀孕了</a> (29)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-05-16-weddding-photo.html" title="结婚照 (五月 16, 2007)">结婚照</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>应用存储：简化系统结构 降低建设成本</title>
		<link>http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html</link>
		<comments>http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 09:41:06 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[存储技术]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[应用存储]]></category>
		<category><![CDATA[建设成本]]></category>
		<category><![CDATA[创新科UIT]]></category>
		<category><![CDATA[嵌入式]]></category>
		<category><![CDATA[视频监控]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-02-05-%e5%ba%94%e7%94%a8%e5%ad%98%e5%82%a8%ef%bc%9a%e7%ae%80%e5%8c%96%e7%b3%bb%e7%bb%9f%e7%bb%93%e6%9e%84-%e9%99%8d%e4%bd%8e%e5%bb%ba%e8%ae%be%e6%88%90%e6%9c%ac.html</guid>
		<description><![CDATA[随着许多存储项目的实施，用户对存储设备的需求已经不仅仅满足于数据存储功能，许多用户都希望存储设备可以在一定程度上取代常规的应用服务器，以达到简化系统结构、减少设备数量、节约系统建设成本的目的。这样的... ]]></description>
			<content:encoded><![CDATA[<p style="TEXT-ALIGN: left">随着许多存储项目的实施，用户对存储设备的需求已经不仅仅满足于数据存储功能，许多用户都希望存储设备可以在一定程度上取代常规的应用服务器，以达到简化系统结构、减少设备数量、节约系统建设成本的目的。这样的需求促使了应用存储的出现、并使之得到了快速的发展。</p>
<p style="TEXT-ALIGN: left">应用存储是一种可以内嵌了某种应用软件功能的新型存储设备，它不仅具有数据存储功能，还具有服务器的部分应用功能，可以看作是服务器和存储设备的集合体，这种存储设备就称为应用存储。</p>
<p style="TEXT-ALIGN: left">随着芯片技术的快速发展，存储设备所采用的CPU或专用芯片的运算能力及处理速度成倍提高。在许多类型系统中，存储设备不仅能满足系统的数据存储和访问功能，还的往往有较大的性能冗余。同时，随着存储设备的整体价格却在不断降低。用户在设备选型及购买时，一般会选择稍高一级别的存储设备。为了有效地利用存储设备的富余资源，在存储设备控制器部分中内嵌了特殊功能的应用软件，使得存储设备不仅为系统提供数据存储服务器，还能提供一定的软件应用服务器。</p>
<h3 style="MARGIN: 3pt 10.5pt 3pt 9pt; TEXT-INDENT: 0cm; mso-list: none; tab-stops: 12.0pt" align="left">应用存储的软件功能</h3>
<p style="TEXT-ALIGN: left">应用存储真正有别于普通存储的特点在于可以运行特殊的软件应用功能。软件应用功能是指为了更有效地利用高性能存储设备控制器的剩余处理能力，发挥存储设备专用控制器比较普通PC服务器更高效、更稳定的特点，在应用存储的控制器中内部有嵌了各种不同类型的软件和服务器，使存储设备发挥更大的作用。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">网络管理功能：</strong></p>
<p style="TEXT-ALIGN: left">应用存储中可以内置了大量常用的以太网络管理服务，如域管理服务、DHCP服务、DNS服务等。存储网络系统不需要再配置专门的域管理服务器，仅通过应用存储就可以实现存储网络系统的域管理、DHCP服务和DNS服务等功能。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">媒体资产管理功能：</strong></p>
<p style="TEXT-ALIGN: left">应用存储设备中内置了一套强大的音像资源管理系统，也可以称为媒体资料管理系统，该软件系统中可对本存储设备内部的视音频文件、图片等多媒体资料进行录入、管理、检索查询、播放和下载，并可按实际工作中的需求定制分类标准和媒体资源的编目体系，对本存储设备内部的多媒体资源进行编目和分类，方便后期的检索和查寻。媒体资产管理功能对于一些珍贵多媒体资源的长期保存和再利用具有重要意义。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">视频转码：</strong></p>
<p style="TEXT-ALIGN: left">应用存储设备中可以内置了符合视频转码标准的专用视音频转码软件，按预先定制好的转码标准和操作执行时间，在存储设备资源占用较少的时候来执行转码操作。由于视频转码软件只是对本存储设备内部的文件进行处理，数据不会流经存储的主机接口、网络交换机和服务器，因此不会点用存储设备的总带宽、也不会占用共有的网络资料。且由于存储控制器内部采用的是专用的高性能处理器，视频转码的效率也会大幅度提高。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">视频点播功能：</strong></p>
<p style="TEXT-ALIGN: left">应用存储内置了一个视频点播软件，用户可能通过该软件对存储设备中的视音频文件进行播放，并可以实现暂停、快进和回放都功能。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">存储共享管理功能：</strong></p>
<p style="TEXT-ALIGN: left">在一些特殊的应用环境中，如广电行业的非线性编辑制作网络系统、高性能计算系统、IP-SAN网络启动系统，无盘工作站系统中，由于应用软件系统要求多台服务器需要对同一个卷中的数据进行读写操作，就需要存储设备上的文件系统实现在多台服务器之间进行共享，那么存储网络中的所有服务器和工作站就需要安装存储共享管理软件，并配置专门的MDC服务器来对共享的文件系统进行管理。</p>
<h3 style="MARGIN: 3pt 10.5pt 3pt 9pt; TEXT-INDENT: 0cm; mso-list: none; tab-stops: 12.0pt" align="left">UIT应用存储设备</h3>
<p style="TEXT-ALIGN: left">UIT BX1200/1600系列存储设备是UIT针对不同行业系统应用所开发的、高性能的应用存储设备（详细技术参数见UIT官方网站）。其最大的优点就是在提供高效的数据存储和数据访问功能的基础上，还提供软件嵌入功能。</p>
<p style="TEXT-ALIGN: left">在应用存储技术的研究和使用方面，UIT不仅比起步早，同时也远远地走在了前面。UIT BX1200/1600系列应用存储设备中不仅可以简单地嵌入特殊功能的应用软件，实现一定的应用功能，还可以和应用软件密切配合，使应用软件功能和存储设备成为一个完整的系统，比如UIT目前正在大力推广的超级保险箱系统、S3超级监控存储系统和云存储系统。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">超级保险箱</strong></p>
<p style="TEXT-ALIGN: left">超级保险箱一个由UIT Webdisk存储空间管理软件嵌入UIT BX1200/1600存储系统而构成的、集软硬件产品为一体化应用存储设备，可为企业单位内部的服务器工作站提供便捷的网络存储空间、数据授权共享与文件自动备份服务，也可以为大型IDC提供空间租赁服务。</p>
<p style="TEXT-ALIGN: left">超级保险箱具有高带宽、高稳定性、高扩展性等特点，单套系统可提供64TB存储容量，满足多用户频繁访问需求。多套系统可实现性能的线性增加，充分满足多用户的上传下载与备份需求。</p>
<p style="TEXT-ALIGN: left">超级保险箱集UIT BX1200/1600应用存储系统与webdisk软件为一体，不仅部署非常简单，还可以节约采用普通存储设备时所必须的服务器，从而大幅度节约系统建设成本。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">S3</strong><strong style="mso-bidi-font-weight: normal">超级监控存储系统</strong></p>
<p style="TEXT-ALIGN: left">UIT结合现在监控市场的应用需求，推出了应用存储设备嵌入平台软件的一体化解决方案，实现了集存储、录像、转发、浏览、下载、回放、联网等功能于一体的网络视频监控存储系统。其特有的分布式联网设计理念，使从楼宇监控到&#8221;平安城市&#8221;等涉及网络化监控系统的场所均可以采用这种分布式联网监控存储系统</p>
<p style="TEXT-ALIGN: left">UIT监控存储产品是以UIT BX1200/1600为基础，嵌入PVG监控平台软件，形成可独立构建系统、可多台联网的分布式联网监控存储产品。UIT监控存储产品集平台软件和磁盘阵列为一体，支持图像的并发存储和并发点播，通过网络接收编码器或者IP camera的码流，直接存储至高可靠性的后端存储，并支持多人同时对历史图像文件进行检索和点播回放。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">云存储系统</strong></p>
<p style="TEXT-ALIGN: left">云存储系统是UIT在2008年所极力倡导和推广的一个新型的存储系统。与普通的存储设备相比，云存储不仅仅是一个硬件设备，而是一个由网络设备、存储设备、服务器、应用软件、公用访问接口、接入网、和客户端程序等多个部分组成的复杂系统。</p>
<p style="TEXT-ALIGN: left">云存储以应用存储设备为基础，以UIT UFS集群管理软件为核心，通过UFS集群文件系统实现存储设备的集群工作，并通过系统的控制单元和管理单元实现整个系统的管理，数据的分发、处理，处理结构的反馈。并依据CDN内容分发系统、P2P数据传输技术和数据压缩技术等可以保证云存储中的数据可以更有效地存储，使用和占用更少的空间，占用更低的传输带宽，从而对外提供更高效的服务。数据加密技术保证云存储中的数据不会被未授权的用户所访问，同时，通过各种数据备份和容灾技术和措施可以保证云存储中的数据不会丢失，保证云存储自身的安全和稳定。</p>
<h3 style="MARGIN: 3pt 10.5pt 3pt 9pt; TEXT-INDENT: 0cm; mso-list: none; tab-stops: 12.0pt" align="left">应用存储的优势特点</h3>
<p style="TEXT-ALIGN: left">应用存储是指当存储设备本身所能提供的性能远超过系统需求时，借用存储设备的高可性和稳定性，在存储上运行一定的应用软件服务。与普通存储设备相对，应用存储除了增加了许多软件应用及服务功能，也将改变很多应用系统的架构设计。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">高可用性</strong></p>
<p style="TEXT-ALIGN: left">应用存储设备一般都基于模块化、冗余的、支持热插拔的原则而设计的，消除了内部的单点故障，其它安全性和稳定性远超于系统中采用的普通PC服务器，应用软件和服务器内在存储内部，能够为系统提供更高的稳定性和系统安全性。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">高效性</strong></p>
<p style="TEXT-ALIGN: left">应用存储设备的核心，即控制器，一般都采用专门设计的总线结构、专门的处理芯片和缓存，在数据校验和数据传输方面做了优化。长时间运行情况下，应用存储不仅能保证软件和服务器功的安全和稳定，还能保证具有比普通PC服务器具有更高的运行和计算效率，可为系统提供更高的服务质量。</p>
<p style="TEXT-ALIGN: left"><strong style="mso-bidi-font-weight: normal">系统架构简单，节约建设成本</strong></p>
<p style="TEXT-ALIGN: left">由于应用存储中可以内置许多软件应用和服务功能，在系统结构设计时，就可以节省大量的PC服务器，和与之相连接的网络连接设备、网络接口卡，极大地简化了系统中结构。系统结构的简单化有利用优化系统的工作流程，提高系统的运行效率。同时由于减少系统所需的设备类型及数量，也可以大大减小系统的建设成本。</p>
<p></p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html" title="2008存储峰会感想 (十二月 14, 2008)">2008存储峰会感想</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html" title="云存储能用在什么样的业务系统中 (十一月 10, 2008)">云存储能用在什么样的业务系统中</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html" title="云计算和云存储的关系 (十一月 5, 2008)">云计算和云存储的关系</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" title="深度剖析云存储 (九月 17, 2008)">深度剖析云存储</a> (10)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-05-30-uit-beijing-company-to-move-to-bridge-the-knowledge-of.html" title="UIT北京公司搬到学知桥了 (五月 30, 2008)">UIT北京公司搬到学知桥了</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-03-22-uit-high-profile-appearance-ccbn2008-2.html" title="UIT高调亮相CCBN2008 (三月 22, 2008)">UIT高调亮相CCBN2008</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-07-uit-required-engineers.html" title="UIT招聘售前和售后存储技术工程师 (十二月 7, 2007)">UIT招聘售前和售后存储技术工程师</a> (21)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-29-uit-looking-for-sales.html" title="UIT招聘电信行业销售 (十一月 29, 2007)">UIT招聘电信行业销售</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-09-05-video-surveillance.html" title="视频监控存储系统设计-在线答疑问题总汇 (九月 5, 2007)">视频监控存储系统设计-在线答疑问题总汇</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-09-04-uit-birtv.html" title="创新科存储技术有限公司(UIT)亮相BIRTV (九月 4, 2007)">创新科存储技术有限公司(UIT)亮相BIRTV</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>陕西葬礼仪式</title>
		<link>http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html</link>
		<comments>http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:57:30 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-02-04-%e9%99%95%e8%a5%bf%e8%91%ac%e7%a4%bc%e4%bb%aa%e5%bc%8f.html</guid>
		<description><![CDATA[在这篇文章中我提到了对门一个我熟悉的老头在过年期间去世，经过几天忙乱的准备之后，他的葬礼最后定在了年初八举行。
其实，从初七的中午开始，与葬礼有关的仪式及其准备工作就已经开始了。
这是葬礼举办时的灵堂，... ]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://www.sansky.net/article/2009-01-29-unpredictable-life.html">这篇文章</a>中我提到了对门一个我熟悉的老头在过年期间去世，经过几天忙乱的准备之后，他的葬礼最后定在了年初八举行。</p>
<p>其实，从初七的中午开始，与葬礼有关的仪式及其准备工作就已经开始了。</p>
<p>这是葬礼举办时的灵堂，几乎所有的在家里需要举行的仪式都是在这儿完成的。</p>
<p><a title="CIMG6703.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6703.jpg"><img id="urn:zoundry:jid:CIMG6703.jpg" style="width: 600px; height: 450px;" title="CIMG6703.jpg" src="http://www.sansky.net/files/2009/02/cimg6703-tn.jpg" border="0" alt="CIMG6703.jpg" width="600" height="450" /></a></p>
<p><a title="CIMG6706.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6706.jpg"><img id="urn:zoundry:jid:CIMG6706.jpg" style="width: 600px; height: 450px;" title="CIMG6706.jpg" src="http://www.sansky.net/files/2009/02/cimg6706-tn.jpg" border="0" alt="CIMG6706.jpg" width="600" height="450" /></a></p>
<p><a title="CIMG6707.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6707.jpg"><img id="urn:zoundry:jid:CIMG6707.jpg" style="width: 600px; height: 450px;" title="CIMG6707.jpg" src="http://www.sansky.net/files/2009/02/cimg6707-tn.jpg" border="0" alt="CIMG6707.jpg" width="600" height="450" /></a></p>
<p>这不是当官的坐的轿子，而是用来把棺材从家里抬到坟地的龙轿，老家的人都称之为&#8221;龙头棺罩&#8221;。龙头棺罩一般都是由无缝钢管做龙骨，由底座和罩子两个大部分组成，以各种颜色的布和旗子装饰起来。棺材会放置在罩子中，由村里选派的16个已娶妻的精壮男子一路抬到坟地里。如果老人的威信比较好，就会有更多的人愿意替换着抬轿，表示送老人一程。</p>
<p><a title="CIMG6705.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6705.jpg"><img id="urn:zoundry:jid:CIMG6705.jpg" style="width: 600px; height: 450px;" title="CIMG6705.jpg" src="http://www.sansky.net/files/2009/02/cimg6705-tn.jpg" border="0" alt="CIMG6705.jpg" width="600" height="450" /></a></p>
<p><a title="CIMG6719.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6719.jpg"><img id="urn:zoundry:jid:CIMG6719.jpg" style="width: 600px; height: 450px;" title="CIMG6719.jpg" src="http://www.sansky.net/files/2009/02/cimg6719-tn.jpg" border="0" alt="CIMG6719.jpg" width="600" height="450" /></a></p>
<p>从下午3、4点中开始，逐渐有亲戚或子女的同事来参加葬礼。来的人一般都先暂留村口，等着鼓乐队伍领着所有的孝男孝女排队都村口来迎接。</p>
<p><a title="CIMG6709.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6709.jpg"><img id="urn:zoundry:jid:CIMG6709.jpg" style="width: 600px; height: 450px;" title="CIMG6709.jpg" src="http://www.sansky.net/files/2009/02/cimg6709-tn.jpg" border="0" alt="CIMG6709.jpg" width="600" height="450" /></a></p>
<p>孝男孝女跪地三叩迎接。</p>
<p>这家人的孝男孝女不多，只有十几个。听说最多的孝男孝女队伍有100多人，前面的已经从村口回转了，后面的还没有出门。</p>
<p>反复跪地叩头是一件很痛苦的事情，而更痛苦的事情是家里有几十家亲友，每一家都需要单独接回来，即使他们是一起来的。这个时侯估计孝男孝女想到的不是“多个朋友多条路”，而多个朋友要多叩三个头。</p>
<p><a title="CIMG6710.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6710.jpg"><img id="urn:zoundry:jid:CIMG6710.jpg" style="width: 600px; height: 450px;" title="CIMG6710.jpg" src="http://www.sansky.net/files/2009/02/cimg6710-tn.jpg" border="0" alt="CIMG6710.jpg" width="600" height="450" /></a></p>
<p>这是走在前面的鼓乐队伍。</p>
<p><a title="CIMG6714.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6714.jpg"><img id="urn:zoundry:jid:CIMG6714.jpg" style="width: 600px; height: 450px;" title="CIMG6714.jpg" src="http://www.sansky.net/files/2009/02/cimg6714-tn.jpg" border="0" alt="CIMG6714.jpg" width="600" height="450" /></a></p>
<p>这是在村口迎回来的亲友，以及手里拿的纸人纸马、金山银山之类的东西。</p>
<p><a title="CIMG6712.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6712.jpg"><img id="urn:zoundry:jid:CIMG6712.jpg" style="width: 600px; height: 450px;" title="CIMG6712.jpg" src="http://www.sansky.net/files/2009/02/cimg6712-tn.jpg" border="0" alt="CIMG6712.jpg" width="600" height="450" /></a></p>
<p>一般吃过晚饭后，仪式就开始了，所有的孝男孝女分跪两旁。</p>
<p>老年的司仪大声朗诵着祭文，引导仪式的不同章节的进行。鼓乐队伍吹奏着不同主题的哀乐。</p>
<p><a title="CIMG6721.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6721.jpg"><img id="urn:zoundry:jid:CIMG6721.jpg" style="width: 600px; height: 450px;" title="CIMG6721.jpg" src="http://www.sansky.net/files/2009/02/cimg6721-tn.jpg" border="0" alt="CIMG6721.jpg" width="600" height="450" /></a></p>
<p>仪式完成之后就是歌舞表演了，所谓的歌舞表演其实是很简陋的现场音乐会。演唱的水平不提也吧，反正围观的老头老太太都只是来看热闹的，并不在意其水平如何。</p>
<p><a title="CIMG6722.jpg" rel="lightbox" href="http://www.sansky.net/files/2009/02/cimg6722.jpg"><img id="urn:zoundry:jid:CIMG6722.jpg" style="width: 600px; height: 450px;" title="CIMG6722.jpg" src="http://www.sansky.net/files/2009/02/cimg6722-tn.jpg" border="0" alt="CIMG6722.jpg" width="600" height="450" /></a></p>
<p>家里有人去世，本应该是一件让伤心的事情，但在葬礼前夜搞歌舞会、唱戏、放露天电影等却是必须的，办丧事的人家里往往会有人来通宵打麻将。来看热闹的人越多越好，主人越高兴。好像活动越多，花的钱越多，就表示着对老人越孝顺。其实很多混蛋儿女在老人生前坏事做尽，对老人不管不顾，老人死后却愿意很多钱在众人面前装孝顺。</p>
<p>第二天就是送老人的棺木去坟地，下葬，黄土堆坟，烧纸钱纸人等环节了。可惜我要回北京上班，没法看到了。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html" title="偷瓜贼！ (二月 19, 2009)">偷瓜贼！</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2009-01-29-unpredictable-life.html" title="人生叵测 (一月 29, 2009)">人生叵测</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html" title="生活总在忙乱中度过 (十二月 10, 2008)">生活总在忙乱中度过</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-26-jianfei.html" title="减肥贵在坚持 (十月 26, 2008)">减肥贵在坚持</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-12-the-fat-man-run.html" title="胖子，快跑 (十月 12, 2008)">胖子，快跑</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-16-chinese-olympic-allow-more-united.html" title="奥运让华人更团结 (四月 16, 2008)">奥运让华人更团结</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-01-29-wizard-flying-to-heaven.html" title="精灵飞向天国 (一月 29, 2008)">精灵飞向天国</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-20-my-wife-pregnant.html" title="老婆怀孕了 (十二月 20, 2007)">老婆怀孕了</a> (29)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-05-16-weddding-photo.html" title="结婚照 (五月 16, 2007)">结婚照</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>人生叵测</title>
		<link>http://www.sansky.net/article/2009-01-29-unpredictable-life.html</link>
		<comments>http://www.sansky.net/article/2009-01-29-unpredictable-life.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:50:28 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-01-29-%e4%ba%ba%e7%94%9f%e5%8f%b5%e6%b5%8b.html</guid>
		<description><![CDATA[对门的老头中午的时候还和家里人以及来拜年的人的聊天，吃饭，下午就送到医院，却很快就去世了。
老头是一个很开朗的人，饭量也不错，整天里和邻居们一起门口聊天。看他样子，绝对想象不到他会突然去世。
我们两家的... ]]></description>
			<content:encoded><![CDATA[<p>对门的老头中午的时候还和家里人以及来拜年的人的聊天，吃饭，下午就送到医院，却很快就去世了。</p>
<p>老头是一个很开朗的人，饭量也不错，整天里和邻居们一起门口聊天。看他样子，绝对想象不到他会突然去世。</p>
<p>我们两家的关系很好，家里的大门比较小，所以回老家时我的车一般都会放在他家里，每次看到他都会他聊几句。和其他的邻居相比，老头算是我比较熟悉的人了。唉，没想到他会突然去世，内心里真的很难受。</p>
<p>老头和大儿子生活在一起，可惜他的大儿子有点不孝，平日里对他不好。要不是老头心态好，也不会活到74岁。他的二儿子很多年前就已经不回家看他了，虽然当年老头费劲全力供二儿子上学，光是高考就参加8次，可惜大学毕业后一娶媳妇，就全面倒向了富有的老丈人家。老太太更是在几年前就因为常年思念二儿子伤心而死。唉，可怜天下父母心。</p>
<p>这次回家，听到好几个我原来很熟悉的老头老太太已经去世，或因病而长期卧床，心里很不好受。</p>
<p>虽然父母现在的身体状况还不错，但他们都是一天天地老了。都60多岁了，还坚持在地里劳作，几经劝说，也是死活不愿意来北京和我一起过。总怕给我添麻烦，增加负担。我能做的就是经常给他们打电话，每次都告诉他们一些工作上和生活上的好消息，让他们开心。每次听到好消息，他们都会兴奋很多天。看到他们苍老的样子，想着自己以前不听话而让他们失望，心里真的很愧疚。</p>
<p>树欲静而风不止，子欲养而亲不待。珍爱你的父母吧，别错过了时间而让自己后悔。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html" title="偷瓜贼！ (二月 19, 2009)">偷瓜贼！</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html" title="陕西葬礼仪式 (二月 4, 2009)">陕西葬礼仪式</a> (3)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html" title="生活总在忙乱中度过 (十二月 10, 2008)">生活总在忙乱中度过</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-26-jianfei.html" title="减肥贵在坚持 (十月 26, 2008)">减肥贵在坚持</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-12-the-fat-man-run.html" title="胖子，快跑 (十月 12, 2008)">胖子，快跑</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-16-chinese-olympic-allow-more-united.html" title="奥运让华人更团结 (四月 16, 2008)">奥运让华人更团结</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-01-29-wizard-flying-to-heaven.html" title="精灵飞向天国 (一月 29, 2008)">精灵飞向天国</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-20-my-wife-pregnant.html" title="老婆怀孕了 (十二月 20, 2007)">老婆怀孕了</a> (29)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-05-16-weddding-photo.html" title="结婚照 (五月 16, 2007)">结婚照</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-01-29-unpredictable-life.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009年，工作的压力大多了</title>
		<link>http://www.sansky.net/article/2009-01-22-in-2009-working-most-of-the-pressure.html</link>
		<comments>http://www.sansky.net/article/2009-01-22-in-2009-working-most-of-the-pressure.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:20:02 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[工作相关]]></category>
		<category><![CDATA[工作]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2009-01-22-2009%e5%b9%b4%ef%bc%8c%e5%b7%a5%e4%bd%9c%e7%9a%84%e5%8e%8b%e5%8a%9b%e5%a4%a7%e5%a4%9a%e4%ba%86.html</guid>
		<description><![CDATA[这个月，基本上都是在开管理会中度过的。
先是各部门内部年终总结，公司各职能部门总结，开公司开年会，分别与各销售团队进行2009年规划讨论，与销售团队、销售管理部和人事部讨论2009年人事计划，2009预算启动会，然后... ]]></description>
			<content:encoded><![CDATA[<p>这个月，基本上都是在开管理会中度过的。</p>
<p>先是各部门内部年终总结，公司各职能部门总结，开公司开年会，分别与各销售团队进行2009年规划讨论，与销售团队、销售管理部和人事部讨论2009年人事计划，2009预算启动会，然后是公司整体的销售团队总结和新财年规划会，分quota签任务。一个会接着一个会，头晕啊。</p>
<p>会开了不少，相比去年，感觉2009年工作压力也大了很多。售前工程师的考核和销售团队的业绩挂钩，需要为销售做更多的支持和服务工作，需要自己主动去跟踪项目进度，主动去联系客户，每周要有一定的客户拜访数量。需要预先做好行业分析，解决方案和产品推荐，需要做更多的客户引导和销售策略引导。总之，今年的工作内容需要靠前、靠前再靠前。唉，都要贴到客户的脸上了。</p>
<p>其实从本月初开始，部门的工作量和要求就已经有了很大的变化，还增加了每周/月工作能力评分制度，下个月还要增加销售对售前的考评。很多兄弟已经开始喊了，说压力太大了，工作量太多了。但这还不够，呵呵，还需要加大。</p>
<p>好的一点是部门人员计划快要批下来了，可以再增加几个人了，分工可以更细了，做的工作可以更细致和规范了。等最终的计划确定以后，我会在博客中公布计划招聘的售前工程师岗位和要求，想来UIT的可以留意一下。</p>
<p>压力大了，对2009年的公司任务更有信心了，也感觉自己能起的作用更大了。能在努力付出之后获得较大的成就感，这就是工作的幸福。在此，我也祝关心我的人在2009年工作幸福吧。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-15-and-chat-users.html" title="和网友的聊天记录 (四月 15, 2008)">和网友的聊天记录</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2009-01-22-in-2009-working-most-of-the-pressure.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>2008存储峰会感想</title>
		<link>http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html</link>
		<comments>http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 12:34:46 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[演讲]]></category>

		<guid isPermaLink="false">http://www.sansky.net/?p=2161</guid>
		<description><![CDATA[前几天参加了2008存储峰会，这是今年公司安排的最后一个存储展会。与其他的存储行业会议相比，个人感觉dostor组织的存储峰会越来越有影响力了。
说存储峰会有影响力主要是因为参与的厂商多，来的用户也多。其实国内存储... ]]></description>
			<content:encoded><![CDATA[<p>前几天参加了2008存储峰会，这是今年公司安排的最后一个存储展会。与其他的存储行业会议相比，个人感觉dostor组织的存储峰会越来越有影响力了。</p>
<p>说存储峰会有影响力主要是因为参与的厂商多，来的用户也多。其实国内存储市场的厂商也就不到20个几个，所谓的大厂商也就那么几个，大家关注的也就是那么几个。一旦某几个大的知名厂商不参加，会议影响力就一下子小了很多。大厂商来不来，一看与组织者的合作关系，二看其他参会者的层次，但最主要的还是参加会议的人员层次。如果参加会议的最终用户多了，参展才有可能起到品牌推广和产品推广的作用，厂商才会有参会的积极性。展会最怕的就是没有最终用户，整个展会上只见会虫到处飞，拿礼品拿资料，混一顿免费的午餐，然后出去卖废品挣钱。各厂商的工作人员相互到对方展台参观，点评一翻，或者发发牢骚。各厂商的市场人员互致问候（经常参加同样的展会，早已经熟悉了），讨论下次“相聚”的时间和地点，然后互赠礼品，在一片友好的气氛中结束会谈。</p>
<p>这几年各行业的展会参加了不少，总体感觉却是越来越不好。大家都知道办展会很挣钱，所以以各种名义举办的展会越来越多。举办厂商收了会费，却很少去管展会本身举办质量如何，更不用说预先评估参会厂商的资质和产品质量，只要给钱就行。展会上新产品少但相同的产品却越来越多，大家一窝蜂地推广相同或相类似的东西，大声吹嘘自家的东西是最好的，只有百家争鸣，却没有百花齐放。经常参加展会却看不到好东西，最终用户对展会的关注度越来越低，参加的人数自然也就越来越少。不仅存储展会是这样，我今年参加的广电，通信和安防等几个所谓大行业的展会也是如此。</p>
<p>与一堆矮子相比，存储峰会还稍微显高一点，但这种状况到底能持续多久，我们拭目以待吧。</p>
<p><a href="http://www.sansky.net/files/video-app.pdf" target="_blank">附件</a>是我在2008存储峰会上的演讲稿，题目是“云存储架构下的视频应用”。呵呵，没错，还是云存储，与<a href="http://www.sansky.net/article/2008-10-27-2008rongzailuntan.html" target="_blank">上次的内容</a>很相近。谁让今年的热门是云存储，公司的宣传中心也是云存储呢。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html" title="应用存储：简化系统结构 降低建设成本 (二月 5, 2009)">应用存储：简化系统结构 降低建设成本</a> (5)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html" title="云存储能用在什么样的业务系统中 (十一月 10, 2008)">云存储能用在什么样的业务系统中</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-06-obama-won-the-full-text-of-the-speech-and-video.html" title="奥巴马获胜演讲视频及全文 (十一月 6, 2008)">奥巴马获胜演讲视频及全文</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html" title="云计算和云存储的关系 (十一月 5, 2008)">云计算和云存储的关系</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-29-new-companyu002639s-conference-speech.html" title="公司新品发布会上的演讲 (十月 29, 2008)">公司新品发布会上的演讲</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-27-2008rongzailuntan.html" title="2008第三届中国容灾高峰论坛 (十月 27, 2008)">2008第三届中国容灾高峰论坛</a> (6)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" title="深度剖析云存储 (九月 17, 2008)">深度剖析云存储</a> (10)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-06-20-public-speech-when-tensions-how-to-do.html" title="当众演讲时紧张怎么办？ (六月 20, 2008)">当众演讲时紧张怎么办？</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-06-17-forum-to-participate-in-next-generation-data-center.html" title="参加新一代数据中心论坛 (六月 17, 2008)">参加新一代数据中心论坛</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-05-31-snw-also-can-not-participate-in-the-future.html" title="SNW以后不参加也可以 (五月 31, 2008)">SNW以后不参加也可以</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>生活总在忙乱中度过</title>
		<link>http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html</link>
		<comments>http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 03:09:12 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-12-10-%e7%94%9f%e6%b4%bb%e6%80%bb%e5%9c%a8%e5%bf%99%e4%b9%b1%e4%b8%ad%e5%ba%a6%e8%bf%87.html</guid>
		<description><![CDATA[生活总在忙乱中度过。
每天有很多很多乱七八糟的事情，每天要应付很多很多乱七八糟的人。有点时间做了有结果，有的一开始就知道不会有什么结果。但技术是一个服务部门，不提供&#8221;优质服务&#8221;就会被投诉的。
每天... ]]></description>
			<content:encoded><![CDATA[<p>生活总在忙乱中度过。</p>
<p>每天有很多很多乱七八糟的事情，每天要应付很多很多乱七八糟的人。有点时间做了有结果，有的一开始就知道不会有什么结果。但技术是一个服务部门，不提供&#8221;优质服务&#8221;就会被投诉的。</p>
<p>每天基本上没有大段的时间可供自己来使用，快下班时，一般会把当天的所有邮件从头到尾再看两遍，看看还有什么事情没有处理完，明天要准备什么样的东西。就这样，还有一些事情没有时间做或者被我忘掉了。</p>
<p>用过几个日程安排类的软件，感觉都不好用，有的无法只管的看到一周和一个月内的安排，有的无法看到未完成任务的列表。这段时间在使用google日历，感觉还可以，既可以做日程安排，有可以当成工作记录。可惜仍然无法设置未完成工作列表。</p>
<p>年底了，又该是一年总结和下一年展望的时候了，又会是好多天持续开会。也快要开年会了，估计年会的主持又是我，大量的前期准备要做，肯定是又忙又乱。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-19-thieves-steal-melon.html" title="偷瓜贼！ (二月 19, 2009)">偷瓜贼！</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-04-shaanxi-funeral-ceremony.html" title="陕西葬礼仪式 (二月 4, 2009)">陕西葬礼仪式</a> (3)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2009-01-29-unpredictable-life.html" title="人生叵测 (一月 29, 2009)">人生叵测</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-26-jianfei.html" title="减肥贵在坚持 (十月 26, 2008)">减肥贵在坚持</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-12-the-fat-man-run.html" title="胖子，快跑 (十月 12, 2008)">胖子，快跑</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-16-chinese-olympic-allow-more-united.html" title="奥运让华人更团结 (四月 16, 2008)">奥运让华人更团结</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-01-29-wizard-flying-to-heaven.html" title="精灵飞向天国 (一月 29, 2008)">精灵飞向天国</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-12-20-my-wife-pregnant.html" title="老婆怀孕了 (十二月 20, 2007)">老婆怀孕了</a> (29)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-05-16-weddding-photo.html" title="结婚照 (五月 16, 2007)">结婚照</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-12-10-in-the-hectic-life-of-the-total-spent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UIT新品发布会&#8211;上海站</title>
		<link>http://www.sansky.net/article/2008-11-20-uit-new-conference-shanghai.html</link>
		<comments>http://www.sansky.net/article/2008-11-20-uit-new-conference-shanghai.html#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:24:11 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[工作相关]]></category>
		<category><![CDATA[发布会]]></category>
		<category><![CDATA[创新科UIT]]></category>
		<category><![CDATA[出差]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-11-20-uit%e6%96%b0%e5%93%81%e5%8f%91%e5%b8%83%e4%bc%9a-%e4%b8%8a%e6%b5%b7%e7%ab%99.html</guid>
		<description><![CDATA[今天，&#8221;创新存储 简化应用&#8221;&#8211;UIT新产品发布在上海东锦江索菲特大酒店隆重举行，上海的重要客户、合作伙伴、主流媒体等约130多人参加了此次活动。上海站是本次新品会巡展的最后一站，它的成功举行标志着UIT2008... ]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">今天，&#8221;创新存储 简化应用&#8221;&#8211;UIT新产品发布在上海东锦江索菲特大酒店隆重举行，上海的重要客户、合作伙伴、主流媒体等约130多人参加了此次活动。上海站是本次新品会巡展的最后一站，它的成功举行标志着UIT2008新品发布会圆满落幕！标志着UIT已经成功在技术、产品、渠道、服务四大领域实现了战略布局，为实现高速成长提供了源源不断的发展动力。</p>
<p style="text-align: left;">现场图片：</p>
<p style="text-align: center;"><a rel="lightbox" href="http://www.sansky.net/files/2008/11/catch2911-20-22-41-59.jpg"><img id="urn:zoundry:jid:Catch29(11-20-22-41-59).jpg" src="http://www.sansky.net/files/2008/11/catch2911-20-22-41-59.jpg" border="0" alt="" width="553" height="369" /></a></p>
<p style="text-align: center;"><a rel="lightbox" href="http://www.sansky.net/files/2008/11/catch3011-20-22-41-59.jpg"><img id="urn:zoundry:jid:Catch30(11-20-22-41-59).jpg" src="http://www.sansky.net/files/2008/11/catch3011-20-22-41-59.jpg" border="0" alt="" width="553" height="369" /></a></p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-04-go-to-guangzhou-tomorrow.html" title="明天去广州 (十一月 4, 2008)">明天去广州</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-29-new-companyu002639s-conference-speech.html" title="公司新品发布会上的演讲 (十月 29, 2008)">公司新品发布会上的演讲</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-08-08-uit-the-latest-recruitment-jobs.html" title="UIT最新招聘职位 (八月 8, 2008)">UIT最新招聘职位</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-03-19-shanghai-trip.html" title="上海之行 (三月 19, 2008)">上海之行</a> (6)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-23-throat-becames-pained.html" title="嗓子有点痛了 (十一月 23, 2007)">嗓子有点痛了</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-09-09-duanyihe.html" title="段义和济南爆炸案的蝴蝶效应 (九月 9, 2007)">段义和济南爆炸案的蝴蝶效应</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-23-shanghai.html" title="苏杭的兄弟，你们受苦了 (八月 23, 2007)">苏杭的兄弟，你们受苦了</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-20-mission-to-shanghai.html" title="出差到上海 (八月 20, 2007)">出差到上海</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-11-20-uit-new-conference-shanghai.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>云存储能用在什么样的业务系统中</title>
		<link>http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html</link>
		<comments>http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 06:44:58 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[存储技术]]></category>
		<category><![CDATA[精华推荐]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[网络磁盘]]></category>
		<category><![CDATA[视频监控]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-11-10-%e4%ba%91%e5%ad%98%e5%82%a8%e8%83%bd%e7%94%a8%e5%9c%a8%e4%bb%80%e4%b9%88%e6%a0%b7%e7%9a%84%e4%b8%9a%e5%8a%a1%e7%b3%bb%e7%bb%9f%e4%b8%ad.html</guid>
		<description><![CDATA[我在这篇文章和这篇文章中详细介绍了云存储的技术特点和系统架构，那么云存储到底能用来干什么，通过云存储能用在什么样的业务系统中？ 从下图可知，云存储能提供什么样的服务取决于云存储架构的应用接口层中内嵌了... ]]></description>
			<content:encoded><![CDATA[<p>我在<a title="深度剖析云存储" href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" target="_blank">这篇文章</a>和<a title="云计算和云存储的关系" href="http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html" target="_blank">这篇文章</a>中详细介绍了云存储的技术特点和系统架构，那么云存储到底能用来干什么，通过云存储能用在什么样的业务系统中？ 从下图可知，云存储能提供什么样的服务取决于云存储架构的应用接口层中内嵌了什么类型的应用软件和服务。</p>
<p style="TEXT-ALIGN: center"><img title="云存储系统架构" src="http://www.sansky.net/files/2008/09/clip-image005.jpg" alt="云存储系统架构" width="463" height="354" /></p>
<p style="TEXT-ALIGN: center">图1</p>
<p style="TEXT-ALIGN: left">不同类型的云存储运营商对外提供的服务不同。 根据云存储提供的服务类型和面向的用户不同，云存储服务可以分为个人级应用和企业级应用。</p>
<p><strong style="mso-bidi-font-weight: normal">一、个人级云存储应用</strong></p>
<p><strong style="mso-bidi-font-weight: normal">1、</strong> <strong style="mso-bidi-font-weight: normal">网络磁盘</strong></p>
<p>相信很多人都使用过腾讯、MSN等很多大型网站所推出&#8221;网络磁盘&#8221;服务。网络磁盘是个在线存储服务，使用者可通过WEB访问方式来上传和下载文件，实现个人重要数据的存储和络化备份。高级的网络磁盘可以提供web页面和客户端软件等两种访问方式，本人在2002就用过Xdisk这个网络磁盘软件系统，它可以通过客户端软件在本地创建一个名盘符为X的虚拟磁盘，实现重要文件的存储和管理，使用的方式与使用本地磁盘相同。</p>
<p>网络磁盘的容量空间一般取决与服务商的服务策略，或取决于使用者想服务商支付的费用多少。</p>
<p><strong style="mso-bidi-font-weight: normal">2、</strong> <strong style="mso-bidi-font-weight: normal">在线文档编辑</strong></p>
<p>经过近几年的快速发展，Google所能提供的服务早已经从当初单一的搜索引擎，扩展到了Google Calendar、Google Docs、Google Scholar、Google Picasa等多种在线应用服务。Google一般都把这些在线的应用服务称之为云计算。</p>
<p>相比较传统的文档编辑软件，Google Docs的出现将会使我们的使用方式和使用习惯发生巨大转变，今后我们将不再需要在个人PC上安装office等软件，只需要打开Google Docs网页，通过Google Docs就可以进行文档编辑和修改（使用云计算系统），并将编辑完成的文档保存在Google Docs服务所提供的个人存储空间中（使用云存储系统）。无论我们走到哪儿，都可以再次登录Google Docs，打开保存在云存储系统中的文档。通过云存储系统的权限管理功能，还有能轻松实现文档的共享、传送、以及版权管理。</p>
<p><strong style="mso-bidi-font-weight: normal">3、</strong> <strong style="mso-bidi-font-weight: normal">在线的网络游戏。</strong></p>
<p>近年来，网络游戏越来越收到年轻人的喜爱，传奇、魔兽、武林三国等各种不同主题和风格的游戏层出不穷，网络游戏公司也使出浑身解数来吸引玩家。但很多玩家都会发现一个很重要的问题：那就是由于带宽和单台服务器的性能限制，要满足成千上万个玩家上线，网络游戏公司就需要在全国不同地区建设很多个游戏服务器，而这些游戏服务器上上玩家相互之间是完全隔离的，不同服务器上的玩家根本不可能在游戏中见面，更不用说一起组队来完成游戏任务。</p>
<p>以后，我们可以通过云计算和云存储系统来构建一个庞大的、超能的游戏服务器群，这个服务器群系统对于游戏玩家来讲，就如同是一台服务器，所有玩家在一起进行竞争。云计算和云存储的应用，可以代替现有的多服务器架构，使所有玩家都能集中在一个游戏服务器组的管理之下。所有玩家聚集在一起，这将会使游戏变得更加精彩，竞争变得更加激烈。同事，云计算和云存储系统的使用，可在最大限度上提升游戏服务器的性能，实现更多的功能；各玩家除了不再需要下载、安装大容量的游戏程序外，更免除了需要定期进行游戏升级等问题。</p>
<p><strong style="mso-bidi-font-weight: normal">二、企业级云存储应用</strong></p>
<p>除了个人级云存储应用外，企业级云存储应用也即将会面世，而且以后可能会成为云存储应用的主力军。从目前不同行业的存储应用现状来看，以下几类系统将有可能很快进入云存储时代。</p>
<p><strong style="mso-bidi-font-weight: normal">1、</strong> <strong style="mso-bidi-font-weight: normal">企业空间租赁服务</strong></p>
<p>信息化的不断发展使得各企业、单位的信息数据量呈几何曲线性增长。数据量的增长不仅仅意味着更多的硬件设备投入，还意味着更多的机房环境设备投入，以及运行维护成本和人力成本的增加。即使是现在仍然有很多单位、特别是中小企业没有资金购买独立的、私有的存储设备，更没有存储技术工程师可以有效地完成存储设备的管理和维护。</p>
<p>通过高性能、大容量云存储系统，数据业务运营商和IDC数据中心可以为无法单独购买大容量存储设备的企事业单位提供方便快捷的空间租赁服务，满足企事业单位不断增加的业务数据存储和管理服务，同时，大量专业技术人员的日常管理和维护可以保障云存储系统运行安全，确保数据不会丢失。</p>
<p><strong style="mso-bidi-font-weight: normal">2、</strong> <strong style="mso-bidi-font-weight: normal">企业级远程数据备份和容灾</strong></p>
<p>随着企业数据量的不断增加，数据的安全性要求也在不断增加。企业中的数据不仅要有足够的容量空间去存储，还需要实现数据的安全备份和远程容灾。不仅要保证本地数据的安全性，还要保证当本地发生重大的灾难时，可通过远程备份或远程容灾系统进行快速恢复。</p>
<p>通过高性能、大容量云存储系统和远程数据备份软件，数据业务运营商和IDC数据中心可以为所有需要远程数据备份和容灾的企事业单位提供空间租赁和备份业务租赁服务，普通的企事业单位、中小企业可租用IDC数据中心提供的空间服务和远程数据备份服务功能，可以建立自己的远程备份和容灾系统。</p>
<p><a title="云存储系统结构下的备份系统" rel="lightbox" href="http://www.sansky.net/files/2008/11/image001.jpg"><img id="urn:zoundry:jid:122629946962_clip_image001.jpg" style="display: inline; width: 500px; height: 404px; border: 0px;" src="http://www.sansky.net/files/2008/11/image001.jpg" border="0" alt="云存储系统结构下的备份系统" width="500" height="404" /></a></p>
<p style="TEXT-ALIGN: center">图2</p>
<p> </p>
<p><strong style="mso-bidi-font-weight: normal">3、</strong> <strong style="mso-bidi-font-weight: normal">视频监控系统</strong></p>
<p>近两年来，电信和网通在全国各地建设了很多不同规模的&#8221;全球眼&#8221;、&#8221;宽视界&#8221;网络视频监控系统。&#8221;全球眼&#8221;或&#8221;宽视界&#8221;系统的终极目标是建设一个类似话音网络和数据服务网络一样的，遍布全国的视频监控系统，为所有用户提供远程（城区内的或异地的）的实时视频监控和视频回放功能，并通过服务来收取费用。但由于目前城市内部和城市之间网络条件限制，视频监控系统存储设备规模的限制，&#8221;全球眼&#8221;或&#8221;宽视界&#8221;一般都能在一个城市内部，甚至一个城市的某一个区县内部来建设。</p>
<p>假设我们有一个遍布全国的云存储系统，并在这个云存储系统中内嵌视频监控平台管理软件，建设&#8221;全球眼&#8221;或&#8221;宽视界&#8221;系统将会变成一件非常简单的事情。系统的建设者只需要考虑摄像头和编码器等前端设备，为每一个编码器、IP摄像头分配一个带宽足够的接入网链路，通过接入网与云存储系统连接，实时的视频图像就可以很方便地保存到云存储中，并通过视频监控平台管理软件实现图像的管理和调用。用户不仅可以通过电视墙或PC来监看图像信号，还可以通过手机来远程观看实时图像。</p>
<p style="TEXT-ALIGN: center"><a title="云存储系统结构下的视频监控" rel="lightbox" href="http://www.sansky.net/files/2008/11/122629946963-clip-image003.jpg"><img id="urn:zoundry:jid:122629946963_clip_image003.jpg" style="display: inline; width: 500px; height: 373px;" src="http://www.sansky.net/files/2008/11/122629946963-clip-image003.jpg" border="0" alt="云存储系统结构下的视频监控" width="500" height="373" /></a></p>
<p style="TEXT-ALIGN: center">图3</p>
<p>以上的应用方式都只是我们目前能看到的，实际上，云存储可以应用的业务系统很多，有时间时，我会逐渐给大家一一说明。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html" title="应用存储：简化系统结构 降低建设成本 (二月 5, 2009)">应用存储：简化系统结构 降低建设成本</a> (5)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html" title="2008存储峰会感想 (十二月 14, 2008)">2008存储峰会感想</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html" title="云计算和云存储的关系 (十一月 5, 2008)">云计算和云存储的关系</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" title="深度剖析云存储 (九月 17, 2008)">深度剖析云存储</a> (10)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-05-03-net-remove-duplication-of-data-backup-system.html" title="网格式 重复数据删除备份系统 (五月 3, 2008)">网格式 重复数据删除备份系统</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-09-05-video-surveillance.html" title="视频监控存储系统设计-在线答疑问题总汇 (九月 5, 2007)">视频监控存储系统设计-在线答疑问题总汇</a> (8)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-09-01-uit-bm3800b.html" title="UIT BM3800B FC-SATA光纤存储产品介绍 (九月 1, 2007)">UIT BM3800B FC-SATA光纤存储产品介绍</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-31-video-surveillance-system.html" title="IT168存储论坛在线答疑 (八月 31, 2007)">IT168存储论坛在线答疑</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-29-media-video-surveillance-system-storage-characteristics-and-development-trends.html" title="媒体发表：视频监控系统的存储特点与发展趋势 (八月 29, 2007)">媒体发表：视频监控系统的存储特点与发展趋势</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-06-question-city-video-surveillance-storage-selection.html" title="提问：城市视频监控的存储选型 (八月 6, 2007)">提问：城市视频监控的存储选型</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>国货如此畸形，改革30年无国际品牌[转]</title>
		<link>http://www.sansky.net/article/2008-11-07-products-such-deformities-for-30-years-without-reform-of-the-international-brands-to.html</link>
		<comments>http://www.sansky.net/article/2008-11-07-products-such-deformities-for-30-years-without-reform-of-the-international-brands-to.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:59:18 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[品牌]]></category>
		<category><![CDATA[国货]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-11-07-%e5%9b%bd%e8%b4%a7%e5%a6%82%e6%ad%a4%e7%95%b8%e5%bd%a2%ef%bc%8c%e6%94%b9%e9%9d%a930%e5%b9%b4%e6%97%a0%e5%9b%bd%e9%99%85%e5%93%81%e7%89%8c%e8%bd%ac.html</guid>
		<description><![CDATA[在我们这个特别能忘却，特别能原谅，特别能感恩的社会，特别有必要倡导一种向后看新闻的方法。三鹿事件之后，我向后看了这些年国货的发展历程，突然发现国货消费者确实很傻很天真，这些年来，三鹿其实并不孤单，奶... ]]></description>
			<content:encoded><![CDATA[<p>在我们这个特别能忘却，特别能原谅，特别能感恩的社会，特别有必要倡导一种向后看新闻的方法。三鹿事件之后，我向后看了这些年国货的发展历程，突然发现国货消费者确实很傻很天真，这些年来，三鹿其实并不孤单，奶业只是自主品牌毁掉的众多行业之一。国货，或许从未真正崛起过。留心一下，我们生活中质量过硬的产品一般不外乎三类：洋品牌、计划经济时代的产品、自主品牌中某些采用了洋芯的产品（比如装载松下压缩机的格力空调）。30年来，有哪个自主品牌获得过持久的质量美誉？</p>
<p>　　自主品牌中很流行保健品行业的操作手法，那就是炒概念，重营销，快捞快走。不管质量如何，借助某个领域市场需求的爆炸式增长，先刮头脑风暴，把概念和名声炒起来，一副大国崛起的架势。加上万明坚式的疯狂营销，这股龙卷风就起来了，龙卷风来时，猪都在天上飞，可猪毕竟没长翅膀，龙卷风也不可能老刮，跌下来可比飞起来更迅速。可惜我们的消费者总是很健忘，直至那三只鹿也从天上掉下，砸到千家万户的心头肉，真正的反思才开始。</p>
<p>　　三株、秦池、波导、春兰这些当年如雷贯耳的名字，哪个当年不是一副哥白尼式的革命架势，要超英赶美，叫板国际巨头，可后来呢？质量是最硬的因素，没有这个东西，样子做得再花哨，营销做得再疯狂，销得越多，垮得就越快。</p>
<p>　　空口无凭，证据说话。我们来回顾几个领域自主品牌烧荒式的发展故事。</p>
<p>　　先说手机，自主品牌从1998年起步，赶上了手机需求的龙卷风，经过5年的爆发式增长，到2003年市场份额已达60%。但花哨的外表无法掩盖糟糕的质量，&#8221;盛世&#8221;在2004年形势急转而下，2005年，波导、夏新、中科健等全面亏损。</p>
<p>　　此时的自主品牌手机吹破天都难以再取得消费者的信任，2006年初南方日报做了一项调查：在 &#8220;最放心手机品牌&#8221;统计中，以摩托罗拉、诺基亚为代表的11家洋品牌共获得了85％的选票，而在&#8221;最不放心品牌&#8221;的投票统计中，国货获得高达72％的选票。出来混，总是要还的。2007年国货手机的市场份额已降到31%。如今，它们只能与山寨机一起混迹于电视购物了。</p>
<p>　　再说说汽车。这几年自主品牌汽车销量飞速增长，到2007年已达124万辆，占轿车总量的26%。奇瑞QQ、旗云、比亚迪F3等车型已跻身月销&#8221;万辆俱乐部&#8221;。在这样的势头之下，赶超丰田的喧嚣自然少不了，然而喧嚣与鼓噪并不能改变一个事实&#8211;至今还没有一个自主品牌的车型获得很高的质量美誉度。</p>
<p>　　据315投诉网在2007年一季度有关汽车投诉的统计，尽管奇瑞的市场占有率不足一成，但在消费者投诉上却高居榜首，而且近一半投诉涉及发动机。坊间也有了&#8221;奇瑞奇瑞，买车不贵，修车排队&#8221;的顺口溜。我也曾问过广州很多开华晨尊驰的的士师傅，他们都说该车毛病多多，配件质量很差。</p>
<p>　　更可怕的是，自主品牌汽车的安全性大多十分糟糕。据今年最新公布的C-NCAP的碰撞测试结果，所有52款轿车中，得分前20位的没有一个是自主品牌，而最后10名中，自主品牌占据了9席，并包揽最后8名。</p>
<p>　　这样一种质量状况，增长自然难以持久。去年下半年，自主品牌已开始显露疲态，10月份，奇瑞销量环比下降约20%，新车A1也从上个月的2434辆降到1000辆；吉利今年前7个月累计销售95623辆，同比下跌4.7%；华普从18282辆狂跌到10000辆。此外，夏利、昌河、哈飞也出现了不同程度的下滑。</p>
<p>　　尽管今年上半年全国的乘用车销量增长了17%，但自主品牌却在下滑。今年7月，奇瑞国内外销量约2.28万辆，环比下滑39.88％。2008年1月至7月，华晨骏捷共销售约3.6万辆，同比下降25.32％。另外，出口市场也不容乐观，2008年一季度在俄罗斯，奇瑞、解放商用卡车、哈飞销量同比分别下降19%、24%和16%。</p>
<p>　　家电算是我们目前最有竞争力的国货之一，然而，当我在境外生活多年之后才发现，其实我们的家电并未崛起，在香港，以空调为例，极少有人用国货，香港人并不信赖其品质。这也难怪，我随便去315投诉网一查近两个月的投诉，在问题较大的多次维修一栏，32项投诉国货空调占了31席,而且都是我们熟知的&#8221;名牌&#8221;。</p>
<p>　　制造业是这样，服务业也差不多。2007年，我国快递行业收入增长了27%。在这样的大好形势下，民营快递巨头宅急送国庆节却忙着大裁员，因为曾经年收入8亿如今已变亏损。亏损的原因，你只要上网搜索一下宅急送那漫山遍野的投诉就会明白一二。看看这个数据：2007年民营快递的投诉量占 95.7％，EMS占4.2％，国际四大巨头占<a href="http://www.sansky.net/article/tag/2008" class="st_tag internal_tag" rel="tag nofollow" title="标签 0 下的日志">0</a>.02％。你还敢用民营快递吗？</p>
<p>　　常有人呼吁，支持国货，给自主品牌一个成长的机会。可是我们看到，消费者曾经给了很多的信任和机会，是他们没有给消费者，没有给襁褓中的婴儿机会。有人说，日本韩国的品牌能有今天，也是从弱小一步步发展起来的。对此我要说，一个健康的幼儿可以长成强壮的大人，可一个畸形儿只会越长越畸形！日韩初期的产品确实存在着技术和设计上的幼稚之处，但是人家不会有意生产不负责任的产品。相反，国货的问题仅仅是技术不成熟吗？为什么我们给洋品牌做代工质量很好，自己做品牌就是不行呢？偷工减料、以次充好，这是技术问题吗？太空行走这么危险的事情都很安全，喝奶这么安全的事却很危险，这是因为我们刚刚起步吗？笔者的一辆捷安特自行车，刚买一年，电镀部分锈得面目全非，今天的产品还远不如30年前老国企的上海货，丰田、三星是这样崛起的吗？</p>
<p>　　日韩用了20年，诞生了一批享誉国际的品牌，我们30年却一个都没有。归根到底，是因为我们缺乏一个健康的机制，缺乏一个公正的、有监督的、法治的宏观环境。一个劣胜优汰的机制是不可能让我们的民族企业崛起的。如果不先治疗好畸形儿，成长和崛起就只能是畸形的。</p>
<p>转载地址：<a href="http://club.china.alibaba.com/forum/thread/view/51_25802045_.html">http://club.china.alibaba.com/forum/thread/view/51_25802045_.html</a></p>

	<ul class="st-related-posts">
	<li>123</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-11-07-products-such-deformities-for-30-years-without-reform-of-the-international-brands-to.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>奥巴马获胜演讲视频及全文</title>
		<link>http://www.sansky.net/article/2008-11-06-obama-won-the-full-text-of-the-speech-and-video.html</link>
		<comments>http://www.sansky.net/article/2008-11-06-obama-won-the-full-text-of-the-speech-and-video.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:07:19 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[快乐生活]]></category>
		<category><![CDATA[奥巴马]]></category>
		<category><![CDATA[演讲]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-11-06-%e5%a5%a5%e5%b7%b4%e9%a9%ac%e8%8e%b7%e8%83%9c%e6%bc%94%e8%ae%b2%e8%a7%86%e9%a2%91%e5%8f%8a%e5%85%a8%e6%96%87.html</guid>
		<description><![CDATA[昨天晚上在BBC上看到了奥巴马获胜演讲的转播，因电视台重播的原因，先后看了3遍。
且不管他讲的内容如何，我是首先被他的风格所吸引，在整个演讲过程中，他表现得极其自信，语速不快，说话抑扬顿挫，却能给人强大的信... ]]></description>
			<content:encoded><![CDATA[<p>昨天晚上在BBC上看到了奥巴马获胜演讲的转播，因电视台重播的原因，先后看了3遍。</p>
<p>且不管他讲的内容如何，我是首先被他的风格所吸引，在整个演讲过程中，他表现得极其自信，语速不快，说话抑扬顿挫，却能给人强大的信心，让人相信他以后可以成为一个好的总统。</p>
<p>通过一大段的排比句，他用一个106岁老人在这100年内见证的事件来想大家说明“America can chanage&#8221;，相信很多年后大家都记得那句“yes, we can”。</p>
<p>什么时候我的演讲也能到这样的水平。努力，努力，再努力啊。</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Jll5baCAaQU&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Jll5baCAaQU&amp;hl=en&amp;fs=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>演讲全文如下：</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p><span style="FONT-SIZE: 1em">If there is anyone out there who still doubts that America is a place where all things are possible; who still wonders if the dream of our founders is alive in our time; who still questions the power of our democracy, tonight is your answer.</span></p>
<p>It&#8217;s the answer told by lines that stretched around schools and churches in numbers this nation has never seen; by people who waited three hours and four hours, many for the very first time in their lives, because they believed that <span style="text-decoration: underline;">this</span> time must be different; that their voice could <span style="text-decoration: underline;">be</span> that difference.</p>
<p>It&#8217;s the answer spoken by young and old, rich and poor, Democrat and Republican, black, white, Latino, Asian, Native American, gay, straight, disabled and not disabled &#8211; Americans who sent a message to the world that we have never been a collection of Red States and Blue States: we are, and always will be, the <span style="text-decoration: underline;">United</span> States of America.</p>
<p>It&#8217;s the answer that led those who have been told for so long by so many to be cynical, and fearful, and doubtful of what we can achieve to put their hands on the arc of history and bend it once more toward the hope of a better day.</p>
<p>It&#8217;s been a long time coming, but tonight, because of what we did on this day, in this election, at this defining moment, change has come to America.</p>
<p>I just received a very gracious call from Senator McCain. He fought long and hard in this campaign, and he&#8217;s fought even longer and harder for the country he loves. He has endured sacrifices for America that most of us cannot begin to imagine, and we are better off for the service rendered by this brave and selfless leader. I congratulate him and Governor Palin for all they have achieved, and I look forward to working with them to renew this nation&#8217;s promise in the months ahead.</p>
<p>I want to thank my partner in this journey, a man who campaigned from his heart and spoke for the men and women he grew up with on the streets of Scranton and rode with on that train home to Delaware, the Vice President-elect of the United States, Joe Biden.</p>
<p>I would not be standing here tonight without the unyielding support of my best friend for the last sixteen years, the rock of our family and the love of my life, our nation&#8217;s next First Lady, Michelle Obama. Sasha and Malia, I love you both so much, and you have earned the new puppy that&#8217;s coming with us to the White House. And while she&#8217;s no longer with us, I know my grandmother is watching, along with the family that made me who I am. I miss them tonight, and know that my debt to them is beyond measure.</p>
<p>To my campaign manager David Plouffe, my chief strategist David Axelrod, and the best campaign team ever assembled in the history of politics &#8211; you made this happen, and I am forever grateful for what you&#8217;ve sacrificed to get it done.</p>
<p>But above all, I will never forget who this victory truly belongs to &#8211; it belongs to you.</p>
<p>I was never the likeliest candidate for this office. We didn&#8217;t start with much money or many endorsements. Our campaign was not hatched in the halls of Washington &#8211; it began in the backyards of Des Moines and the living rooms of Concord and the front porches of Charleston.</p>
<p>It was built by working men and women who dug into what little savings they had to give five dollars and ten dollars and twenty dollars to this cause. It grew strength from the young people who rejected the myth of their generation&#8217;s apathy; who left their homes and their families for jobs that offered little pay and less sleep; from the not-so-young people who braved the bitter cold and scorching heat to knock on the doors of perfect strangers; from the millions of Americans who volunteered, and organized, and proved that more than two centuries later, a government of the people, by the people and for the people has not perished from this Earth. This is your victory.</p>
<p>I know you didn&#8217;t do this just to win an election and I know you didn&#8217;t do it for me. You did it because you understand the enormity of the task that lies ahead. For even as we celebrate tonight, we know the challenges that tomorrow will bring are the greatest of our lifetime &#8211; two wars, a planet in peril, the worst financial crisis in a century. Even as we stand here tonight, we know there are brave Americans waking up in the deserts of Iraq and the mountains of Afghanistan to risk their lives for us. There are mothers and fathers who will lie awake after their children fall asleep and wonder how they&#8217;ll make the mortgage, or pay their doctor&#8217;s bills, or save enough for college. There is new energy to harness and new jobs to be created; new schools to build and threats to meet and alliances to repair.</p>
<p>The road ahead will be long. Our climb will be steep. We may not get there in one year or even one term, but America &#8211; I have never been more hopeful than I am tonight that we will get there. I promise you &#8211; we as a people will get there.</p>
<p>There will be setbacks and false starts. There are many who won&#8217;t agree with every decision or policy I make as President, and we know that government can&#8217;t solve every problem. But I will always be honest with you about the challenges we face. I will listen to you, especially when we disagree. And above all, I will ask you join in the work of remaking this nation the only way it&#8217;s been done in America for two-hundred and twenty-one years &#8211; block by block, brick by brick, calloused hand by calloused hand.</p>
<p>What began twenty-one months ago in the depths of winter must not end on this autumn night. This victory alone is not the change we seek &#8211; it is only the chance for us to make that change. And that cannot happen if we go back to the way things were. It cannot happen without you.</p>
<p>So let us summon a new spirit of patriotism; of service and responsibility where each of us resolves to pitch in and work harder and look after not only ourselves, but each other. Let us remember that if this financial crisis taught us anything, it&#8217;s that we cannot have a thriving Wall Street while Main Street suffers &#8211; in this country, we rise or fall as one nation; as one people.</p>
<p>Let us resist the temptation to fall back on the same partisanship and pettiness and immaturity that has poisoned our politics for so long. Let us remember that it was a man from this state who first carried the banner of the Republican Party to the White House &#8211; a party founded on the values of self-reliance, individual liberty, and national unity. Those are values we all share, and while the Democratic Party has won a great victory tonight, we do so with a measure of humility and determination to heal the divides that have held back our progress. As Lincoln said to a nation far more divided than ours, &#8220;We are not enemies, but friends…though passion may have strained it must not break our bonds of affection.&#8221; And to those Americans whose support I have yet to earn &#8211; I may not have won your vote, but I hear your voices, I need your help, and I will be your President too.</p>
<p>And to all those watching tonight from beyond our shores, from parliaments and palaces to those who are huddled around radios in the forgotten corners of our world &#8211; our stories are singular, but our destiny is shared, and a new dawn of American leadership is at hand. To those who would tear this world down &#8211; we will defeat you. To those who seek peace and security &#8211; we support you. And to all those who have wondered if America&#8217;s beacon still burns as bright &#8211; tonight we proved once more that the true strength of our nation comes not from our the might of our arms or the scale of our wealth, but from the enduring power of our ideals: democracy, liberty, opportunity, and unyielding hope.</p>
<p>For that is the true genius of America &#8211; that America can change. Our union can be perfected. And what we have already achieved gives us hope for what we can and must achieve tomorrow.</p>
<p>This election had many firsts and many stories that will be told for generations. But one that&#8217;s on my mind tonight is about a woman who cast her ballot in Atlanta. She&#8217;s a lot like the millions of others who stood in line to make their voice heard in this election except for one thing &#8211; Ann Nixon Cooper is 106 years old.</p>
<p>She was born just a generation past slavery; a time when there were no cars on the road or planes in the sky; when someone like her couldn&#8217;t vote for two reasons &#8211; because she was a woman and because of the color of her skin.</p>
<p>And tonight, I think about all that she&#8217;s seen throughout her century in America &#8211; the heartache and the hope; the struggle and the progress; the times we were told that we can&#8217;t, and the people who pressed on with that American creed: Yes we can.</p>
<p>At a time when women&#8217;s voices were silenced and their hopes dismissed, she lived to see them stand up and speak out and reach for the ballot. Yes we can.</p>
<p>When there was despair in the dust bowl and depression across the land, she saw a nation conquer fear itself with a New Deal, new jobs and a new sense of common purpose. Yes we can.</p>
<p>When the bombs fell on our harbor and tyranny threatened the world, she was there to witness a generation rise to greatness and a democracy was saved. Yes we can.</p>
<p>She was there for the buses in Montgomery, the hoses in Birmingham, a bridge in Selma, and a preacher from Atlanta who told a people that &#8220;We Shall Overcome.&#8221; Yes we can.</p>
<p>A man touched down on the moon, a wall came down in Berlin, a world was connected by our own science and imagination. And this year, in this election, she touched her finger to a screen, and cast her vote, because after 106 years in America, through the best of times and the darkest of hours, she knows how America can change. Yes we can.</p>
<p>America, we have come so far. We have seen so much. But there is so much more to do. So tonight, let us ask ourselves &#8211; if our children should live to see the next century; if my daughters should be so lucky to live as long as Ann Nixon Cooper, what change will they see? What progress will we have made?</p>
<p>This is our chance to answer that call. This is our moment. This is our time &#8211; to put our people back to work and open doors of opportunity for our kids; to restore prosperity and promote the cause of peace; to reclaim the American Dream and reaffirm that fundamental truth &#8211; that out of many, we are one; that while we breathe, we hope, and where we are met with cynicism, and doubt, and those who tell us that we can&#8217;t, we will respond with that timeless creed that sums up the spirit of a people:</p>
<p>Yes We Can. Thank you, God bless you, and may God Bless the United States of America.</p></blockquote>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html" title="2008存储峰会感想 (十二月 14, 2008)">2008存储峰会感想</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-29-new-companyu002639s-conference-speech.html" title="公司新品发布会上的演讲 (十月 29, 2008)">公司新品发布会上的演讲</a> (1)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-10-27-2008rongzailuntan.html" title="2008第三届中国容灾高峰论坛 (十月 27, 2008)">2008第三届中国容灾高峰论坛</a> (6)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-06-20-public-speech-when-tensions-how-to-do.html" title="当众演讲时紧张怎么办？ (六月 20, 2008)">当众演讲时紧张怎么办？</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-06-17-forum-to-participate-in-next-generation-data-center.html" title="参加新一代数据中心论坛 (六月 17, 2008)">参加新一代数据中心论坛</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-05-31-snw-also-can-not-participate-in-the-future.html" title="SNW以后不参加也可以 (五月 31, 2008)">SNW以后不参加也可以</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-04-24-company-management-at-the-passionate-speech.html" title="公司管理会上的激情演讲 (四月 24, 2008)">公司管理会上的激情演讲</a> (3)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-23-throat-becames-pained.html" title="嗓子有点痛了 (十一月 23, 2007)">嗓子有点痛了</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-11-01-nanning-speech-chinas-electronic-information-services-will-promote-capacity.html" title="南宁演讲-中国电子信息化服务能力推介会 (十一月 1, 2007)">南宁演讲-中国电子信息化服务能力推介会</a> (2)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2007-08-20-mission-to-shanghai.html" title="出差到上海 (八月 20, 2007)">出差到上海</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-11-06-obama-won-the-full-text-of-the-speech-and-video.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>云计算和云存储的关系</title>
		<link>http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html</link>
		<comments>http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:03:44 +0000</pubDate>
		<dc:creator>sansky</dc:creator>
				<category><![CDATA[存储技术]]></category>
		<category><![CDATA[精华推荐]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[云计算]]></category>

		<guid isPermaLink="false">http://www.sansky.net/article/2008-11-05-%e4%ba%91%e8%ae%a1%e7%ae%97%e5%92%8c%e4%ba%91%e5%ad%98%e5%82%a8%e7%9a%84%e5%85%b3%e7%b3%bb%e5%92%8c%e5%8c%ba%e5%88%ab.html</guid>
		<description><![CDATA[在&#8220;深度剖析云存储&#8221;这篇文章中，我详细介绍了云存储系统的架构及其技术特点，也提到了云计算。那么云存储和云计算之间到底有什么样的关系，两者之间有什么区别呢。
云计算是分布式处理(Distributed Computing)、并行... ]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" target="_blank">&#8220;深度剖析云存储&#8221;</a>这篇文章中，我详细介绍了云存储系统的架构及其技术特点，也提到了云计算。那么云存储和云计算之间到底有什么样的关系，两者之间有什么区别呢。</p>
<p>云计算是分布式处理(Distributed Computing)、并行处理(Parallel Computing)和网格计算(Grid Computing)的发展，是透过网络将庞大的计算处理程序自动分拆成无数个较小的子程序，再交由多台服务器所组成的庞大系统经计算分析之后将处理结果回传给用户。通过云计算技术，网络服务提供者可以在数秒之内，处理数以千万计甚至亿计的信息，达到和&#8221;超级计算机&#8221;同样强大的网络服务。如下图：</p>
<p style="TEXT-ALIGN: center"><a title="片段" rel="lightbox" href="http://www.sansky.net/files/2008/11/122581812482-clip-image001.jpg"><img id="urn:zoundry:jid:122581812482_clip_image001.jpg" src="http://www.sansky.net/files/2008/11/122581812482-clip-image001.jpg" border="0" alt="片段" width="545" height="177" /></a></p>
<p>云计算系统的建设目标是将运行在PC上、或单个服务器上的独立的、个人化的运算迁移到一个数量庞大服务器&#8221;云&#8221;中，由这个云系统来负责处理用户的请求，并输出结果，它是一个以数据运算和处理为核心的系统。</p>
<p>云存储是在云计算(cloud computing)概念上延伸和发展出来的一个新的概念，是指通过集群应用、网格技术或分布式文件系统等功能，将网络中大量各种不同类型的存储设备通过应用软件集合起来协同工作，共同对外提供数据存储和业务访问功能的一个系统。 当云计算系统运算和处理的核心是大量数据的存储和管理时，云计算系统中就需要配置大量的存储设备，那么云计算系统就转变成为一个云存储系统，所以云存储是一个以数据存储和管理为核心的云计算系统。</p>
<p>与云计算系统相比，云存储可以认为是配置了大容量存储空间的一个云计算系统。下图是云计算和云存储的架构模型对比：</p>
<p><a title="云存储云计算模型对比" rel="lightbox" href="http://www.sansky.net/files/2008/11/122581812483-clip-image003.jpg"><img id="urn:zoundry:jid:122581812483_clip_image003.jpg" src="http://www.sansky.net/files/2008/11/122581812483-clip-image003.jpg" border="0" alt="云存储云计算模型对比" width="605" height="305" /></a></p>
<p>从架构模型来看，云存储系统系统比云计算系统多了一个存储层，同时，在基础管理也多了很多与数据管理和数据安全有关的功能，在两者在访问层和应用接口层则是完全相同的。</p>

	<ul class="st-related-posts">
	<li><a target="_blank" href="http://www.sansky.net/article/2009-02-05-application-storage-to-simplify-the-system-structure-to-reduce-construction-costs.html" title="应用存储：简化系统结构 降低建设成本 (二月 5, 2009)">应用存储：简化系统结构 降低建设成本</a> (5)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-12-14-2008-summit-storage-feelings.html" title="2008存储峰会感想 (十二月 14, 2008)">2008存储峰会感想</a> (4)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-11-10-cloud-can-be-stored-in-what-kind-of-business-system.html" title="云存储能用在什么样的业务系统中 (十一月 10, 2008)">云存储能用在什么样的业务系统中</a> (0)</li>
	<li><a target="_blank" href="http://www.sansky.net/article/2008-09-17-depth-analysis-of-storage.html" title="深度剖析云存储 (九月 17, 2008)">深度剖析云存储</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.sansky.net/article/2008-11-05-cloud-computing-and-storage-cloud-the-relationship-and-distinction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
