<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; seminar Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/seminar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Virtual Machine Mobility: Of What, and to Where and in What State?</title>
		<link>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/</link>
		<comments>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:22:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Building Virtual Infrastructure]]></category>
		<category><![CDATA[DRS]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[Storage DRS]]></category>
		<category><![CDATA[Storage VMotion]]></category>
		<category><![CDATA[Truth in IT]]></category>
		<category><![CDATA[VMotion]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vxlan]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6690</guid>
		<description><![CDATA[Moving cold virtual machine images from system to system, or even across great distances, is one of the main selling points of server virtualization. But it becomes much more difficult to manage movement of virtual machines that are still running, especially outside cluster or across WAN links. When talking about virtual machine mobility, it is important to consider what is being moved, the state it is in, and where it is going.]]></description>
			<content:encoded><![CDATA[<div id="attachment_6691" class="wp-caption aligncenter" style="width: 460px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2012/01/Riding-or-moving-between-cars-is-prohibited-e1326730445909.jpg" ><img class="size-full wp-image-6691" title="Riding or moving between cars is prohibited" src="http://static.fosketts.net/wp-content/uploads/2012/01/Riding-or-moving-between-cars-is-prohibited-e1326730445909.jpg" alt="" width="450" height="345" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Stepping out of a subway car is an entirely different matter when it&#39;s moving!</p></div>
<p><a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/" >Mobility of virtual machines is a sticky wicket</a>. As open systems infrastructure becomes increasingly virtualized, administrators and managers wish to use the technology to balance workload, ease migration, and provide better availability. Although technology is improving, actually moving virtual machines is not always a piece of cake. Let&#8217;s lay down a baseline of information so we may begin a discussion on the true nature of virtual machine mobility.</p>
<h3>Mobility of What?</h3>
<p>Let us consider first the question of what exactly is being moved. Systems administrators often focus on “the machine”, which encompasses the operating system and configured state of the virtual machine itself. But the true “mass” of the system is its stored data. Hypervisor vendors have come up with different techniques of moving these two essential elements, reflecting the unique characteristics of each.</p>
<ul>
<li>The <strong>virtual machine</strong> is an instance of an operating system along with its state and configuration. Mobility of virtual machines requires all of this to be preserved, along with any I/O channels. Live migration of virtual machine requires that any active network sessions be maintained, along with RAM content, registers and buffers, and so many other elements.</li>
<li>The <strong>virtual machine image</strong> (commonly referred to as “storage”) is the static content addressed by a virtual machine. Typically a VMDK or similar virtual disc image, it must be accessible to the virtual machine at all times. Live migration of a virtual machine image is tricky, but perhaps not quite as complex as live migration of a running operating system.</li>
</ul>
<p>VMware, Microsoft, and others recognize these 2 distinct elements to be migrated, and have come up with a variety of complementary technologies for each:</p>
<ul>
<li><strong>vMotion</strong> is VMware&#8217;s virtual machine migration solution, and has continually evolved with each iteration of the hypervisor. DRS leverages vMotion to automate mobility. VMware has also created <strong>Storage vMotion</strong> and Storage DRS as complements to handle mobility of virtual machine images.</li>
<li>Microsoft Hyper-V <strong>Live Migration</strong> is conceptually similar to vMotion, though newer and less full-featured. With Hyper-V 3.0, Microsoft will introduce Storage Live Migration as a complementary technology akin to Storage vMotion. Most other virtual machine managers also support some form of live migration, though live migration of storage is less common.</li>
</ul>
<h3>Mobility in What State?</h3>
<p>One of the key benefits of virtual machine technology is the ability to “run anywhere” on dissimilar hardware. From the very beginning, hypervisors have provided the ability to create a universal virtual machine image that would run on a variety of supported platforms.</p>
<p>This leads to one of the key values of server virtualization in the data center: Disaster recovery. The ability to take a virtual machine image and system state and bring it online after a disaster is a true revolution for open systems IT. The benefits of the single usage of server virtualization technology easily justify the investment to many businesses.</p>
<p>But this sort of &#8220;cold&#8221; migration seems passé when compared to the live or “hot” migration possible with technologies like VMware vMotion. Live migration is much more difficult, since active client sessions must be preserved in activity must not be greatly interrupted.</p>
<p>This is the second great question that must be asked when considering virtual machine mobility: In what state will the virtual machine be moved? Will it be a <strong>cold</strong>, powered down image of the system? A <strong>suspended</strong> or paused operating system image? Or a full, <strong>running</strong> machine?</p>
<h3>Mobility to Where?</h3>
<p>Once we have decided whether we are discussing virtual machine migration or movement of storage resources, we must consider the scope of the movement. The ability to move a virtual machine from one member of the cluster to another has now become fairly common. But what about systems that are not related in a cluster? Or that are spread over great distances?</p>
<ul>
<li>The nice thing about <strong>clusters</strong> is that they share resources before and after a virtual machine is moved. It is practical to move the running virtual machine, its storage, or both independently and to expect that performance will not dramatically suffer as a result. The cluster can also preserve network connections, and even I/O state, without much impact on clients or other external elements.</li>
<li>It is a bit more difficult to move systems <strong>within a data center</strong>, since one must maintain the I/O connections that might be interrupted. It is fairly trivial to configure an IP network and storage array to allow multiple machines to access the same iSCSI or NFS storage resources. It is a little more difficult to configure Fibre Channel (<a href="http://blog.fosketts.net/2012/01/05/unresolved-questions-fcoe/" >and, by extension, FCoE</a>) SAN&#8217;s to handle this sort of dynamic movement, but <a href="http://blog.scottlowe.org/2012/01/16/what-does-fcoe-have-to-do-with-vm-mobility/" >it is not impossible</a>. Although moving a running machine from one network port to another could cause client access to be interrupted, technologies like VXLAN allow these sessions to continue, and improved network switching technology should reduce performance impact.</li>
<li>Moving the machine to <strong>a different data center</strong> is another matter entirely. Stretching a layer-2 Ethernet LAN or Fibre Channel SAN across a metro or greater distance, while possible, will always be problematic. IP routing is flexible, but it takes time for changes to propagate when live machines are moved. And it is difficult to keep storage in sync over long distances due to the amount of time it takes for information to transit. Again, all of these challenges are being addressed in various ways, but they&#8217;re still hard!</li>
</ul>
<div>&#8220;Shared-everything&#8221; clusters handle most of the mess of virtual machine mobility, regardless of storage protocols and the like. But not every virtual machine is in a cluster, even in the same datacenter. And not every movement is even within the same datacenter. So we still have work to do.</div>
<h3>Stephen&#8217;s Stance</h3>
<p>Moving cold virtual machine images from system to system, or even across great distances, is one of the main selling points of server virtualization. But it becomes much more difficult to manage movement of virtual machines that are still running, especially outside cluster or across WAN links. When talking about virtual machine mobility, it is important to consider what is being moved, the state it is in, and where it is going.</p>
<p>Note: This discussion is part of <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >“Building Virtual Infrastructure”</a>, my new seminar series with Truth in IT.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</a></li><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</a></li><li><a href="http://blog.fosketts.net/2012/01/05/unresolved-questions-fcoe/"  rel="bookmark" class="crp_title">Eight Unresolved Questions About FCoE</a></li><li><a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/"  rel="bookmark" class="crp_title">The Terrifying True Story Of Virtual Machine Mobility</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2012. |
<a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/">Virtual Machine Mobility: Of What, and to Where and in What State?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/features/" title="View all posts in Features" rel="category tag">Features</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</title>
		<link>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/</link>
		<comments>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:30:22 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[Building Virtual Infrastructure]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[Truth in IT]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6624</guid>
		<description><![CDATA[Truth in IT has now opened registration for my upcoming “Building Virtual Infrastructure” seminars in Los Angeles and Atlanta. Attendance is free of charge for qualified end-users, and sponsors are invited to contact Truth in IT as well.  Truth in IT has scheduled my seminar in Atlanta in the second week in March.
]]></description>
			<content:encoded><![CDATA[<p>Truth in IT has now opened registration for my upcoming “<a href="http://www.truthinit.com/technology-users/seminars/building-virtual-infrastructure.html" >Building Virtual Infrastructure</a>” seminars in Los Angeles and Atlanta. Attendance is free of charge for qualified end-users, and sponsors are invited to contact Truth in IT as well.</p>
<blockquote><p>Read <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >Announcing “Building Virtual Infrastructure”, My New Seminar Series With Truth in IT</a> for more background!</p></blockquote>
<p>As discussed in <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >my previous post</a>, Building Virtual Infrastructure begins with the promise of a truly virtualized data center: the dream of automatic provisioning and virtual machine migration without hassle. I then dive into the enabling technologies that make this possible, discussing both “clean sheet” transformation and backwards compatible technologies. The afternoon is a more free-form discussion that zeroes in on the topics and technologies of interest to the audience.</p>
<p>Truth in IT has scheduled my seminar in Atlanta on Tuesday, March 13. We will be in northern Atlanta/Buckhead at the <a rel="nofollow" href="http://embassysuites1.hilton.com/en_US/es/hotel/ATLPWES-Embassy-Suites-Atlanta-Perimeter-Center-Georgia/index.do" >Embassy Suites Atlanta &#8211; Perimeter Center</a> - <a href="http://truthinit.com/bvi-atl-n?sf" >sign up!</a></p>
<p>Registration is open, so sign up now!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</a></li><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/"  rel="bookmark" class="crp_title">Virtual Machine Mobility: Of What, and to Where and in What State?</a></li><li><a href="http://blog.fosketts.net/2008/12/08/toronto-seminar-virtualization/"  rel="bookmark" class="crp_title">Toronto Seminar: Do Canadians Virtualize?</a></li><li><a href="http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/"  rel="bookmark" class="crp_title">Storage for Virtual Environments Seminar, Seattle, WA</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2012. |
<a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/">Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</title>
		<link>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/</link>
		<comments>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:00:06 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Anaheim]]></category>
		<category><![CDATA[Building Virtual Infrastructure]]></category>
		<category><![CDATA[Los Angeles]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[Truth in IT]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6616</guid>
		<description><![CDATA[Truth in IT has now opened registration for my upcoming “Building Virtual Infrastructure” seminars in Los Angeles and Atlanta. Attendance is free of charge for qualified end-users, and sponsors are invited to contact Truth in IT as well. Truth in IT has scheduled two consecutive days in Los Angeles in the first week in March.]]></description>
			<content:encoded><![CDATA[<p>Truth in IT has now opened registration for my upcoming “<a href="http://www.truthinit.com/technology-users/seminars/building-virtual-infrastructure.html" >Building Virtual Infrastructure</a>” seminars in Los Angeles and Atlanta. Attendance is free of charge for qualified end-users, and sponsors are invited to contact Truth in IT as well.</p>
<blockquote><p>Read <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >Announcing “Building Virtual Infrastructure”, My New Seminar Series With Truth in IT</a> for more background!</p></blockquote>
<p>As discussed in <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >my previous post</a>, Building Virtual Infrastructure begins with the promise of a truly virtualized data center: the dream of automatic provisioning and virtual machine migration without hassle. I then dive into the enabling technologies that make this possible, discussing both “clean sheet” transformation and backwards compatible technologies. The afternoon is a more free-form discussion that zeroes in on the topics and technologies of interest to the audience.</p>
<p>Truth in IT has scheduled two consecutive days in Los Angeles in the first week in March.</p>
<ol>
<li>Tuesday, March 6, we will be in Los Angeles at the <a rel="nofollow" href="http://www1.hilton.com/en_US/hi/hotel/BURUCHF-Hilton-Los-Angeles-Universal-City-California/index.do" >Hilton Los Angeles/Universal City</a> - <a href="http://truthinit.com/bvi-la?sf" >sign up!</a></li>
<li>Wednesday, March 7, we will be in Orange County at the <a rel="nofollow" href="http://doubletree1.hilton.com/en_US/dt/hotel/SNADCDT-DoubleTree-Suites-by-Hilton-Hotel-Anaheim-Resort-Convention-Center-California/index.do" >DoubleTree Suites by Hilton Anaheim Resort &#8211; Convention Center</a> - <a href="http://truthinit.com/bvi-oc?sf" >sign up!</a></li>
</ol>
<p>Registration is open, so sign up now!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</a></li><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2008/09/02/storage-decisions-new-york-right-around-corner/"  rel="bookmark" class="crp_title">Storage Decisions New York is Right Around the Corner</a></li><li><a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/"  rel="bookmark" class="crp_title">Virtual Machine Mobility: Of What, and to Where and in What State?</a></li><li><a href="http://blog.fosketts.net/2008/12/08/toronto-seminar-virtualization/"  rel="bookmark" class="crp_title">Toronto Seminar: Do Canadians Virtualize?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2012. |
<a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/">Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</title>
		<link>http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/</link>
		<comments>http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 17:45:51 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[Building Virtual Infrastructure]]></category>
		<category><![CDATA[DRS]]></category>
		<category><![CDATA[Los Angeles]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[Storage for Virtual Environments]]></category>
		<category><![CDATA[Truth in IT]]></category>
		<category><![CDATA[VAAI]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMotion]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6584</guid>
		<description><![CDATA[We are a turning point in IT infrastructure. It is now possible to build a completely virtualized and abstracted data center environment, one where applications and operating systems are completely independent from server, network, and storage hardware. Join me in 2012 at a new all-day in-person seminar series as I work through the challenges of building a virtual data center.]]></description>
			<content:encoded><![CDATA[<div id="attachment_6600" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/12/The-Virtual-Datacenter-Dream.jpg" ><img class="size-medium wp-image-6600 " title="The Virtual Datacenter Dream" src="http://static.fosketts.net/wp-content/uploads/2011/12/The-Virtual-Datacenter-Dream-300x225.jpg" alt="" width="300" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Everyone dreams of a truly virtualized datacenter infrastructure, but how can we get there?</p></div>
<p>We are at a turning point in IT infrastructure. <strong>It is now possible to build a completely virtualized and abstracted data center environment</strong>, one where applications and operating systems are completely independent from server, network, and storage hardware. <strong>Join me in 2012 at a new all-day in-person seminar series</strong> as I work through the challenges of building a virtual data center.</p>
<h3>Learn to Build a Virtual Data Center</h3>
<p>Building an appropriate environment for virtual machines is quite different from building one for physical machines. Although some of the components are the same, many tried-and-true hardware and architecture choices are no longer optimal for virtualization. This is causing a major upheaval among enterprise hardware and software vendors, as they adapt and jockey for position and mind share.</p>
<p>As I wrote recently, <a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/" >the shocking truth of virtual machine mobility</a> is that it is almost impossible to accomplish without a clean sheet redesign or a bowl of virtualization spaghetti interconnects. This is the core issue that we will tackle in my seminar: <strong>How can you build a virtual data center when there is no “magic bullet” technology that makes everything possible?</strong></p>
<p><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Join Me In Building Virtual Infrastructure</span></p>
<p>This seminar series, appropriately titled &#8220;<a href="http://www.truthinit.com/technology-users/seminars/building-virtual-infrastructure.html" >Building Virtual Infrastructure</a>,&#8221; starts at the end. First, we describe a state-of-the-art virtual data center, before descending into a discussion of the server, networking, and storage components that are required to make this a reality.</p>
<p>After lunch, we will discuss products and technologies more specifically. We&#8217;re going to keep these free-form, with the audience deciding which topics to dive into. I expect we&#8217;ll spend time on the specifics of VMware technologies like VAAI, DRS, VMotion, VXLAN, and so on.</p>
<p>The seminar is organized by <a href="http://www.truthinit.com/" >Truth in IT</a> and will begin in Los Angeles and Atlanta in March. <strong>Qualified end-user may attend these seminars for free</strong>. Registration will open shortly at the Truth it IT website, and I will be posting more information on those dates shortly.</p>
<h3>Suggestions and Feedback Welcome</h3>
<p>In the mean time, I welcome your content suggestions. Like my Storage for Virtual Environments seminar, <a href="http://blog.fosketts.net/2011/01/12/open-source-2011-storage-virtualization-seminar/" >all my slides are CC-by-SA licensed</a>, so you can use them yourself.</p>
<p>I also welcome contact from interested sponsors. Each date gives sponsors a chance to tell the audience about their relevant products, and there&#8217;s a networking break for attendees and sponsors, too. We&#8217;ll also have some give-aways and such to keep it fun.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</a></li><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</a></li><li><a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/"  rel="bookmark" class="crp_title">Virtual Machine Mobility: Of What, and to Where and in What State?</a></li><li><a href="http://blog.fosketts.net/2011/03/04/introducing-storage-virtual-environments-seminar/"  rel="bookmark" class="crp_title">Introducing Storage for Virtual Environments (From My Seminar)</a></li><li><a href="http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/"  rel="bookmark" class="crp_title">Storage for Virtual Environments Seminar, Seattle, WA</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/features/" title="View all posts in Features" rel="category tag">Features</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Online Events You Should Attend (And Two More That You Can&#8217;t)</title>
		<link>http://blog.fosketts.net/2011/12/06/online-events-attend/</link>
		<comments>http://blog.fosketts.net/2011/12/06/online-events-attend/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:40:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Boston]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[Nutanix]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[San Diego]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[Truth in IT]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6497</guid>
		<description><![CDATA[I've been quite busy lately recording webinars, writing articles, and setting up speaking events. This week, I'm in Boston and New York for private speaking engagements. I'll also be recording a webinar with an exciting new storage/virtualization company, Nutanix, and I urge you to tune in to that one!]]></description>
			<content:encoded><![CDATA[<div id="attachment_6500" class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img class="size-full wp-image-6500" title="Dinner Event" src="http://static.fosketts.net/wp-content/uploads/2011/12/Dinner-Event.jpg" alt="" width="400" height="266" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">I&#39;ll be presenting at two private events and one public webinar this week!</p></div>
<p>I&#8217;ve been quite busy lately recording webinars, writing articles, and setting up speaking events. This week, I&#8217;m in Boston and New York for private speaking engagements. I&#8217;ll also be recording a webinar with an exciting new storage/virtualization company, Nutanix, and I urge you to tune in to that one!</p>
<p><strong>Nutanix is Truly Innovative</strong></p>
<p><iframe src="http://player.vimeo.com/video/29149177?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe><br />
<em>Watch Nutanix present at <a href="http://TechFieldDay.com/2011/tfd8/" >Tech Field Day 8</a></em></p>
<p>It&#8217;s rare to come across a truly innovative idea in enterprise IT, but that&#8217;s exactly what <a href="http://nutanix.com" >Nutanix</a> is. They&#8217;ve taken the scale-out Google Filesystem and ran with it, applying it to the core issues of sever and desktop virtualization.</p>
<p>My webinar with Nutanix is little bit different from the typical “give them an excuse to go through their slide deck” event. We&#8217;ve organized it as a discussion between me, Tiffany To of Nutanix, and a customer of the company. Tiffany will have a set of slides as backup, but we won&#8217;t walk through them one by one.</p>
<p>I&#8217;m glad to be able to shake things up a little bit, since the old webinar formula is getting pretty stale. We were able to do this thanks to the third party involved in this production: <a href="http://truthinit.com/" >Truth in IT</a>. They have put together an excellent webinar platform and are eager to try new ideas.</p>
<p><strong>If you would like to view the recording, it is now available</strong>. <a href="http://truthinit.com/nutanix-customer-success-story-bt36011sf.html" >You can register to view this webinar at the TruthinIT website</a>.</p>
<h3>Speaking Engagements in the Northeast</h3>
<p>I&#8217;m also speaking on a couple of interesting topics this week. Today, I&#8217;m giving <strong>an overview of enterprise storage industry trends to an investment banking firm</strong>. I often get this sort of request, and am happy to develop a customized presentation. In this case, the event was initiated by an attendee at my <a href="http://blog.fosketts.net/category/everything/virtualstorage/" >Storage for Virtual Environments</a> seminar.</p>
<p>On Thursday, I&#8217;ll be speaking at a private event in New York City sponsored by Dell and Symantec. This time, the topic is <strong>the divergent paths of performance and capacity in enterprise storage</strong>. This is another topic I&#8217;ve spoken and written about in the past, but developed some new content just for this CIO audience. I will probably be delivering similar evening speeches and events next year.</p>
<p>Sadly, <strong>my Storage for Virtual Environments seminar in San Diego next week has just been canceled</strong> by the organizer. I was really looking forward to this, my final seminar of the year. But I&#8217;ll be in San Diego regardless, and look forward to meeting up with some of my friends who are planning to attend. If you are around next week, <a href="http://twitter.com/SFoskett" >drop me a line</a>.</p>
<h3>Oracle ZFS Storage Appliance</h3>
<p>I&#8217;ve also recorded a webinar with Oracle last week. We talk about my favorite Oracle product: The Sun ZFS Storage Appliance. This hasn&#8217;t been posted yet, but I&#8217;ll link to it here when it appears!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/09/13/tech-field-day-8-presenter-lineup/"  rel="bookmark" class="crp_title">Tech Field Day 8 Presenter Lineup</a></li><li><a href="http://blog.fosketts.net/2009/01/07/email-archiving-101-webinar-january-8/"  rel="bookmark" class="crp_title">Email Archiving 101 Webinar, January 8</a></li><li><a href="http://blog.fosketts.net/2011/05/31/tech-field-day-boston-virtualization-baseball/"  rel="bookmark" class="crp_title">Tech Field Day Boston: Virtualization and Baseball</a></li><li><a href="http://blog.fosketts.net/2011/10/25/networking-field-day-openflow-symposium/"  rel="bookmark" class="crp_title">Networking Field Day and OpenFlow Symposium</a></li><li><a href="http://blog.fosketts.net/2011/09/07/tech-field-day-8-silicon-valley/"  rel="bookmark" class="crp_title">Tech Field Day 8, Silicon Valley</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/12/06/online-events-attend/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/12/06/online-events-attend/">Two Online Events You Should Attend (And Two More That You Can&#8217;t)</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/12/06/online-events-attend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage for Virtual Environments Seminar, Seattle, WA</title>
		<link>http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/</link>
		<comments>http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:42:03 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Cleveland]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[TechTarget]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6105</guid>
		<description><![CDATA[The next date in my Storage for Virtual Environments seminar series is rapidly approaching, and I hope to see my Pacific Northwest readers there! I've made even more changes to the seminar content, adding more about vSphere 5 and including new VAAI and partition alignment info. There's never enough time for everything I want to cover, of course.]]></description>
			<content:encoded><![CDATA[<div id="attachment_6145" class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img class="size-full wp-image-6145" title="Cleveland-Anticipation.jpg" src="http://static.fosketts.net/wp-content/uploads/2011/09/Cleveland-Anticipation.jpg" alt="" width="400" height="266" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">I&#39;m updating my slides and preparing for another seminar!</p></div>
<p>The next date in my Storage for Virtual Environments seminar series is rapidly approaching, and I hope to see my Pacific Northwest readers there! I&#8217;ve made even more changes to the seminar content, adding more about vSphere 5 and including new VAAI and partition alignment info. There&#8217;s never enough time for everything I want to cover, of course.</p>
<p>As always, I&#8217;ll be presenting three one-hour sessions:</p>
<ol>
<li>The first hour focuses on virtualization and hypervisors in general, including a discussion of storage features in VMware and Microsoft&#8217;s products</li>
<li>The second hour dives into these hypervisor features, including storage presentation, thin provisioning, and VAAI</li>
<li>The final hour is all about storage outside the hypervisor, including protocols (iSCSI, NFS, and FC/FCoE), convergence on Ethernet, SSD, and specialized storage for virtualization</li>
</ol>
<p>I&#8217;ll be <a href="http://twitter.com/sfoskett" >tweeting</a> live from the seminar using the <a href="http://twitter.com/#!/search/%23VirtualStorage" >#VirtualStorage hashtag</a>, including &#8220;virtual footnotes&#8221; providing additional details on what I&#8217;m covering.</p>
<p>If you&#8217;re in the area, you can probably still get into the event. Head over to <a href="http://storagedecisions.techtarget.com/seminars/storage_virtualization.html" >the TechTarget site</a> to register, or just show up at the <a href="http://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1055" >Westin Seattle</a>. But beware: TechTarget only allows end-users to attend and have been known to turn away vendors and consultants at the door!</p>
<h3>Notes From Cleveland</h3>
<p>One of the most interesting topics of conversation in Cleveland was the “layer cake” of storage virtualization present in VMware environments. In other words, since the hypervisor is a storage array and the storage array is (of course) a storage array, where do you manage storage? It seems to break down to a simple choice:</p>
<ol>
<li>Users of homogenous “all virtualized” infrastructure likely want to remove the storage array from the equation altogether. They would be better served buying automated but simple storage and managing everything in the hypervisor or above.</li>
<li>More diverse environments, especially those that are not fully virtualized, are likely to be more interested in moving intelligence into the storage array. They like automation and integration functions like VAAI but are less enthusiastic about thin provisioning and storage DRS in the hypervisor.</li>
</ol>
<p>Thanks again for the feedback, and I look forward to meeting you all at future seminars!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/"  rel="bookmark" class="crp_title">Seminar: Storage for Virtual Environments, Cleveland OH</a></li><li><a href="http://blog.fosketts.net/2011/01/12/open-source-2011-storage-virtualization-seminar/"  rel="bookmark" class="crp_title">I&#8217;m Open-Sourcing My 2011 Storage For Virtual Environments Seminar!</a></li><li><a href="http://blog.fosketts.net/2011/03/04/introducing-storage-virtual-environments-seminar/"  rel="bookmark" class="crp_title">Introducing Storage for Virtual Environments (From My Seminar)</a></li><li><a href="http://blog.fosketts.net/2008/12/08/toronto-seminar-virtualization/"  rel="bookmark" class="crp_title">Toronto Seminar: Do Canadians Virtualize?</a></li><li><a href="http://blog.fosketts.net/2008/02/17/come-see-my-storage-virtualization-seminar/"  rel="bookmark" class="crp_title">Come See My Storage Virtualization Seminar!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/">Storage for Virtual Environments Seminar, Seattle, WA</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seminar: Storage for Virtual Environments, Cleveland OH</title>
		<link>http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/</link>
		<comments>http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 18:27:58 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Cleveland]]></category>
		<category><![CDATA[Denver]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[TechTarget]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6049</guid>
		<description><![CDATA[The next date in my Storage for Virtual Environments seminar series is rapidly approaching, and I hope to see my Ohio readers there! I've made major changes to the seminar content recently, updating it with vSphere 5 news and rearranging the whole thing. I still feel like there's not enough time to get to everything, but it's a start!]]></description>
			<content:encoded><![CDATA[<div id="attachment_6069" class="wp-caption aligncenter" style="width: 460px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/08/Osgoode-Hall-Toronto.jpg" ><img class="size-full wp-image-6069" title="Osgoode Hall Toronto" src="http://static.fosketts.net/wp-content/uploads/2011/08/Osgoode-Hall-Toronto.jpg" alt="" width="450" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The view from my Toronto hotel was awesome, but not as great as the conversation with the seminar attendees</p></div>
<p>The next date in my Storage for Virtual Environments seminar series is rapidly approaching, and I hope to see my Ohio readers there! I&#8217;ve made major changes to the seminar content recently, updating it with vSphere 5 news and rearranging the whole thing. I still feel like there&#8217;s not enough time to get to everything, but it&#8217;s a start!</p>
<p>As always, I&#8217;ll be presenting three one-hour sessions:</p>
<ol>
<li>The first hour focuses on virtualization and hypervisors in general, including a discussion of storage features in VMware and Microsoft&#8217;s products</li>
<li>The second hour dives into these hypervisor features, including storage presentation, thin provisioning, and VAAI</li>
<li>The final hour is all about storage outside the hypervisor, including protocols (iSCSI, NFS, and FC/FCoE), convergence on Ethernet, SSD, and specialized storage for virtualization</li>
</ol>
<p>I&#8217;ll be <a href="http://twitter.com/sfoskett" >tweeting</a> live from the seminar using the <a href="http://twitter.com/#!/search/%23VirtualStorage" >#VirtualStorage hashtag</a>, including &#8220;virtual footnotes&#8221; providing additional details on what I&#8217;m covering.</p>
<p>If you&#8217;re in the area, you can probably still get into the event. Head over to <a href="http://storagedecisions.techtarget.com/seminars/storage_virtualization.html" >the TechTarget site</a> to register, or just show up at <a href="http://www.ritzcarlton.com/en/Properties/Cleveland/Default" >the Ritz-Carlton</a>. But beware: TechTarget only allows end-users to attend and have been known to turn away vendors and consultants at the door! Happily, <a href="http://www.cleveland.com/avengers/" >the Avengers movie shoot</a> shouldn&#8217;t interfere with getting to the Terminal Tower.</p>
<h3>Notes From Toronto and Denver</h3>
<p>The last two weeks have been seriously busy. In addition to <a href="http://techfieldday.com/2011/tfd7/" >Tech Field Day in Austin</a>, I presented this same content in Denver, CO and Toronto, ON. These sessions generated some great questions and comments!</p>
<ul>
<li>Lots of discussion in Denver about partition alignment. I&#8217;ll be adding content to the seminar about this, but am not sure if it&#8217;ll make Cleveland. In the mean time, read <a href="http://www.vmware.com/pdf/esx3_partition_align.pdf" >this whitepaper</a> and <a href="http://www.blueshiftblog.com/?p=300" >this blog post</a>.</li>
<li>I got great feedback from the Denver audience (Rated 4.92 out of 5.0? Seriously? Thanks!) but some wanted better slide colors (including me!), more time (me too!), and more focus on alignment and dedupe. Thanks for the feedback!</li>
<li>Toronto discussion dove a bit into the VMware VSA in more detail, and we also talked a bit about best practices for justifying consolidation generally. How do you justify putting all your eggs in one basket?</li>
</ul>
<div>Thanks again for the feedback, and I look forward to meeting you all at future seminars!</div>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/09/02/storage-virtual-environments-seminar-seattle-wa/"  rel="bookmark" class="crp_title">Storage for Virtual Environments Seminar, Seattle, WA</a></li><li><a href="http://blog.fosketts.net/2011/01/12/open-source-2011-storage-virtualization-seminar/"  rel="bookmark" class="crp_title">I&#8217;m Open-Sourcing My 2011 Storage For Virtual Environments Seminar!</a></li><li><a href="http://blog.fosketts.net/2008/11/30/trave/"  rel="bookmark" class="crp_title">Can&#8217;t Get There From Here</a></li><li><a href="http://blog.fosketts.net/2008/04/10/chicago-in-may-perfect-for-storage-virtualization-and-email-archiving-talks/"  rel="bookmark" class="crp_title">Chicago in May?  Perfect for Storage Virtualization and Email Archiving Talks!</a></li><li><a href="http://blog.fosketts.net/2008/03/07/which-storage-protocol-for-vmware/"  rel="bookmark" class="crp_title">Which Storage Protocol For VMware?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/">Seminar: Storage for Virtual Environments, Cleveland OH</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/08/21/seminar-storage-virtual-environments-cleveland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Deletion Dilemma</title>
		<link>http://blog.fosketts.net/2011/04/10/deletion-dilemma/</link>
		<comments>http://blog.fosketts.net/2011/04/10/deletion-dilemma/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 15:00:35 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Andres Rodriguez]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[deletion]]></category>
		<category><![CDATA[legal hold]]></category>
		<category><![CDATA[Nasuni]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[record retention]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=5160</guid>
		<description><![CDATA[When was the last time you deleted data? Even at home, where we have autonomy and authority over our own data, many of us are digital pack rats. But at work? Never! No one ever deletes anything! Let's talk about why this is.]]></description>
			<content:encoded><![CDATA[<div id="attachment_5162" class="wp-caption aligncenter" style="width: 239px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/04/Delete-by-blmurch.jpg" ><img class="size-full wp-image-5162 " title="Delete by blmurch" src="http://static.fosketts.net/wp-content/uploads/2011/04/Delete-by-blmurch.jpg" alt="" width="229" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Deletion of data is not a high priority for most IT shops, but this ought to change</p></div>
<p>When was the last time you deleted data? Even at home, where we have autonomy and authority over our own data, many of us are digital pack rats. But at work? Never! No one ever deletes anything! Let&#8217;s talk about why this is.</p>
<h3>Retention vs. Deletion</h3>
<p>Just about everything we do in IT infrastructure is focused on retention. We back up our data and implement other data protection tools like snapshots and mirrors. We might also archive data so that the General Counsel can place legal hold on it, as well as perform data discovery during litigation. And then there&#8217;s the whole field of data security, focused on locking people out of data, keeping it intact and un-viewed.</p>
<p>But what about deletion? Almost no effort is put towards removing data, though the rapid growth of storage might lead one to think this is a key area for IT. We certainly could put some effort on revision control, and especially deleting drafts and outdated data. We could easily expire content that was no longer needed, if only we had some way to know that. And we&#8217;ve talked a lot about secure deletion, even though we hardly ever actually perform that task except when moving to new physical storage hardware.</p>
<p>The greatest challenge for deletion is a simple question: What should we delete and when?</p>
<p>IT can not answer these questions. They must be put to the business people who really own the data. Without permission and buy-in, IT is in serious legal peril when it comes to deleting data: Any deletion must be in accordance with policy and must be legal, that is there is no legal or regulatory hold on it. And there is no way most IT staff feel empowered to do that!</p>
<h3>Some Data Should Be Deleted</h3>
<p>Certainly, not all data should be saved. There is &#8220;low-hanging fruit&#8221; in every storage estate that can and should be deleted:</p>
<ul>
<li>Ephemeral copies &#8211; Drafts, temporary data, working copies</li>
<li>Time-limited projects – Third-party or client data, test and development</li>
<li>Expired data – Retention policies that are expired and no legal hold remains</li>
<li>Legally required &#8211; Data that isn&#8217;t yours, or that legal demands deleted</li>
</ul>
<p>Tackling these data sets is much easier to tackle than cleaning out primary data stores, since it doesn&#8217;t require as much sifting and sorting: These data sets can often be identified programmatically! If you have data sets like these, this is the ideal place to start a deletion effort.</p>
<h3>Delete on Demand</h3>
<p>Regardless of the type, however, IT should not delete data without direction. It is perilous in today’s legal environment to destroy data without a policy directing that action. So we should continue to focus on retention for most data, while we work with legal to determine which data can be deleted and come up with a process for approval.</p>
<p>But it&#8217;s important to start offer a deletion-friendly environment for certain data types. Such a storage system would reduce the difficulties associated with data deletion. Really, only an integrated solution can truly delete data:</p>
<ul>
<li>It must maintain custody of data from start to end and not allow it to leak all over the organization</li>
<li>It must be accessible since any restrictions tempt users to create &#8220;working copies&#8221;, thus thwarting deletion</li>
<li>It must be secure – Data must always be encrypted to avoid remnants on media</li>
<li>It must be protected so data will not spread to external systems and sites</li>
</ul>
<h3>Stephen&#8217;s Stance</h3>
<p>Data deletion is a real problem for most IT shops. I&#8217;m just getting my head around the ramifications, and continue to look for an ideal deletion-friendly storage solution.</p>
<p>If you&#8217;re interested in the topic of data deletion, I recommend joining me for a webinar on the topic on Wednesday, April 13. Sponsored by Nasuni, I will discuss the dilemma of deletion and CEO Andres Rodriguez will weigh in about the capabilities of his cloud storage solution. <a href="http://www.nasuni.com/resources/cloud-storage-webinars/deletion-dilemma/?utm_source=FoskettServices&amp;utm_medium=ODG&amp;utm_campaign=DeletionWebinar" >Register now!</a></p>
<blockquote><p>Note: Nasuni is sponsoring this webinar, but the content was created by me. This blog post is intended to engage my audience in discussion of the subject, and is not a paid promotion or advertisement.</p></blockquote>
<p><em>Image credit: &#8220;Delete&#8221; by </em><a rel="nofollow" href="http://www.flickr.com/photos/blmurch/" ><em>blmurch</em></a></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/05/17/5476/"  rel="bookmark" class="crp_title"></a></li><li><a href="http://blog.fosketts.net/2008/09/05/answering-email-archiving-questions/"  rel="bookmark" class="crp_title">Answering Your Email Archiving Questions</a></li><li><a href="http://blog.fosketts.net/2007/09/20/enterprise-storage-is-nearing-its-demise/"  rel="bookmark" class="crp_title">Enterprise Storage Is Nearing Its Demise!</a></li><li><a href="http://blog.fosketts.net/about/stephen-foskett/multimedia/"  rel="bookmark" class="crp_title">Multimedia</a></li><li><a href="http://blog.fosketts.net/2008/02/07/how-long-should-companies-retain-email/"  rel="bookmark" class="crp_title">How Long Should Companies Retain Email?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/10/deletion-dilemma/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/10/deletion-dilemma/">The Deletion Dilemma</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/10/deletion-dilemma/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Back From the Pile: Interesting Links, April 8, 2011</title>
		<link>http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/</link>
		<comments>http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 04:27:22 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[digest]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[Impossible Project]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iSCSI target]]></category>
		<category><![CDATA[Jeff Fry]]></category>
		<category><![CDATA[Jennifer Huber]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[W. Curtis Preston]]></category>
		<category><![CDATA[Xeon]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=5157</guid>
		<description><![CDATA[This regular series features highlights from the week. Read my thoughts concerning HDS following their "blogger day" in London. Also, my good friend W. Curtis Preston announced more Backup Central Live! dates; you really ought to go see him!]]></description>
			<content:encoded><![CDATA[<p>This regular series features highlights from the week.</p>
<ul class="scrd_digest">
<li>My writing:
<ul>
<li>My thoughts <a href="http://blog.fosketts.net/2011/04/06/hds/" rel="external" >concerning HDS</a> following their &#8220;blogger day&#8221; in London</li>
<li>My good friend <a href="http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/" rel="external" >W. Curtis Preston announced more Backup Central Live! dates</a>; you really ought to go see him!</li>
</ul>
</li>
<li>Other great stuff:
<ul>
<li><a href="http://bladesmadesimple.com/2011/04/intel-announces-new-xeon-4-socket-cpu-e7dell-hp-and-ibm-slated-to-refresh-blades/" rel="external" >Intel Announces New Xeon 4 Socket CPU (E7); Dell, HP and IBM Slated to Refresh Blades</a></li>
<li>Awesome! <a href="http://blogs.technet.com/b/virtualization/archive/2011/04/04/free-microsoft-iscsi-target.aspx" rel="external" >Free Microsoft iSCSI Target</a>!</li>
<li><a href="http://blogs.rsa.com/rivner/anatomy-of-an-attack/" rel="external" >Anatomy of an Attack</a> is a forthright and honest statement from an RSA blogger</li>
<li><a rel="nofollow" href="http://jenniferhuber.blogspot.com/2011/04/impossible-project-new-px-680-film.html" rel="external" >The Impossible Project -new- PX 680 Film</a> is amazing. Just amazing!</li>
<li>The <a href="http://www.boche.net/blog/index.php/2011/04/02/iomega-storcenter-ix2-200-network-storage-cloud-edition/" rel="external" >Iomega StorCenter ix2-200 Network Storage, Cloud Edition</a> is out</li>
<li>Jeff Fry shares <a href="http://blog.fryguy.net/2011/04/01/drobo-my-impressions/" rel="external" >his impression of Drobo</a></li>
</ul>
</li>
</ul>
<p>Subscribe to <a rel="nofollow" href="http://www.google.com/reader/shared/sfoskett" rel="me"  target="_blank">my Google Reader feed</a> or <a href="http://twitter.com/sfoskett" rel="me"  target="_blank">follow me on Twitter</a> to see these in real-time.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/03/25/pile-interesting-links-march-25-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, March 25, 2011</a></li><li><a href="http://blog.fosketts.net/2011/03/18/pile-interesting-links-march-18-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, March 18, 2011</a></li><li><a href="http://blog.fosketts.net/2011/03/11/pile-interesting-links-march-11-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, March 11, 2011</a></li><li><a href="http://blog.fosketts.net/2011/04/01/pile-interesting-links-april-1-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, April 1, 2011</a></li><li><a href="http://blog.fosketts.net/2011/01/28/pile-interesting-links-january-28-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, January 28, 2011</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/">Back From the Pile: Interesting Links, April 8, 2011</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W. Curtis Preston Announces More Backup Central Live!</title>
		<link>http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/</link>
		<comments>http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 15:00:38 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Backup Central]]></category>
		<category><![CDATA[Backup Central Live!]]></category>
		<category><![CDATA[Jacob Farmer]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[W. Curtis Preston]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=5146</guid>
		<description><![CDATA[My friend W. Curtis Preston kicked off his Backup Central Live! event series earlier this year, and I was pleased to be able to attend in Santa Clara. Curtis has spent years educating IT pros about data protection, and let me tell you, although I've seen him present dozens of times, Curtis was really in his element here. He held the packed room enthralled, and the vendor sponsors I talked to were very pleased about the event!]]></description>
			<content:encoded><![CDATA[<div id="attachment_4844" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/01/Preston-Presenting-Backup-Central-Live.jpg" ><img class="size-medium wp-image-4844" title="W. Curtis Preston presents" src="http://static.fosketts.net/wp-content/uploads/2011/01/Preston-Presenting-Backup-Central-Live-300x145.jpg" alt="" width="300" height="145" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">W. Curtis Preston launched his own series of Backup Central Live! seminars for 2011</p></div>
<p>My friend W. Curtis Preston kicked off his <a href="http://BackupCentralLive.com"  target="_blank">Backup Central Live!</a> event series earlier this year, and I was pleased to be able to attend in Santa Clara. Curtis has spent years educating IT pros about data protection, and let me tell you, although I&#8217;ve seen him present dozens of times, Curtis was really in his element here. He held the packed room enthralled, and the vendor sponsors I talked to were very pleased about the event!</p>
<h3>Introducing Backup Central Live!</h3>
<p>The Backup Central Live! series are day-long seminars across the USA in 2011. Each event includes over 3 hours of content from &#8220;Mr. Backup&#8221;, W. Curtis Preston, as well as presentations from <a href="http://www.cambridgecomputer.com/management.cfm"  target="_blank">Jacob Farmer</a> and the sponsoring vendors. The seminars are free for qualified end-users, which includes most of the readers of this blog!</p>
<p>Curtis and company will cover the challenges of backing up and recovering data in a variety of settings:</p>
<ul>
<li>Virtualized servers (e.g. VMware, Hyper-V, Xen)</li>
<li>Very large servers and data centers</li>
<li>Remote offices and laptops</li>
<li>Data retained for multiple years</li>
</ul>
<p>The session also includes technical detail about key products and technologies:</p>
<ul>
<li>Cloud Backup Services</li>
<li>Deduplication</li>
<li>Continuous data protection (CDP) and near-CDP</li>
<li>Archive software</li>
<li>Tape and its proper role</li>
</ul>
<p>Attendees even get free breakfast and lunch, which was of a good hotel caterer quality in my opinion.</p>
<h3>Stephen&#8217;s Stance</h3>
<div id="attachment_4843" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/01/Backup-Central-Live-Staff.jpg" ><img class="size-medium wp-image-4843" title="Backup Central Live staff" src="http://static.fosketts.net/wp-content/uploads/2011/01/Backup-Central-Live-Staff-300x199.jpg" alt="" width="300" height="199" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The Backup Central Live! crew does a great job putting together a professional event</p></div>
<p>I knew Curtis could put together quality backup content, but the crew deserves credit for such a professional and successful event. They attracted some great sponsors, too, and Jacob Farmer&#8217;s involvement was a pleasant surprise: I&#8217;ve always enjoyed the deep technical conversations I&#8217;ve had with him!</p>
<p>If you enjoyed my own backup, archiving, and storage seminars in the past, I know you&#8217;ll love this event. The next Backup Central Live! cities are as follows. If you&#8217;ll be around, you really ought to attend!</p>
<ul>
<li>Raleigh, NC, Apr 26, <a href="http://a3.acteva.com/orderbooking/bookEvent/A309355" >Register Now!</a></li>
<li>Boston, MA, Apr 28, <a href="http://a3.acteva.com/orderbooking/bookEvent/A309308" >Register Now!</a></li>
<li>Philadelphia, PA, May 17, <a href="http://a3.acteva.com/orderbooking/bookEvent/A309376" >Register Now!</a></li>
<li>Dallas, TX, May 19, <a href="http://a3.acteva.com/orderbooking/bookEvent/A309377" >Register Now!</a></li>
<li>Minneapolis, MN, May 24, <a href="http://a3.acteva.com/orderbooking/bookEvent/A309375" >Register Now!</a></li>
</ul>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/01/31/curtis-prestons-backup-central-live/"  rel="bookmark" class="crp_title">See W. Curtis Preston&#8217;s Backup Central Live!</a></li><li><a href="http://blog.fosketts.net/2011/04/09/pile-interesting-links-april-8-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, April 8, 2011</a></li><li><a href="http://blog.fosketts.net/2008/12/22/techtarget-2009-event-schedule/"  rel="bookmark" class="crp_title">TechTarget Posts 2009 Event Schedule</a></li><li><a href="http://blog.fosketts.net/2011/02/07/pile-interesting-links-february-4-2011/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, February 4, 2011</a></li><li><a href="http://blog.fosketts.net/2011/03/08/select-virtual-server-backup-product/"  rel="bookmark" class="crp_title">How To Select a Virtual Server Backup Product?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/">W. Curtis Preston Announces More Backup Central Live!</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/02/curtis-preston-announces-backup-central-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

