<?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>Tim Phillips blog</title>
	<atom:link href="http://timphillipsblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://timphillipsblog.com</link>
	<description>private blog about shared storage and virtualization</description>
	<lastBuildDate>Fri, 27 Nov 2009 14:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Difference between OS and hypervizor level clusterization</title>
		<link>http://timphillipsblog.com/2009/11/difference-between-os-and-hypervizor-level-clusterization/</link>
		<comments>http://timphillipsblog.com/2009/11/difference-between-os-and-hypervizor-level-clusterization/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 14:31:28 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=175</guid>
		<description><![CDATA[Hi there! Today I would like to talk about differences between VmWare`s hypervizor and OS level clusterization. So, let`s begin:
]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/11/difference-between-os-and-hypervizor-level-clusterization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove FT from a host without vCenter</title>
		<link>http://timphillipsblog.com/2009/10/how-to-remove-ft-from-a-host-without-vcenter/</link>
		<comments>http://timphillipsblog.com/2009/10/how-to-remove-ft-from-a-host-without-vcenter/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:35:14 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Manual]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Fault Tolerance]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=110</guid>
		<description><![CDATA[In Scott Herold`s blog I found a very interesting article: How to remove FT from host without vCenter? Yes, I know, that it`s almost an unbelievable situation, but&#8230;
]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/how-to-remove-ft-from-a-host-without-vcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disc2VHD</title>
		<link>http://timphillipsblog.com/2009/10/disc2vhd/</link>
		<comments>http://timphillipsblog.com/2009/10/disc2vhd/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:41:52 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[Paragon]]></category>
		<category><![CDATA[V2V]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[VMDK]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=107</guid>
		<description><![CDATA[Genius of Mark Russinovich has released a new tool &#8211; PC2VHD. This tool can convert running Windows to VHD file (I bet that it will never create VMDK  ). It uses VSS in Windows for VHD files creation. At the same time, Paragon Software has released its software for P2V and V2V convertion &#8211; Virtualization [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/disc2vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing passwords policy</title>
		<link>http://timphillipsblog.com/2009/10/changing-passwords-policy/</link>
		<comments>http://timphillipsblog.com/2009/10/changing-passwords-policy/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:46:54 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Manual]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=99</guid>
		<description><![CDATA[Let&#8217;s have a quick look at password policy in ESX Server:
esxcfg-auth &#8211;usepamqc=N1 N2 N3 N4 N5 match
where N1 is minimal length of password, which consists only of 1 class symbols (abcdef&#8230;.)
where N2 is minimal length of password, which consists of 1 class symbols or 2 class symbols (ABCdef&#8230;)
where N3 is minimal amount of letters in password
where N4 is [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/changing-passwords-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use AD for ESX authentication</title>
		<link>http://timphillipsblog.com/2009/10/how-to-use-ad-for-esx-autentification/</link>
		<comments>http://timphillipsblog.com/2009/10/how-to-use-ad-for-esx-autentification/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:26:43 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Manual]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=97</guid>
		<description><![CDATA[Everything is really simple! I need only 30 seconds to show it! 
esxcfg-auth [ [ --enablead &#124; --disablead ] [ --addomain= &#124; --removedomain= ] [--addc= &#124; --removedc= ] ]
where addomain&#124;removedomain is name of domain, and  addc&#124;removedc is DNS or IP address of domain controller. After that you need to create a user, who will be able to [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/how-to-use-ad-for-esx-autentification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a nutshell about VmWare Fault Tolerance. Part 3. How VmWare High Availability works</title>
		<link>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-3-how-vmware-high-availability-works/</link>
		<comments>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-3-how-vmware-high-availability-works/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 23:33:18 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[HA cluster]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=71</guid>
		<description><![CDATA[Today, in the 3d party of my &#8220;In a nutshell&#8221; story I`ll talk about VmWare High Availability: what it is, and how does it work.
HA cluster can consist maximum of 32 servers, while 5 of them will be primary nodes. Primary nodes are keeping information about current configuration, and synchronize it between each other. If cluster includes less [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-3-how-vmware-high-availability-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a nutshell about VmWare Fault Tolerance. Part 2. Requirements and Limitations</title>
		<link>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-2-requirements-and-limitations/</link>
		<comments>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-2-requirements-and-limitations/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:47:14 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Fault Tolerance]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=69</guid>
		<description><![CDATA[Hi there! Today I`ll continue talking about disaster recovery functions, provided by VmWare, and I`d like to cover question of requirements and limitations of Fault Tolerance technology. As always, I`ll be terse and clear. Requirements for servers:
CPU:

FT is available with following editions: Advanced, Enterprise, Enterprise Plus.
The same CPU model, family, and stepping must be used on both active [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/in-nutshell-about-vmware-fault-tolerance-part-2-requirements-and-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VmWare Workstation 7 RC and Player 3 RC available</title>
		<link>http://timphillipsblog.com/2009/10/available-vmware-worksation-7-rc-and-player-3-rc/</link>
		<comments>http://timphillipsblog.com/2009/10/available-vmware-worksation-7-rc-and-player-3-rc/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:26:39 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Player]]></category>
		<category><![CDATA[VmWare]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=66</guid>
		<description><![CDATA[What else can I say?! Lots of new features, at last Windows 7 is supported, and Player can create VMs now! Download here &#8211; http://communities.vmware.com/community/beta/workstation
]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/10/available-vmware-worksation-7-rc-and-player-3-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a nutshell about VmWare vMotion, vMware HA, Fault Tolerance. Part 1. Theory.</title>
		<link>http://timphillipsblog.com/2009/09/about-vmware-vmotion-vmware-ha-fault-tolerance-in-nutshell-part-1-theory/</link>
		<comments>http://timphillipsblog.com/2009/09/about-vmware-vmotion-vmware-ha-fault-tolerance-in-nutshell-part-1-theory/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:50:30 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Faul Tolerance]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[shared storage]]></category>
		<category><![CDATA[storage vmotion]]></category>
		<category><![CDATA[vMotion]]></category>
		<category><![CDATA[VmWare HA]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=57</guid>
		<description><![CDATA[Hi there! Today I`d like to offer you an article about high availability technologies, provided by VmWare: vMotion, HA and FT. vMotion - the technology allows to transfer VMs from one physical server to another while it`s working (analog of Live Migration in Windows Server Hyper-V R2). Also need to mention that vMotion uses advantages of [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/09/about-vmware-vmotion-vmware-ha-fault-tolerance-in-nutshell-part-1-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the difference between different vNICs in vSphere?</title>
		<link>http://timphillipsblog.com/2009/09/what-the-difference-between-different-vnics-in-vsphere/</link>
		<comments>http://timphillipsblog.com/2009/09/what-the-difference-between-different-vnics-in-vsphere/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 18:14:00 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware esx]]></category>
		<category><![CDATA[VMXNET]]></category>
		<category><![CDATA[vNIC]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=50</guid>
		<description><![CDATA[Today I would like to talk about difference in various types of vNIC in ESX 4. Need to note that this device have no physical analogues, and can be used only if VmWare Tools are installed. VMXNET - first generation, optimized for network performance between VMs.
VMXNET2 or Enhanced - simple VMXNET, but with few additional [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/09/what-the-difference-between-different-vnics-in-vsphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to manage VmWare Server with help of vSphere Client?</title>
		<link>http://timphillipsblog.com/2009/09/how-to-manage-vmware-server-with-help-of-vsphere-client/</link>
		<comments>http://timphillipsblog.com/2009/09/how-to-manage-vmware-server-with-help-of-vsphere-client/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 11:05:26 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[remote managment]]></category>
		<category><![CDATA[vmware esx]]></category>
		<category><![CDATA[VmWare Server]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=48</guid>
		<description><![CDATA[Hi there! Just for beginning pros and cons of using VmWare Server instead of ESXi Server:
Pros:

Server doesn`t require compatible hardware, and can be installed on any Windows or Linux host
ESXi doesn`t allow pass-through of USB drives to VM
Server`s VMs can be copied easily to USB stick and moved to other host
Doesn`t require additional learning.

Cons:

Requires too [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/09/how-to-manage-vmware-server-with-help-of-vsphere-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup your VMs to tape device</title>
		<link>http://timphillipsblog.com/2009/09/how-to-backup-your-vms-to-tape-device/</link>
		<comments>http://timphillipsblog.com/2009/09/how-to-backup-your-vms-to-tape-device/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 09:59:18 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[SPTI]]></category>
		<category><![CDATA[starwind]]></category>
		<category><![CDATA[tape device]]></category>
		<category><![CDATA[tape library]]></category>
		<category><![CDATA[virtual tape library]]></category>
		<category><![CDATA[VTL]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/2009/09/how-to-backup-your-vms-to-tape-device/</guid>
		<description><![CDATA[Hi there! Today I would like to tell you how to simply backup your VMs to a remote tape device. Let`s say we have  the following configuration: 192.168.1.100 &#8211; Windows Server with tape device, 192.168.1.200 &#8211; ESX host, 192.168.1.201 and .202 &#8211; Windows based VMs. In this configuration we do not have to work with ESX at all. [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/09/how-to-backup-your-vms-to-tape-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About StarWind`s software and Rocket Division`s relationship</title>
		<link>http://timphillipsblog.com/2009/09/about-starwinds-software-and-rocket-divisions-relationship/</link>
		<comments>http://timphillipsblog.com/2009/09/about-starwinds-software-and-rocket-divisions-relationship/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:50:26 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iSCSI SAN]]></category>
		<category><![CDATA[Rocket Division]]></category>
		<category><![CDATA[StarBurn]]></category>
		<category><![CDATA[starwind]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/2009/09/about-starwinds-software-and-rocket-divisions-relationship/</guid>
		<description><![CDATA[During last few months I`ve noticed that people don`t see any difference between Rocket Division and StarWind Software company. Yes, you got all right – formerly StarWind software was developed by Rocket Division, but beginning from February 2009 StarWind iSCSI SAN software has been developed by StarWind Software. The idea is simple – focusing on [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/09/about-starwinds-software-and-rocket-divisions-relationship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware buys SpringSource</title>
		<link>http://timphillipsblog.com/2009/08/vmware-buys-springsource/</link>
		<comments>http://timphillipsblog.com/2009/08/vmware-buys-springsource/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:11:27 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/2009/08/vmware-buys-springsource/</guid>
		<description><![CDATA[Hi there. Today on VmWare blogs I found that VmWare buys out SpringSource company, that is the biggest contributor and maintainer of Apache Tomcat and developed Spring Framework, together with a lot of other Java-based offers. The main goal of this is to lead virtualization and cloud computing to a new level, and develop fully-integrated [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/08/vmware-buys-springsource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VmWare and Hyper-V</title>
		<link>http://timphillipsblog.com/2009/08/vmware-and-hyper-v/</link>
		<comments>http://timphillipsblog.com/2009/08/vmware-and-hyper-v/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:06:10 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Versus]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[shared storage]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/2009/08/vmware-and-hyper-v/</guid>
		<description><![CDATA[Hi there! Sorry, got no time to write. Few days ago I got an idea about series of Versus articles. The first one is VmWare ESXi vs MS Hyper-V, and the second one will be iSCSI: hardware vs software.
All my thoughts about VmWare vs MS are available under cut. So,VmWare`s footprint – 100 Mb, while [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/08/vmware-and-hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In search of cost-effective iSCSI&#8230;</title>
		<link>http://timphillipsblog.com/2009/07/in-search-of-cost-effective-iscsi/</link>
		<comments>http://timphillipsblog.com/2009/07/in-search-of-cost-effective-iscsi/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:08:17 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iSCSI target]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[shared storage]]></category>
		<category><![CDATA[starwind]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=24</guid>
		<description><![CDATA[Few days ago Jack Fergeus from openBench Labs published a very interesting article on using Enterprise Server edition of Starwind Software`s iSCSI target.  I`ve used free version of this tool which had some limitations in a lab for a few months, but now I have deployed it on a real network, and this article was very useful [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/07/in-search-of-cost-effective-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It all starts with storage</title>
		<link>http://timphillipsblog.com/2009/07/its-all-starts-with-storage/</link>
		<comments>http://timphillipsblog.com/2009/07/its-all-starts-with-storage/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 09:36:49 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[shared storage]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/2009/07/its-all-starts-with-storage/</guid>
		<description><![CDATA[While having a datacenter discussion with a client yesterday, I was reminded that it all starts with storage.  After thinking a bit more about that statement, it really made sense to me. Thinking back to various client planning sessions for various solutions, much of the requirements, bottlenecks, cost and sometimes mystery revolved around storage. Computer processing, memory and [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/07/its-all-starts-with-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAS vs NAS vs SAN</title>
		<link>http://timphillipsblog.com/2009/07/das-vs-nas-vs-san/</link>
		<comments>http://timphillipsblog.com/2009/07/das-vs-nas-vs-san/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 11:34:01 +0000</pubDate>
		<dc:creator>Tim Phillips</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[shared storage]]></category>

		<guid isPermaLink="false">http://timphillipsblog.com/?p=9</guid>
		<description><![CDATA[So, lets start. I`d like to start from the essentials: what possible kind of storage systems exist there, and what differences are between them, and, of course, I`ll talk about their advantages and disadvantages. I decided to offer not a detailed text description, but an image description of each technology.DAS
First one, and the oldest, is DAS – direct attached [...]]]></description>
		<wfw:commentRss>http://timphillipsblog.com/2009/07/das-vs-nas-vs-san/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
