<?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>The musings of an IT Consultant &#187; FC</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-consultant/tag/fc/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-consultant</link>
	<description></description>
	<lastBuildDate>Sat, 01 Jun 2013 03:50:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Fiber channel or iSCSI?</title>
		<link>http://itknowledgeexchange.techtarget.com/it-consultant/fiber-channel-or-iscsi/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-consultant/fiber-channel-or-iscsi/#comments</comments>
		<pubDate>Mon, 31 May 2010 23:53:46 +0000</pubDate>
		<dc:creator>Raj Perumal</dc:creator>
				<category><![CDATA[FC]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-consultant/fiber-channel-or-iscsi/</guid>
		<description><![CDATA[Hi folks, so the age old storage question, should i use FC or iSCSI? Well this isn&#8217;t necessarily an easy question to answer. They both have their advantages and disadvantages. Here are my thoughts on the matter. iSCSI is great for cheap storage, and allows you to get it up and running quickly in your [...]]]></description>
				<content:encoded><![CDATA[<p>Hi folks, so the age old storage question, should i use FC or iSCSI?</p>
<p>Well this isn&#8217;t necessarily an easy question to answer. They both have their advantages and disadvantages. Here are my thoughts on the matter.</p>
<p>iSCSI is great for cheap storage, and allows you to get it up and running quickly in your environment, especially if you already have the data switch infrastructure to support it. All you have to do is section off a part of your network for it and you&#8217;re good to go. The downside? Your storage network is on your data network. This can cause interesting performance issues if things are configured correctly.</p>
<p>FC is a different story. It has it&#8217;s own fabric that is separate from the data network. Because of this the data network doesn&#8217;t impede it and it can run happily on it&#8217;s own. The downside? FC is usually more expensive and you also have to buy FC switches to accomodate your FC storage. FC is super fast, but at a price.</p>
<p>Generally the farther into the enterprise you roam, the more likely you are to see FC for mission critical apps and data and iSCSI for second tier backups or non-mission critical apps and data. There are exceptions to this however, for example some people will run separate data switches just for iSCSI so the two networks don&#8217;t cross.</p>
<p>-RP</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-consultant/fiber-channel-or-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thin provisioning is your friend</title>
		<link>http://itknowledgeexchange.techtarget.com/it-consultant/thin-provisioning-is-your-friend/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-consultant/thin-provisioning-is-your-friend/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:43:24 +0000</pubDate>
		<dc:creator>Raj Perumal</dc:creator>
				<category><![CDATA[FC]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[thin disks]]></category>
		<category><![CDATA[thin provisioned]]></category>
		<category><![CDATA[thin provisioning]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-consultant/thin-provisioning-is-your-friend/</guid>
		<description><![CDATA[Hi folks, so with all this talk of storage it&#8217;s about time I spoke a little bit about thin provisioning! Now here is a new question I&#8217;ve been asked a lot. What exactly is thin provisioning? Well you might see this term thrown about not just with VMware but with SANs as well. In the [...]]]></description>
				<content:encoded><![CDATA[<p>Hi folks, so with all this talk of storage it&#8217;s about time I spoke a little bit about thin provisioning! Now here is a new question I&#8217;ve been asked a lot. What exactly is <a href="http://www.vmware.com/files/pdf/VMware-vStorage-Thin-Provisioning-DS-EN.pdf">thin provisioning</a>?</p>
<p>Well you might see this term thrown about not just with VMware but with SANs as well. In the simplest of terms, thin provisioning is the act of over-allocating storage. Thin provisioning is a feature provided for you in VMware but it is also provided in many SAN products natively.</p>
<p>Here is an example. Let&#8217;s say you have 1 TB of space left on your SAN and you get a few customer requests for allocating some new virtual servers in the environment. The total sum of all the disks you need might exceed the 1 TB you have left. How do you deal with this? When you create the disks, you create them as &#8220;thin&#8221; instead of &#8220;thick&#8221;. So let&#8217;s say you need to create a 500 GB data drive. But you know that the customer will not use up that whole 500 GB drive for at least a year. All you have to do is create the drive as thin and then the drive will only actually use up the space that is actually used instead of the whole 500 GB. So if there is 50 GB&#8217;s of data on the drive, that is the actual size of the disk. This way you have plenty of time to go out and shop around to get the storage you want down the road. You don&#8217;t need it up front.</p>
<p>What are the disadvantages? If you forget to add more disk before you run out of storage then you can end up crashing your environment. Not good! Also with thin provisioning you can run into performance issues. I tend to reserve thin provisioning for non-critical items in my environment.</p>
<p>-RP</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-consultant/thin-provisioning-is-your-friend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheap iSCSI Storage</title>
		<link>http://itknowledgeexchange.techtarget.com/it-consultant/cheap-iscsi-storage/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-consultant/cheap-iscsi-storage/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:45:46 +0000</pubDate>
		<dc:creator>Raj Perumal</dc:creator>
				<category><![CDATA[FC]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Starwind]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-consultant/cheap-iscsi-storage/</guid>
		<description><![CDATA[Hi folks! Sorry for the late postings but I&#8217;ve been neck deep in projects this month! Anyways, I wanted to spend a few posts talking about iSCSI storage options. One of the great things about storage is that there are so many different options. You can go direct attached, FC, NAS, NFS or even iSCSI. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi folks! Sorry for the late postings but I&#8217;ve been neck deep in projects this month! Anyways, I wanted to spend a few posts talking about iSCSI storage options.</p>
<p>One of the great things about storage is that there are so many different options. You can go direct attached, FC, NAS, NFS or even iSCSI. I really like iSCSI it&#8217;s great for the SMB and it&#8217;s great for secondary storage. It&#8217;s one of those options that can provide you with lots of bang for your buck.</p>
<p>Well one of the first options I wanted to talk to you about is <a href="http://www.starwindsoftware.com/editions-comparison">Starwind iSCSI SAN Storage software</a>. There is a free product that you can try out, and also a fully functional 30 day trial as well. I&#8217;ve trialing it for the past little while and I have to say it&#8217;s a nice product.</p>
<p>In a nut shell, you can take the software and install it on a Windows box (even a workstation) and then point it at any of your disks (even external USB drives) and then mount them as iSCSI storage! Now I know there are a lot of free options out there but there is something to be said about a pay for product with features such as thin provisioning, remote replication and automatic failover!</p>
<p>If the pay for model isn&#8217;t your thing then I urge you to check out <a href="http://sourceforge.net/projects/freenas/">FreeNAS</a> and <a href="http://www.openfiler.com/">Openfiler</a>!</p>
<p>-RP</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-consultant/cheap-iscsi-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct Connect SAS storage for HP Blades</title>
		<link>http://itknowledgeexchange.techtarget.com/it-consultant/direct-connect-sas-storage-for-hp-blades/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-consultant/direct-connect-sas-storage-for-hp-blades/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:12:48 +0000</pubDate>
		<dc:creator>Raj Perumal</dc:creator>
				<category><![CDATA[blade servers]]></category>
		<category><![CDATA[blades]]></category>
		<category><![CDATA[C Class]]></category>
		<category><![CDATA[C3000]]></category>
		<category><![CDATA[C7000]]></category>
		<category><![CDATA[consolidation]]></category>
		<category><![CDATA[DAS]]></category>
		<category><![CDATA[Direct Connect SAS Storage]]></category>
		<category><![CDATA[FC]]></category>
		<category><![CDATA[Fiber Channel]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[HP BladeSystem]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[storage area network]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-consultant/direct-connect-sas-storage-for-hp-blades/</guid>
		<description><![CDATA[Hello again folks, in the SMB world, especially during these economic times, we can&#8217;t always spend all the money we want on storage. Generally customers are limited to looking at some pretty low end storage options. I have always been a proponent of usings Blades in the SMB along with virtualization to reduce costs for [...]]]></description>
				<content:encoded><![CDATA[<p>Hello again folks, in the SMB world, especially during these economic times, we can&#8217;t always spend all the money we want on storage. Generally customers are limited to looking at some pretty low end storage options.</p>
<p>I have always been a proponent of usings Blades in the SMB along with virtualization to reduce costs for the SMB. But what do you do for storage? Well the most common thing people look at is iSCSI vs FC. Usually people end up going the iSCSI route due to it&#8217;s lower cost factor.</p>
<p>Well another thing you can look at is direct attached storage. HP offers something called Direct Connect SAS storage for their HP BladeSystem. This can give you up to 420 TB of zoned or up to 192 TB of shared storage. This can be an attractive alternative for the SMB.</p>
<p>The way it works is by use of controllers installed in the blade severs along with blade switch interconnects and then finally either an MSA2000sa for shared storage or an MDS600 for direct attached storage. You can read more about the solution from HP <a href="http://h18006.www1.hp.com/products/storageworks/sas_solution/index.html">here</a>.</p>
<p>-RP</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-consultant/direct-connect-sas-storage-for-hp-blades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
