<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bitpushr&#039;s Blog</title>
	<atom:link href="http://bitpushr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitpushr.wordpress.com</link>
	<description>I push bits around.</description>
	<lastBuildDate>Tue, 13 Dec 2011 06:00:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bitpushr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bitpushr&#039;s Blog</title>
		<link>http://bitpushr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bitpushr.wordpress.com/osd.xml" title="Bitpushr&#039;s Blog" />
	<atom:link rel='hub' href='http://bitpushr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Backups, virtualization and shared storage</title>
		<link>http://bitpushr.wordpress.com/2011/12/11/backups-virtualization-and-shared-storage/</link>
		<comments>http://bitpushr.wordpress.com/2011/12/11/backups-virtualization-and-shared-storage/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 18:16:44 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=254</guid>
		<description><![CDATA[When it comes to the actual operations of backup policies, they are often dictated by corporate data retention policies: such as, &#8220;We must have a recovery window of N days, and we must store the backups off-site.&#8221; It is rare, in my experience, for an organization to actually specify the required media (e.g., tape) or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=254&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When it comes to the actual operations of backup policies, they are often dictated by corporate data retention policies: such as, &#8220;We must have a recovery window of N days, and we must store the backups off-site.&#8221; It is rare, in my experience, for an organization to actually specify the required media (e.g., tape) or <em>where</em> the offsite location needs to be. Typically, though, backups are written to tape on-site and then moved to an off-site location soon after. </p>
<p>With the adoption of virtualized environments (that live on shared storage), these operations took an odd turn. Many organizations are still backing up their virtual machines via agent/server backup applications: EMC/Legato NetWorker, IBM Tivoli, Symantec BackupExec, etc. And they run the same way on virtual machines as they do on physical machines: you install an agent on the (virtual machine) client, and the backup server connects to that agent and sucks a (full) copy out of the virtual machine. You may do this full every night, or incrementals, but you&#8217;re still accomplishing the same thing &#8212; you&#8217;re taking the contents of the VM, which lives on shared storage, out through the VM itself.</p>
<p>My question is: why not just backup the virtual machine where it sits? Why not just tell your Filer to back it up primarily? A .vmdk is the same thing no matter where or how it sits.</p>
<p>A couple of weeks ago I had a customer (a very big organization) that remarked that the single biggest workload in their virtualized environment was backups. That is, their Filers see the most IOps and their switches see the most traffic at 4am every morning when they kick off their system backups. This is because each VM is backed up via an agent &#8212; and the backup server pulls the entire contents of the virtual machine out through the virtual machine itself.</p>
<p>This problem isn&#8217;t limited to virtual machines, either. Many organizations that deploy SQL Server (or, to a lesser extent, Oracle) are running full backups of the actual SQL databases, even though those databases are living on shared storage. Again, while this is feasible and effective, it is hardly <em>efficient</em>.</p>
<p>My question is: why not just backup the SQL Server (or Oracle) database where it sits? Why not just tell your Filer to back it up primarily? An SQL database is the same no matter where it sits.</p>
<p>In the case of NetApp (my employer), it doesn&#8217;t matter if you&#8217;re using Oracle Database over NFS on Linux or SQL Server over FC on Windows: your database is living in WAFL, in a whole big series of 4KB blocks. And because we can take snapshots of anything stored on WAFL no matter how you access it, why not just take a snapshot of the database? It&#8217;s just a bunch of blocks, right? After all, the Filer doesn&#8217;t care if it&#8217;s a chunk of SQL or a chunk of VMDK or a chunk of Word document. Blocks are blocks are blocks, and if it&#8217;s in a block we can snap it (and, we can dedupe it.) </p>
<p>So why not just take a snapshot of it? One common objection is &#8220;Well, a snapshot is fine, but I have to store them off-site&#8221;. Okay, cool, I understand &#8212; I was the same way. So let&#8217;s take that snapshot and move it off-site; to another Filer in a different building or a different city or a different country. &#8220;Well, that sounds okay, but my auditor tells me it has to be read-only&#8221;. Okay, cool, I understand &#8212; I was the same way. So let&#8217;s take that snapshot and lock it as read-only. &#8220;Well, that sounds okay too, but my CIO tells me it has to live for 7 years.&#8221; Okay, cool, I understand &#8212; I was the same way. So let&#8217;s take that snapshot and vault it. </p>
<p>What I&#8217;m trying to get at is, the policies you&#8217;re living inside of (in this case, backup policies) shouldn&#8217;t dictate the technologies you use. Just because you need off-site backups doesn&#8217;t beholden you to use tape. You should, under any policy at any organization, use the best tool or technology for the job. In the case of virtualized environments living on shared storage, what is the best tool? What is the best technology? If the data are blocks living on a Filer somewhere, why not just back them up where they belong &#8212; on the Filer itself?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=254&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/12/11/backups-virtualization-and-shared-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>Why cache is better than tiering for performance</title>
		<link>http://bitpushr.wordpress.com/2011/11/29/why-cache-is-better-than-tiering-for-performance/</link>
		<comments>http://bitpushr.wordpress.com/2011/11/29/why-cache-is-better-than-tiering-for-performance/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 18:15:30 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=246</guid>
		<description><![CDATA[When it comes to adjusting (either increasing or decreasing) storage performance, two approaches are common: caching and tiering. Caching refers to a process whereby commonly-accessed data gets copied into the storage controller&#8217;s high-speed, solid-state cache. Therefore, a client request for cached data never needs to hit the storage&#8217;s disk arrays at all; it is simply [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=246&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When it comes to adjusting (either increasing or decreasing) storage performance, two approaches are common: caching and tiering. Caching refers to a process whereby commonly-accessed data gets <em>copied</em> into the storage controller&#8217;s high-speed, solid-state cache. Therefore, a client request for cached data never needs to hit the storage&#8217;s disk arrays at all; it is simply served right out of the cache. As you can imagine this is very, very fast.</p>
<p>Tiering, in contrast, refers to the <em>movement</em> of a data set from one set of disk media to another; be it from slower to faster disks (for high-performance, high-importance data) or from faster to slower disks (for low-performance, low-importance data). For example, you may have your high-performance data living on a SSD, FC or SAS disk array, and your low-performance data may only require the IOps that can be provided by relatively low-performance SATA disks.</p>
<p>Both solutions have pros and cons. Cache is typically less configurable by the user, as the cache&#8217;s operation will be managed by the storage controller. It is considerably faster, as the cache will live on the bus &#8212; it won&#8217;t need to traverse the disk subsystem (via SAS, FCAL etc.) to get there, nor will it have to compete with other I/O along the disk subsystem(s). But, it&#8217;s also more expensive: high-grade, high-performance solid-state cache memory is more costly than SSD disks. Last but not least, the cache needs to &#8220;warm up&#8221; in order to be effective &#8212; though in the real world this does not take long at all!</p>
<p>Tiering&#8217;s main advantages are that it is more easily tunable by the customer. However, all is not simple: in complex environments, tuning the tiering may literally be too complex to bother with. Also, manual tiering relies on you being able to predict the needs of your storage, and adjust tiering automatically: how do you know tomorrow which business application will require the hardest hit? Again, in complex environments, this relatively simply question may be decidedly difficult to answer. On the positive side, tiering offers more flexibility in terms of <em>where</em> you put your data. Cache is cache, regardless of environment; data is either on the cache or it&#8217;s not. On the other hand, tiering lets you take advantage of more types of storage: SSD or FC or SAS or SATA, depending on your business needs. </p>
<p>But if you&#8217;re tiering for performance (which is the focus of this blog post), then you have to deal with one big issue: the very act of tiering increases the load on your storage system! Tiering actually <strong>creates</strong> latency as it occurs: in order to move the data from one storage tier to another, we are literally creating IOps on the storage back-end in order to accomplish the performance increase! That is, in order to get higher performance, we&#8217;re actually hurting performance in the meantime (i.e., while the data is moving around.)</p>
<p>In stark contrast, caching reduces latency <em>and</em> increases throughput as it happens. This is because the data doesn&#8217;t really move: the first time data is requested, a cache request is made (and misses &#8212; it&#8217;s not in the cache yet) and the data is served from disk. On it&#8217;s way to the customer, though, the data will stay in the cache for a while. If it&#8217;s requested again, another cache request is made (and hits &#8212; the data is already in the cache) and the data is served from cache. And it&#8217;s served fast!</p>
<p>(It&#8217;s worthwhile to note that NetApp&#8217;s cache solutions actually offer more than &#8220;simple&#8221; caching: we can even cache things like file/block metadata. And customers can tune their cache to behave how they want it.)</p>
<p>Below is a graph from a customer&#8217;s benchmark. It was a large SQL Server read, but what is particularly interesting is the behavior of the of the graph: throughput (in red) goes up while latency (in blue) actually drops!</p>
<p><a href="http://bitpushr.files.wordpress.com/2011/11/flashcache.png"><img src="http://bitpushr.files.wordpress.com/2011/11/flashcache.png?w=300&#038;h=189" alt="" title="flashcache" width="300" height="189" class="alignnone size-medium wp-image-248" /></a></p>
<p>If you were seeking a performance augmentation via tiering, there would have been two different possibilities. If your data was already tiered, throughput will go up while latency will remain the same. If your data wasn&#8217;t already tiered, throughput will decrease as latencies will increase as the data is tiered; only after the tiering is completed will you actually see an increase in throughput.</p>
<p>For gaining performance in your storage system, caching is simply better than tiering.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=246&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/11/29/why-cache-is-better-than-tiering-for-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>

		<media:content url="http://bitpushr.files.wordpress.com/2011/11/flashcache.png?w=300" medium="image">
			<media:title type="html">flashcache</media:title>
		</media:content>
	</item>
		<item>
		<title>Is VMware forcing the homogenization of enterprise storage?</title>
		<link>http://bitpushr.wordpress.com/2011/11/07/is-vmware-forcing-the-homogenization-of-enterprise-storage/</link>
		<comments>http://bitpushr.wordpress.com/2011/11/07/is-vmware-forcing-the-homogenization-of-enterprise-storage/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:55:16 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=242</guid>
		<description><![CDATA[Stephen Foskett wrote this article about possible futures of enterprise storage; in turn it was further examined by Scott Lowe here. Stephen&#8217;s article posits this: is VMware forcing the homogenization of enterprise storage? (If it is, will that be at the expense of it&#8217;s corporate parent, EMC?) Is VMware&#8217;s progress in technologies like VMFS, snapshots [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=242&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Stephen Foskett wrote <a href="http://blog.fosketts.net/2011/10/31/vmware-oedipus-server-virtualization-change-storage/">this article</a> about possible futures of enterprise storage; in turn it was further examined by Scott Lowe <a href="http://blog.scottlowe.org/2011/11/01/fate-free-will-virtualization-and-storage/">here</a>.</p>
<p>Stephen&#8217;s article posits this: is VMware forcing the homogenization of enterprise storage? (If it is, will that be at the expense of it&#8217;s corporate parent, EMC?) Is VMware&#8217;s progress in technologies like VMFS, snapshots etc. moving customers to make different purchasing decisions, away from VMware? My answer is: no. At least, not in a significant fashion.</p>
<p>In order for VMware&#8217;s storage offerings to prosper, they need to be able to supplant existing storage vendors that are not offering significant value-adds. Those can come in many forms, though: be they great hardware offerings, great software offerings, or perhaps even great price offerings. The companies that don&#8217;t offer anything strategic or unique are likely to go by the wayside because those are the companies whose products VMware can &#8220;replace&#8221; with its own offerings.</p>
<p>It&#8217;s important, then, to keep in mind the key differentiators of various storage vendors. If they have a product or a solution that fills a particular niche better than anyone else, they&#8217;re likely to survive (even against VMware as its own software vendor). However &#8212; <strong>like any performer in any market</strong> &#8212; if you make a poor product in a competitive industry, you&#8217;re going to be replaced. The only thing that makes VMware&#8217;s offerings uniquely potent is that they&#8217;re sometimes able to better-leverage the vSphere platform because they literally wrote the APIs that they&#8217;re hooking in to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=242&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/11/07/is-vmware-forcing-the-homogenization-of-enterprise-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>New job, new town, same look</title>
		<link>http://bitpushr.wordpress.com/2011/10/17/new-job-new-town-same-look/</link>
		<comments>http://bitpushr.wordpress.com/2011/10/17/new-job-new-town-same-look/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 19:59:48 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=238</guid>
		<description><![CDATA[As some of my more astute readers may know, I recently left Bowdoin College for a position down at NetApp in Waltham, MA. I&#8217;m a Systems Engineer in the Enterprise group; essentially I&#8217;ll be helping with both pre-sales consulting as well as post-sales review (with focuses on performance and VMware). While I was sad to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=238&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As some of my more astute readers may know, I recently left Bowdoin College for a position down at NetApp in Waltham, MA. I&#8217;m a Systems Engineer in the Enterprise group; essentially I&#8217;ll be helping with both pre-sales consulting as well as post-sales review (with focuses on performance and VMware).</p>
<p>While I was sad to leave Bowdoin, I am super excited to be at my new position! It required a bit of a move down from Maine, as well as an environmental adjustment from academia to corporate, but so far I am having a great time.</p>
<p>I&#8217;ll be blogging here when I can, and (like previous posts) mostly focusing on issues surrounding VMware and performance. I have a couple of small updates in the pipeline, hopefully I&#8217;ll get to them this week!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=238&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/10/17/new-job-new-town-same-look/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating vCenter Server from SQL Server Express to SQL Server Standard</title>
		<link>http://bitpushr.wordpress.com/2011/09/30/migrating-vcenter-server-from-sql-server-express-to-sql-server-standard/</link>
		<comments>http://bitpushr.wordpress.com/2011/09/30/migrating-vcenter-server-from-sql-server-express-to-sql-server-standard/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 15:06:41 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=228</guid>
		<description><![CDATA[Under vSphere 4, we were using SQL Server Express 2005; when we upgraded to vSphere 5 we kept the same database (even though vSphere 5 comes bundled with SQL Server Express 2008). However, we had long since surpassed 5 hosts, hence VMware suggested we migrate from SQL Server Express 2005 to SQL Server Standard 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=228&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Under vSphere 4, we were using SQL Server Express 2005; when we upgraded to vSphere 5 we kept the same database (even though vSphere 5 comes bundled with SQL Server Express 2008). However, we had long since surpassed 5 hosts, hence VMware suggested we migrate from SQL Server Express 2005 to SQL Server Standard 2008 R2. Here is a quick synopsis of how that happened:</p>
<p>Pre-flight:</p>
<ol>
<li>Stop all VMware services, in particular VMware vCenter
<li>Install SQL Server 2008 R2 Management Studio
<li>Perform a <strong>full backup</strong> of the <tt>VIM_VCDB</tt> database (I do this via SQL Server Management Studio)
<li>Uninstall VMware vCenter Server
<li>Move the backup somewhere, like <tt>C:\</tt>
<li>Uninstall SQL Server 2005
</ol>
<p>Installing SQL Server 2008 R2:</p>
<ol>
<li>Install SQL Server 2008 R2 Enterprise Edition
<li>Installation features:
<ul>
<li> Database Engine Services
<li> Management Tools &#8211; Basic
<li> Management Tools &#8211; Complete
	</ul>
<li>Service Accounts:
<ul>
<li>SQL Server Agent: <tt>NT_AUTHORITY\SYSTEM</tt>; startup type Automatic
<li>SQL Server Database Engine: <tt>NT_AUTHORITY\SYSTEM</tt>; startup type Automatic
<li>SQL Server Browser: <tt>NT_AUTHORITY\LOCAL S...</tt>; startup type Automatic
	</ul>
</ol>
<p>Restoring the vCenter Server DB:</p>
<ol>
<li>Launch SQL Server Management Studio &amp; connect to your instance
<li>Right-click on <strong>Databases </strong> and choose <strong>Restore Database&#8230;</strong>
<li>Select the file &amp; and the database name (probably <tt>VIM_VCDB5</tt> or something unique)
<li>Create a new, <strong>64-bit System DSN</strong> and point it to the <em>new</em> database. Use <strong>SQL Server Native Client 10.0</strong> as your driver
<li>Make sure the default database is <tt>VIM_VCDB5</tt>, <strong>not</strong> <tt>master</tt>!
<li>Start the SQL Server 2008 R2 agent, if it&#8217;s not already running
</ol>
<p>Now, you should be able to install vSphere 5. When prompted, select the new DSN you created, and make sure you <strong>use your existing database!</strong></p>
<p>For those using VMware Update Manager, you will also need to re-create a <strong>32-bit System DSN</strong> and point it to the same <tt>VIM_VCDB5</tt> database. You create a 32-bit DSN by calling the 32-bit ODBC manager which is located at <tt>c:\windows\SysWOW64\odbcad32.exe</tt>. (You&#8217;ll still use SQL Server Native Client 10.0 as the driver, though.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=228&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/09/30/migrating-vcenter-server-from-sql-server-express-to-sql-server-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing slow boot times with ESXi &amp; NetApp iSCSI LUNs</title>
		<link>http://bitpushr.wordpress.com/2011/09/29/fixing-slow-boot-times-with-esxi-netapp-iscsi-luns/</link>
		<comments>http://bitpushr.wordpress.com/2011/09/29/fixing-slow-boot-times-with-esxi-netapp-iscsi-luns/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 15:04:40 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=220</guid>
		<description><![CDATA[I&#8217;ve been using a mix of iSCSI and NFS LUNs since VMware ESX 3.5; I used them quite heavily in ESX &#38; ESXi 4 without issue. Since moving to ESXi 5, though, I&#8217;ve noticed that my ESXi hosts are taking a long time to boot &#8212; more than 45 minutes! During the boot process, they&#8217;re [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=220&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a mix of iSCSI and NFS LUNs since VMware ESX 3.5; I used them quite heavily in ESX &amp; ESXi 4 without issue. Since moving to ESXi 5, though, I&#8217;ve noticed that my ESXi hosts are taking a long time to boot &#8212; more than 45 minutes! During the boot process, they&#8217;re hanging on this screen for the majority of that time:</p>
<p><a href="http://bitpushr.files.wordpress.com/2011/09/vmw_vaaip_netapp.jpg"><img src="http://bitpushr.files.wordpress.com/2011/09/vmw_vaaip_netapp.jpg?w=300&#038;h=224" alt="" title="vmw_vaaip_netapp" width="300" height="224" class="alignnone size-medium wp-image-213" /></a></p>
<p>You can see that the message is <tt>vmware_vaaip_netapp loaded successfully.</tt> I did some debugging work, and my boss chimed in with his suggestions, and we got the issue squared away this morning. I had narrowed it to the point where I could identify the cause of the symptoms: the presence of a <strong>dynamic</strong> iSCSI target. You can have as many NFS datastores as you want, and even as many iSCSI software HBAs as you want, but the moment you add a dynamic iSCSI target is the moment where you have issues &#8212; at least in our environment. What I mean by that is, we have a large number of server VLANs (several dozen) and our NetApp filers provide file services to almost all of those VLANs:</p>
<pre>[root@palin ~]# rsh blender iscsi portal show
Network portals:
IP address        TCP Port  TPGroup  Interface
10.140.229.7         3260    2000    vif0-260
10.140.231.135       3260    2001    vif0-265
10.140.235.7         3260    2003    vif0-278
10.140.224.135       3260    2006    vif0-251
10.140.225.7         3260    2007    vif0-252
10.140.226.7         3260    2008    vif0-254
10.140.227.7         3260    2009    vif0-256
10.140.227.135       3260    2010    vif0-257
10.140.228.7         3260    2011    vif0-258
10.140.228.135       3260    2012    vif0-259
10.140.230.7         3260    2013    vif0-262
10.140.231.7         3260    2014    vif0-264
10.140.232.7         3260    2015    vif0-266
10.140.232.71        3260    2016    vif0-267
10.140.232.135       3260    2017    vif0-268
10.140.232.199       3260    2018    vif0-269
10.140.233.7         3260    2019    vif0-270
10.140.233.135       3260    2021    vif0-272
10.140.233.199       3260    2022    vif0-273
10.140.234.7         3260    2023    vif0-274
10.140.234.71        3260    2024    vif0-275
10.140.234.135       3260    2025    vif0-276
10.140.234.199       3260    2026    vif0-277
10.140.235.199       3260    2027    vif0-281</pre>
<p>You can see that there are two dozen VIFs there, each on their own VLAN. In my case, I&#8217;m looking for the target that sits on vif0-265; I don&#8217;t care about any of the other targets. Trouble is, though, that my ESXi hosts only have VLAN 265 trunked to their VMkernels, hence the <em>only</em> target they can see is on VLAN 265. After I explained this to my boss, he said &#8220;I bet the Filer is enumerating <em>all</em> of those portals to the ESXi host, and 99% of them are timing out&#8221; (because they are inaccessible.)</p>
<p>Turns out, he was right! This is taken from the <tt>iscsi(1)</tt> man page:</p>
<pre>* If a network interface is disabled for iSCSI use (via iscsi interface disable), then it is not accessible to any initiator regardless of any accesslists in effect.</pre>
<p>Since we&#8217;re using initiator groups and <strong>not</strong> accesslists, this is our problem: the Filer is indeed enumerating every portal (all two dozen!) it has configured, even though our ESXi host is only trunked out to one of them. So, I&#8217;m waiting for 23 separate connections to time out so that 1 connection can work. So we came up with this:</p>
<pre>[root@palin ~]# rsh blender iscsi interface accesslist add iqn.1998-01.com.vmware:londonderry-29a21d34 vif0-265
Adding interface vif0-265 to the accesslist for iqn.1998-01.com.vmware:londonderry-29a21d34

[root@palin ~]# rsh blender iscsi interface accesslist show
Initiator Name                      Access List
iqn.1998-01.com.vmware:londonderry-29a21d34    vif0-265</pre>
<p>Now, because that accesslist exists on that VIF, the Filer replies <em>only</em> with an initiator target as being present on the correct VIF &amp; VLAN (in this case, <tt>vif0-265</tt>). Problem solved! Now, all I have to do is go through and add the rest of my iSCSI initiator names to my Filers, and Robert will be my father&#8217;s brother.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=220&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/09/29/fixing-slow-boot-times-with-esxi-netapp-iscsi-luns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>

		<media:content url="http://bitpushr.files.wordpress.com/2011/09/vmw_vaaip_netapp.jpg?w=300" medium="image">
			<media:title type="html">vmw_vaaip_netapp</media:title>
		</media:content>
	</item>
		<item>
		<title>Deleting problem files from VMFS data stores</title>
		<link>http://bitpushr.wordpress.com/2011/09/21/deleting-problem-files-from-vmfs-data-stores/</link>
		<comments>http://bitpushr.wordpress.com/2011/09/21/deleting-problem-files-from-vmfs-data-stores/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 15:00:45 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=206</guid>
		<description><![CDATA[Following up from my issues yesterday, I had a bunch of files (old, bad snapshot deltas) that I needed to delete. Problem was, I couldn&#8217;t: /vmfs/volumes/datastore/vm/badsnapshots # rm -rf * rm: cannot remove 'foghorn-000101-ctk.vmdk': Invalid argument rm: cannot remove 'foghorn-000101-delta.vmdk': Invalid argument Try as I might, I couldn&#8217;t get rid of them. Via lsof I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=206&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following up from my issues yesterday, I had a bunch of files (old, bad snapshot deltas) that I needed to delete. Problem was, I couldn&#8217;t:</p>
<pre>/vmfs/volumes/datastore/vm/badsnapshots # rm -rf *
rm: cannot remove 'foghorn-000101-ctk.vmdk': Invalid argument
rm: cannot remove 'foghorn-000101-delta.vmdk': Invalid argument</pre>
<p>Try as I might, I couldn&#8217;t get rid of them. Via <tt>lsof</tt> I couldn&#8217;t see that the files weren&#8217;t locked; indeed, I was able to <em>move</em> them, just not <em>delete</em> them. So I cheated, by echoing a character to the file (to verify its sanity and update it&#8217;s <tt>mtime</tt>):</p>
<pre>echo "a" &gt; *</pre>
<p>Then, <tt>rm</tt> worked. Victory!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=206&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/09/21/deleting-problem-files-from-vmfs-data-stores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>vSphere problems with vpxa on hosts</title>
		<link>http://bitpushr.wordpress.com/2011/09/20/vsphere-problems-with-vpxa-on-hosts/</link>
		<comments>http://bitpushr.wordpress.com/2011/09/20/vsphere-problems-with-vpxa-on-hosts/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:23:42 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=201</guid>
		<description><![CDATA[I had a very bizarre issue recently, where two of my 20 vSphere ESXi 5 hosts disconnected from their clusters. When I&#8217;d try and reconnect (or, remove &#38; connect) the hosts from the clusters, I would get an error message saying the host couldn&#8217;t be added because timed waiting for vpxa to start. Bad grammar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=201&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a very bizarre issue recently, where two of my 20 vSphere ESXi 5 hosts disconnected from their clusters. When I&#8217;d try and reconnect (or, remove &amp; connect) the hosts from the clusters, I would get an error message saying the host couldn&#8217;t be added because <tt>timed waiting for vpxa to start</tt>. Bad grammar theirs, not mine!</p>
<p>After filing a support request with VMware, a very helpful engineer helped me determine the cause. Looking through the vpxa logs (<tt>/var/log/vpxa.log</tt>), he noticed that some virtual machines on each host had lots of snapshot files, and vCenter Server was having trouble managing that host. So, we enabled SSH on the problematic ESXi host, and took a look:</p>
<pre>/vmfs/volumes/4e68dec0-274d0c10-21f1-002655806654/Foghorn(Test BlackBaud DB) # ls
Foghorn-000001-ctk.vmdk    Foghorn-000041-delta.vmdk  Foghorn-000081.vmdk        Foghorn-000122-ctk.vmdk    Foghorn-000162-delta.vmdk  Foghorn-000202.vmdk
Foghorn-000001-delta.vmdk  Foghorn-000041.vmdk        Foghorn-000082-ctk.vmdk    Foghorn-000122-delta.vmdk  Foghorn-000162.vmdk        Foghorn-000203-ctk.vmdk</pre>
<p>I cut that off, because there were more than 200 delta files for that VM! Obviously, the snapshot process had spun way out of control for this particular VM. It&#8217;s unclear <em>why</em> this happened, but removing those VMs from the host allowed me to add the hosts back to the cluster.</p>
<p>After that, I simply cloned the problematic VMs (which automatically flattens the snapshots) into new VMs and the problem was solved.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=201&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/09/20/vsphere-problems-with-vpxa-on-hosts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>The reality of economics in tech innovation</title>
		<link>http://bitpushr.wordpress.com/2011/08/28/the-reality-of-economics-in-tech-innovation/</link>
		<comments>http://bitpushr.wordpress.com/2011/08/28/the-reality-of-economics-in-tech-innovation/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 21:43:53 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=177</guid>
		<description><![CDATA[There are things in the economies of tech businesses that scale well (mass production; agglomeration of labor) and there are things that don&#8217;t scale well. Innovation is not something that scales well, and so I will try and point out a few reasons why. A few days ago HP announced that it is killing its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=177&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are things in the economies of tech businesses that scale well (mass production; agglomeration of labor) and there are things that don&#8217;t scale well. Innovation is not something that scales well, and so I will try and point out a few reasons why.</p>
<p>A few days ago HP announced that <a href="http://www.suntimes.com/technology/ihnatko/7158249-417/h-ps-touchpad-webos-killed-and-apple-is-the-main-suspect.html">it is killing its tablet and spinning off WebOS</a>. Perhaps the only surprising thing is that it happened so quickly; the HP tablet was only a few months old.</p>
<p>On the surface, you would imagine &#8212; as many people did &#8212; that a company as large, talented and wealthy as HP could actually pull off a device to compete with the Apple iPad. However, I think this was a poor supposition to have been made at all, for reasons I will go into in this post.</p>
<p>HP&#8217;s competitive advantage in the tech industry is that, up until maybe the last decade or so, it had the best engineers in the business. While that is not arguably true anymore, it is important to note that it never really had a significant competitive advantage in the mobile/tablet market. The mobile/tablet market is dominated by Apple, of course, whose competitive advantage is simply <a href="http://www.cultofmac.com/john-sculley-on-steve-jobs-the-full-interview-transcript/63295">selling great design and great UI</a>. Apple have the most market share because they are obviously the best at it. When was the last time you said &#8220;This HP device is really great, and really easy to use?&#8221; I will go ahead and give you the answer, i.e. &#8220;Never&#8221;. They had tried mobile before, with the <a href="http://welcome.hp.com/country/us/en/prodserv/handheld.html">iPaq smartphones</a>, and they sucked.</p>
<p>While HP&#8217;s lack of competitive advantage in the mobile/tablet sector doesn&#8217;t mean the HP tablet was destined to fail, it sure had a huge mountain to climb if it was to be unseat the iPhone &amp; iPad. Unfortunately for HP, they failed.</p>
<p>It is also worth noting that competitive advantages, like everything else in the world, are dynamic. Research In Motion (RIM) had a competitive advantage in building mobile devices that a) worked well with enterprise software and b) were very network-efficient. Now, neither are really true; as <a href="http://www.bgr.com/2011/06/30/open-letter-to-blackberry-bosses-senior-rim-exec-tells-all-as-company-crumbles-around-him/">RIM employees are starting to see the writing on the wall</a>. RIM failed to notice that customers started wanting different things: as the mobile market expanded to &#8220;regular&#8221; consumers (as opposed to corporate consumers), people want things like cameras and MP3 players and don&#8217;t care about &#8220;true&#8221; multitasking or many things RIM <em>think</em> they care about. <a href="http://www.bgr.com/2011/07/13/rims-inside-story-an-exclusive-look-at-the-rise-and-fall-of-the-company-that-made-smartphones-smart/">But RIM is wrong</a>, and it will kill the company if they don&#8217;t reverse their course.</p>
<p>Innovation can come out of nowhere, and it can disappear just as quickly. Perhaps the first great innovator in the mobile space was Nokia; now their products are <a href="http://art.penny-arcade.com/photos/i-wZpv4fg/0/L/i-wZpv4fg-XL.jpg">openly mocked</a>. They had the best technology at the time the technology was emerging; once the technology became common and cheap they were quickly displaced by other manufacturers who had better devices (Samsung, Motorola, etc.) Businesses cannot rest on their laurels and presume that their advantages will live forever.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=177&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/08/28/the-reality-of-economics-in-tech-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBoard &amp; Oracle benchmarks on SSD storage</title>
		<link>http://bitpushr.wordpress.com/2011/08/28/blackboard-oracle-benchmarks-on-ssd-storage/</link>
		<comments>http://bitpushr.wordpress.com/2011/08/28/blackboard-oracle-benchmarks-on-ssd-storage/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 15:41:42 +0000</pubDate>
		<dc:creator>bitpushr</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://bitpushr.wordpress.com/?p=185</guid>
		<description><![CDATA[I spent Friday benchmarking two platforms against each other: our production BlackBoard instance (9.1 SP6) versus a development BlackBoard instance (also 9.1 SP6) that I spun up for this test. The unique thing about this test was that I put the development instance entirely on SSD storage. Production instance: BlackBoard 9.1 SP6 on VMware ESXi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=185&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent Friday benchmarking two platforms against each other: our production BlackBoard instance (9.1 SP6) versus a development BlackBoard instance (also 9.1 SP6) that I spun up for this test. The unique thing about this test was that I put the development instance entirely on SSD storage.</p>
<p>Production instance:</p>
<ul>
<li>BlackBoard 9.1 SP6 on VMware ESXi VM (Linux)
<li>Oracle 10g R2 on HP BL465c G6 Blade (Linux)
<li>BlackBoard on NetApp filer; 1 volume on a 45-disk RAID-DP aggregate
<li>Oracle on local HP SAS RAID-1 disk set
</ul>
<p>Development instance: </p>
<ul>
<li>BlackBoard 9.1 SP6 on VMware ESXi VM (Linux)
<li>Oracle 10g R2 on VMware ESXi VM (Linux)
<li>BlackBoard on FusionIO ioDrive SSD
<li>Oracle also on (the same) FusionIO ioDrive SSD
</ul>
<p>With the exception of workloads (itself a significant difference, to be sure), I tried to keep everything else the same &#8212; same patches, same OS revision, same LDAP &amp; SSL configurations, etc.</p>
<p>To test performance, I had a suggestion from Steve (<a href="http://twitter.com/#/Seven_Seconds">@Seven_Seconds</a>) at BlackBoard: hit the <tt>/webapps/login/</tt> page with <a href="http://httpd.apache.org/docs/2.0/programs/ab.html">ab</a>, the Apache benchmark tool.</p>
<p>The results were, well, strange. With each test of <strong>em</strong> running 5000 requests to <tt>/webapps/login/</tt>, here is a graph:</p>
<p><img src="http://bitpushr.files.wordpress.com/2011/08/chart.jpg?w=500" alt="NetApp v SSD" /></p>
<p>You can see that the <strong>mean</strong> response times SSD (blue line) equals or out-performs the NetApp (red line) at every concurrency value tested. What is particularly interesting, though, is the incredibly slow rate at which the <strong>standard deviation</strong> of the SSD (purple bars) grows; compare that with the rate at which the standard deviation of the response times of the NetApp (green bars) grow.</p>
<p>Right now, I don&#8217;t have a clear answer as to why the deviations from the mean grow so differently. The NetApp filer has a significantly different workload to the SSD (the SSD has no workload other than this test), but the exponential growth of the NetApp&#8217;s standard deviation is something I&#8217;ll need to investigate further.</p>
<p>Last but not least, there were no SSD-specific tuning options put in place, nor where there any NetApp-specific tuning options. This was as vanilla as both installs could get in order to keep everything relatively comparable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bitpushr.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bitpushr.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bitpushr.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitpushr.wordpress.com&amp;blog=8899863&amp;post=185&amp;subd=bitpushr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bitpushr.wordpress.com/2011/08/28/blackboard-oracle-benchmarks-on-ssd-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80422d4fca4a5830bb3647858e7a8afa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bitpushr</media:title>
		</media:content>

		<media:content url="http://bitpushr.files.wordpress.com/2011/08/chart.jpg" medium="image">
			<media:title type="html">NetApp v SSD</media:title>
		</media:content>
	</item>
	</channel>
</rss>
