<?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"
	>

<channel>
	<title>Security in an Unsecure World</title>
	<atom:link href="http://ryanshooltz.info/feed" rel="self" type="application/rss+xml" />
	<link>http://ryanshooltz.info</link>
	<description>ryan shooltz</description>
	<pubDate>Tue, 04 May 2010 19:08:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Why does CORE fail? Part 2</title>
		<link>http://ryanshooltz.info/archives/97</link>
		<comments>http://ryanshooltz.info/archives/97#comments</comments>
		<pubDate>Tue, 04 May 2010 19:08:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8230; Continuation of my previous post on CORE deficiencies and how it could be improved upon.
What is CORE?
Let&#8217;s look at originally defined CORE equation.
CORE = (S x R x V)/(C x tc)
where,
S = The capacity being reduced in TB. Dave in his post fixes the S value at 100TB to compare all solutions.
R = The [...]]]></description>
			<content:encoded><![CDATA[<p><span>&#8230; Continuation of my <a href="http://andirog.blogspot.com/2010/04/why-does-core-fail-part-1.html">previous post</a> on CORE deficiencies and how it could be improved upon.</span></p>
<p><span>What is CORE?</span></p>
<p>Let&#8217;s look at originally defined CORE equation.<br />
<blockquote>CORE = (S x R x V)/(C x tc)</p>
<p>where,</p>
<p>S = The capacity being reduced in TB. Dave in <a href="http://wikibon.org/blog/dedupe-rates-matter%E2%80%A6just-not-as-much-as-you-think/">his post</a> fixes the S value at 100TB to compare all solutions.</p>
<p>R = The percent reduction achieved. Dave shows the R value in decimal for different solutions, we can assume though R is described as percent reduction, decimal R is used in calculating CORE.</p>
<p>V = The value of capacity being saved. Though, Dave doesn&#8217;t list the V values used for different solutions, it is not difficult to reverse-calculate this value using other parameters listed in his table.</p>
<p>C = The cost of solution doing the reducing.</p>
<p>tc = The elapsed time to compress the capacity. As covered in my last post, I consider this parameter to be stated incorrectly, incorporated inappropriately and irrelevant to the CORE. In place, a better parameter would have been the elapsed time to write.</p></blockquote>
<p>Three things stand out in this CORE equation:
<ol>
<li>CORE equation assumes first-order relationship with its variables. It may seem that for a specified value of S, the high CORE score can be achieved by achieving high data reduction (R) and the value of capacity being saved (V) and reducing the cost of solution (C) and the time to compress (tc).</li>
<p>
<li>CORE equation has variables (S, R, V) in numerator that are normalized for solutions without data reduction but no such adjustment is made for variables (C, tc) in denominator.</li>
<p>
<li>CORE equation is composed of dependent variables instead of independent variables.</li>
</ol>
<p><i>Isn&#8217;t V dependent on S and R?</i></p>
<div>V is defined as cost per TB (Ct) times amount of data reduced (Sr), according to the <a href="http://wikibon.org/wiki/v/Measuring_the_Effectiveness_of_Capacity_Optimization_Technologies">description of the math for CORE</a>. Amount of data reduced (Sr) is the capacity being reduced (S) times percent reduction achieved (R).<br />
<blockquote>V = Sr x Ct = S x R x Ct</p></blockquote>
<p>Substituting V in original CORE equation,<br />
<blockquote>CORE = (S^2) x (R^2) x Ct / (C x tc)</p></blockquote>
<p>To a large extent, this modified CORE equation is composed of more independent variables than  original one. Obviously, it is no longer a first order relationship with S and R.</p>
<p>What is interesting with CORE equation is that amount of data reduced has been included twice, once as amount of data reduced and then again as part of cost of amount of data reduced.</div>
<p><b>What is the CORE value for a solution with no data reduction technology?</b></p>
<p>For,<br />
<blockquote>S = 100 TB,<br />R = 0% as there is no data reduction,<br />V = $0 as there is no capacity being saved,<br />C = 0 as there is no data reduction technology in play so there is no cost of data reduction solution, and<br />tc = 0 ms as there is no compression of data taking place,</p>
<p>CORE = (S x R x V) / (C x tc) = (100 x 0 x 0) / (0 x 0) = 0/0</p>
<p>CORE = 0/0 (indeterminate) <a href="http://en.wikipedia.org/wiki/Division_by_zero">this expression has no meaning</a>.</p></blockquote>
<p>You may agree that a relevant CORE value for a solution with no data reduction technology should be 0 or 1. It also makes sense in calculating value of a data reduction solution to have a solution with no data reduction as baseline.</p>
<p><i>How can we avoid division by zero?</i></p>
<p>1. Replace tc with tw or (tw + tc)</p>
<p>An equation that takes in to account time to write (tw) instead of or in addition to time to compress (tc) could help avoid division by zero when there is no compression/deduplication being used as even baseline solution with no data reduction will have a non-zero time to write. Either tw or (tw + tc) will be a better choice in place of tc in original CORE equation.</p>
<p>2. Redefine tc and tw</p>
<p>Of course, as originally defined in Dave&#8217;s post, tc is time to compress the smallest unit compressed in the solution (e.g. file or multiple files or blocks) which ignores the variation in tc due to variation in the size of smallest unit across various solution. I recommend changing the definition of tw and tc, respectively, to time to write and to compress S amount or certain % of S, the value of S should remain same across all solutions. This will remove the parameter dependency on smallest unit compressed and normalize parameter across same amount of S.</p>
<p>3. Redefine C</p>
<p>As originally defined, C is the cost of data reduction solution. As Dave&#8217; post indicate <i>NetApp doesn’t charge for ASIS – we took a percentage of the array’s cost</i>, we can safely assume that C is <i>only</i> the cost of data reduction part of the solution, and not the whole solution.  In this scenario C = 0 for a solution with no data reduction, thus making CORE value indeterminate again.</p>
<p>An equation that takes in to account the total cost of solution, i.e. cost of solution with no data reduction plus the cost of data reduction solution will help avoid division by zero. Of course, for a data reduction solution that uses existing storage, the total cost of solution will be net present value (NPV) of existing storage plus the cost of data reduction solution. Even better, subtract cost of capacity saved (V) from this cost instead of using V in numerator will result in Net cost of solution.</p>
<p><b>A better CORE equation, may be?</b><br />
<blockquote>CORE = (S x R) / (C x tw x tr)</p>
<p>where,</p>
<p>S, R and V are same as originally defined.</p>
<p>C = Net Cost of Solution = Cost of data reduction solution + Cost of capacity used after reduction</p>
<p>Cost of capacity used after reduction = S (1 - R) x Ct = (S x Ct) - (S x R x Ct) = (S x Ct) - V</p>
<p>tw = time to write a pre-defined storage capacity or fraction of S</p>
<p>tr = time to read a pre-defined storage capacity or fraction of S</p></blockquote>
<p>Of course, some may object to not including read/write ratio, there is no reason why read/write ratio shouldn&#8217;t be included.</p>
<p>In the end, a CORE equation that is function of Storage Capacity (S), Percent data reduction (R), Net Cost of Solution (C), Read/Write ratio, Time to write (tw), and Time to read (tr) will be more valuable than the originally defined CORE equation. Of course, a lot more work is required to determine the interdependency of these variables.
<div>(c) 2010 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://andirog.blogspot.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-5448759969684761323?l=andirog.blogspot.com" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/97/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why does CORE fail? Part 1 - Response</title>
		<link>http://ryanshooltz.info/archives/95</link>
		<comments>http://ryanshooltz.info/archives/95#comments</comments>
		<pubDate>Fri, 30 Apr 2010 15:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Steve Kenniston of Storwize made detailed comment in response to my last post Why does CORE fail? Part 1. I thought my response to his comment deserved a separate blog post. Frankly, I haven&#8217;t kept up with developments at Storwize since May 2007 when I last wrote a series of blog posts on Storewiz so [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Kenniston of Storwize made detailed comment in response to my last post <a href="http://andirog.blogspot.com/2010/04/why-does-core-fail-part-1.html">Why does CORE fail? Part 1</a>. I thought my response to his comment deserved a separate blog post. Frankly, I haven&#8217;t kept up with developments at Storwize since May 2007 when I last wrote a series of blog posts on Storewiz so I don&#8217;t claim any knowledge of current Storwize solution.<br />
<blockquote>First, I am not so sure that time to &#8216;uncompress&#8217; &#8230; is a valid parameter IF all solutions are being compared identically,&#8230;.</p></blockquote>
<p>The time to decompress/reconstitution is as much important, if not more, than time to compress/dedupe. The compression/deduplication can be managed &#8216;internally&#8217; to keep up with write expectations of applications and users whether through delaying writes just enough to allow data reduction in-band or through data reduction after writes complete or some hybrid approach. But, the read expectations must be met in-band so any decompression/reconstitution need to take place correctly and completely in the expected time. A solution that requires lower time to decompress should be rewarded in same fashion as a solution with lower time to compress being rewarded in CORE.<br />
<blockquote>&#8230; First I think we can all agree that decompression or rehydration is faster than  optimization (compression, deduplication). &#8230; the performance of time to &#8216;compress&#8217; (I prefer optimize) and then cut the time in half and call this time to rehydrate. Now apply the formula. I would assume that the new CORE value would come out very close as they are now. </p></blockquote>
<p>I am not so sure of time to decompress/reconstitute being faster than time to compress/dedupe or being 50% of time to compress/dedupe as I haven&#8217;t heard of a solution or seen data yet that supports such claim. Actually, the relationship may be reverse specially for solutions with large amount of compressed/deduped data and high data reduction ratio. Only related published data, I am aware of, is that of read speed being direct function of the smallest unit used for decompression/reconstitution - larger the unit size, higher the read speed.</p>
<p>As I questioned in my last post, are time to decompress and compress proxy for time to read and write from data reduction solution? If it is the case, CORE could be improved upon by including actual time to read and write (instead of time to decompress or compress) or including time to decompress/compress as penalty over normal read/write with a solution that has no data reduction technology - in essence, additional cost in the form of lower read/write performance in exchange for higher storage efficiency.<br />
<blockquote>Also, without understanding how the solution works it is very difficult to debate the merits of the value of performance on that solution. &#8230;</p></blockquote>
<p>If CORE stays with the parameters that can be judged externally for a solution, it will be more relevant and valuable than trying to incorporate parameters internal to a solution like time to compress (tc). A CORE based on externally measured parameters like reduction ratio, read and write performance, and cost of solution over a range of storage capacity and time may produce a better value indicator. Any attempt to include internal mechanisms weakens the CORE due to lack of complete information and understanding of every solution and rapid changes in technology and techniques incorporated in such solutions.<br />
<blockquote>How can you possibly say that a post process solution that has users: 1) Buy full storage capacity (vs. less capacity with an inline solution) &#8230;&#8230; is a good solution? &#8230;</p></blockquote>
<p>Please read my post again. I never claim any one solution is better than other. CORE includes cost of solution as a parameter which supposedly should penalize the solution that includes more storage than required by other solutions.<br />
<blockquote>Step out of the vendor shoes for a moment and put yourself in the shoes of the customer. Which would you want?</p></blockquote>
<p>As a customer, I want a solution that will provide additional storage efficiency at reasonable cost while meeting my expectations for read and write performance, safeguards my data and doesn&#8217;t require additional management overhead. Anything beyond that is vendor coloring the customer expectations to fit it&#8217;s solution.
<div>(c) 2010 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://andirog.blogspot.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-3219694430983810055?l=andirog.blogspot.com" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/95/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why does CORE fail? Part 1</title>
		<link>http://ryanshooltz.info/archives/93</link>
		<comments>http://ryanshooltz.info/archives/93#comments</comments>
		<pubDate>Tue, 27 Apr 2010 06:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently, David Vellante at Wikibon wrote in his blog post Dedupe Rates Matter &#8230; Just Not as Much as You Think about his Capacity Optimization Ratio Effectiveness (CORE) value for ranking dedupe/compression/capacity optimization solutions. He also applied CORE to few dedupe solutions for primary storage.
As I commented on his blog, right away I noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, David Vellante at Wikibon wrote in his blog post <a href="http://wikibon.org/blog/dedupe-rates-matter%E2%80%A6just-not-as-much-as-you-think/">Dedupe Rates Matter &#8230; Just Not as Much as You Think</a> about his Capacity Optimization Ratio Effectiveness (CORE) value for ranking dedupe/compression/capacity optimization solutions. He also applied CORE to few dedupe solutions for primary storage.</p>
<p>As I commented on his blog, right away I noticed that CORE formula had an important parameter missing - time to uncompress/reconstitute (hereafter referred as time to uncompress) deduped data. It is an important parameter that impacts the rate of reading data from dedupe solution by applications/users. As time to uncompress need to be happen inline for both inline and post-processing solutions, logically there will be no major discrepancy in using time to uncompress and reading data from a dedupe solution interchangeably.
<div></div>
<div><u>Is time to compress/dedupe also proxy to rate of data written to dedupe solution?</u></div>
<div></div>
<div>Another important parameter is rate of writing data to a dedupe solution as applications/users have certain expectations on how quickly data must be written to a storage system. David includes time to compress (tc) in his CORE calculation, what I assume, as a proxy to rate of data written to dedupe solution. I may be wrong as I didn&#8217;t see an explicit statement about why time to compress/dedupe is important.</div>
<div></div>
<div>In my opinion, he incorrectly assumes the impact of time to compress/dedupe (hereafter referred as time to compress) to be same across various dedupe solutions whether inline or post processing solutions. The time to compress  impacts the rate of writing data, more so, for a dedupe solution that uses inline processing. There is no impact on rate of writing data for post-processing solutions. So, to have apple-to-apple comparison, David need to either use the rate of writing data across all solutions or include time to compress data as penalty for inline solution due to slowing down the rate of writing data.</div>
<div></div>
<div>The low time to write data is a requirement of applications/users which inline solutions meet by reducing the time to compress as much as possible (possibly at the expense of lower dedupe ratio). Post processing solutions meet the same requirement by delaying the compression/deduplication for later (possibly at the expense of additional capacity required for storing pre-deduped data).</div>
<div></div>
<div>Including time to compress data in CORE calculations without discrimination inaccurately biases the CORE toward inline solutions. Just because a solution have sub-ms time to compress in-band doesn&#8217;t mean it should be rewarded over a solution with few ms time to compress out-of-band.</div>
<div></div>
<div>Assuming that time to compress in inline mode and post processing mode are equivalent, in CORE calculation, is flat out incorrect.</div>
<div></div>
<div><u>Why is Time to Compress being used as Time to compress the smallest unit compressed in the solution (e.g. file or multiple files or block)?</u></div>
<div></div>
<div>Is a dedupe solution that compresses 16KB block size in 0.001ms better than a solution that compresses 64KB block size in 0.003ms? The CORE fails right here.</div>
<div></div>
<div>For all other factors being equal, a solution that claims 0.001ms for compressing 16KB (smallest unit for the first solution) will produce higher CORE value than a solution that claims 0.003ms for compressing 64KB (smallest unit for the second solution). As specified currently, the time to compress, in turn CORE, doesn&#8217;t take into consideration the variation in different unit size used by different solution. Is the CORE formula assuming that compressing/deduping in smaller units better than in larger units?</div>
<div></div>
<div>The smallest unit compressed varies across solutions by a wide range, even &gt;1000x factor. The time to compress should be the amount of time it takes to compress a specified storage capacity and should be normalized across all solutions for CORE to be of any value. Comparing time to compress 16KB units versus 64KB units is like comparing oranges-to-apples. For 1MB data, in first case 64 units will need to be compressed (0.064ms) versus 16 units in later case (0.048ms). CORE using time to compress/dedupe without taking into consideration the unit size will penalize the second solution incorrectly.</div>
<div></div>
<div>In next post, I will further look in to CORE and take apart CORE formula &#8230;</div>
<div></div>
<div>(c) 2010 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://andirog.blogspot.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-1993773034459074790?l=andirog.blogspot.com" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/93/feed</wfw:commentRss>
		</item>
		<item>
		<title>Spreadsheet Miscalculation of 30!</title>
		<link>http://ryanshooltz.info/archives/92</link>
		<comments>http://ryanshooltz.info/archives/92#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ryanshooltz.info/archives/92</guid>
		<description><![CDATA[Today, I encountered something amusing. I was trying to calculate Factorial 30 (also written as 30!). Don&#8217;t ask me why I was trying to calculate Factorial. :-).
As a refresher for some of us who may have forgot Factorials, Factorial 30 is product of all positive integers between 1 and 30 inclusive.
30! = 30 x 29 [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I encountered something amusing. I was trying to calculate Factorial 30 (also written as 30!). Don&#8217;t ask me why I was trying to calculate Factorial. :-).</p>
<p>As a refresher for some of us who may have forgot Factorials, Factorial 30 is product of all positive integers between 1 and 30 inclusive.</p>
<p>30! = 30 x 29 x 28 x 27 x 26 x 25 x 24 x 23 x 22 x 21 x 20 x 19 &#8230; x 1.</p>
<p>With Microsoft Excel, using both PRODUCT function and manual multiplication 30 x 29 x &#8230;.</p>
<p>30! =  265,252,859,812,191,<span>000,000,000,000,000,000</span></p>
<p>Same results on my MacBook with Numbers program, using both PRODUCT function and manual multiplication.</p>
<p>30! = 265,252,859,812,191,<span>000,000,000,000,000,000</span></p>
<p>I got slightly different result with Google Docs Spreadsheet, using PRODUCT function</p>
<p>30! = 265,252,859,812,191,<span>030,000,000,000,000,000</span></p>
<p>And, another different result with Google Docs Spreadsheet using manual multiplication</p>
<p>30! = 265,252,859,812,191,<span>100,000,000,000,000,000</span></p>
<p>But actually,</p>
<p>30! = 265,252,859,812,191,<span>058,636,308,480,000,000</span></p>
<p>It appears spreadsheets are rounding numbers after 15 or 16 digits.
<div>(c) 2009 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-8159880527610413081?l=andirog.blogspot.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/92/feed</wfw:commentRss>
		</item>
		<item>
		<title>Peril of Working in Cloud</title>
		<link>http://ryanshooltz.info/archives/91</link>
		<comments>http://ryanshooltz.info/archives/91#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ryanshooltz.info/archives/91</guid>
		<description><![CDATA[Sorry! We are experiencing technical difficulties and cannot show all of your documents.
Do you have local backup copies of everything important you store in the Cloud?
(c) 2009 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.
]]></description>
			<content:encoded><![CDATA[<p>Sorry! We are experiencing technical difficulties and cannot show all of your documents.</p>
<p><img style="56px;" src="http://1.bp.blogspot.com/_L3gwXK9r6DY/SiMzS_ucWJI/AAAAAAAAEAM/fx2_mxHvLg0/s400/perils.jpg" border="0" /><br />Do you have local backup copies of everything important you store in the Cloud?
<div>(c) 2009 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-4944312758119316602?l=andirog.blogspot.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/91/feed</wfw:commentRss>
		</item>
		<item>
		<title>Any Vendor Strategy, why not?</title>
		<link>http://ryanshooltz.info/archives/90</link>
		<comments>http://ryanshooltz.info/archives/90#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ryanshooltz.info/archives/90</guid>
		<description><![CDATA[Initially, I was going to post a comment on Chris Evan&#8217;s recent post 2V or Not 2V (vendors this is). With the increasing length of the comment, I decided to turn it in to a blog post of my own. Chris succinctly covered the operational aspects and challenges of multi-vendor strategy.
The challenge is how deep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="300px;" src="http://1.bp.blogspot.com/_L3gwXK9r6DY/SUHyhSn4T1I/AAAAAAAAD-M/emt7-w5zqWA/s400/IMG_0378_ed.jpg" border="0" /><br />Initially, I was going to post a comment on Chris Evan&#8217;s recent post <a href="http://storagearchitect.blogspot.com/2008/12/2v-or-not-2v-vendors-that-is.html">2V or Not 2V (vendors this is)</a>. With the increasing length of the comment, I decided to turn it in to a blog post of my own. Chris succinctly covered the operational aspects and challenges of multi-vendor strategy.</p>
<p>The challenge is how deep do you go in your environment to have multiple vendors. Do you want to have multiple vendors for,
<ul>
<li>only large items like storage subsystems?
<li>smaller stuff like HBAs and switches too? 
<li>commodity type stuff that has little differentiation among vendors? 
<li>specialized products?</ul>
<p>Just because you have multiple vendors, doesn&#8217;t necessarily gives you $ bargaining power. Bargaining power comes with the transaction volume, transaction size, transaction frequency and your value to the vendor. </p>
<p>At the smaller end, though you can achieve better operational efficiency by standardizing on single vendor, you don&#8217;t have the volume and size for a single vendor to take you seriously. Unless by consolidating all your purchases you get the volume and size to be valuable to a vendor, why not just buy the best-of-breed solutions?</p>
<p>How much operational efficiency are you going to gain by buying three Clariion versus one Clariion, one 3Par and one Compellant?</p>
<p>At the high end, single vendor strategy hinders your ability to adopt innovation and new technologies with minimal gains in operational efficiency (remember large teams can be split among multiple vendors if needed) though you may be valuable to the vendor and get better pricing. How much operational efficiency are you going to lose by adding three 3Pars to couple of dozen AMS, you already have?</p>
<p>I have seen, heard and experienced enough horror stories to believe either single or multiple vendor strategy for any one organization is a right strategy. I favor Any Vendor strategy where your decisions are driven by the best solution that meets your need and not a solution from a pre-selected vendors that somewhat meets the needs.
<div>(c) 2009 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-2670651428394427129?l=andirog.blogspot.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/90/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adaptec Advisors are Back!</title>
		<link>http://ryanshooltz.info/archives/88</link>
		<comments>http://ryanshooltz.info/archives/88#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Adaptec PR firm sent a note mentioning that Adaptec Storage Advisor&#8217;s blog is back! Check it out.
I am also trying to get back to updating my blog after a long hiatus. Hopefully with some small and quick blog posts on regular basis, my writing habit will establish. In the mean time, enjoy the sights from [...]]]></description>
			<content:encoded><![CDATA[<p>Adaptec PR firm sent a note mentioning that <a href="http://storageadvisors.adaptec.com/">Adaptec Storage Advisor&#8217;s blog</a> is back! Check it out.</p>
<p>I am also trying to get back to updating my blog after a long hiatus. Hopefully with some small and quick blog posts on regular basis, my writing habit will establish. In the mean time, enjoy the sights from my various trips.</p>
<p>How do you overcome writing drought?</p>
<p><img style="240px;" src="http://3.bp.blogspot.com/_L3gwXK9r6DY/SSzdvxqlehI/AAAAAAAAD-E/MPEIJ6julz4/s320/P1000337.jpg" border="0" />
<div>(c) 2009 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-8912495156043387003?l=andirog.blogspot.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/88/feed</wfw:commentRss>
		</item>
		<item>
		<title>Spreadsheet Miscalculation of 30!</title>
		<link>http://ryanshooltz.info/archives/86</link>
		<comments>http://ryanshooltz.info/archives/86#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Today, I encountered something amusing. I was trying to calculate Factorial 30 (also written as 30!). Don&#8217;t ask me why I was trying to calculate Factorial. :-).
As a refresher for some of us who may have forgot Factorials, Factorial 30 is product of all positive integers between 1 and 30 inclusive.
30! = 30 x 29 [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I encountered something amusing. I was trying to calculate Factorial 30 (also written as 30!). Don&#8217;t ask me why I was trying to calculate Factorial. :-).</p>
<p>As a refresher for some of us who may have forgot Factorials, Factorial 30 is product of all positive integers between 1 and 30 inclusive.</p>
<p>30! = 30 x 29 x 28 x 27 x 26 x 25 x 24 x 23 x 22 x 21 x 20 x 19 &#8230; x 1.</p>
<p>With Microsoft Excel, using both PRODUCT function and manual multiplication 30 x 29 x &#8230;.</p>
<p>30! =  265,252,859,812,191,<span>000,000,000,000,000,000</span></p>
<p>Same results on my MacBook with Numbers program, using both PRODUCT function and manual multiplication.</p>
<p>30! = 265,252,859,812,191,<span>000,000,000,000,000,000</span></p>
<p>I got slightly different result with Google Docs Spreadsheet, using PRODUCT function</p>
<p>30! = 265,252,859,812,191,<span>030,000,000,000,000,000</span></p>
<p>And, another different result with Google Docs Spreadsheet using manual multiplication</p>
<p>30! = 265,252,859,812,191,<span>100,000,000,000,000,000</span></p>
<p>But actually,</p>
<p>30! = 265,252,859,812,191,<span>058,636,308,480,000,000</span></p>
<p>It appears spreadsheets are rounding numbers after 15 or 16 digits.
<div>(c) 2008 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/7209606-8159880527610413081?l=blog.andirog.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/86/feed</wfw:commentRss>
		</item>
		<item>
		<title>Peril of Working in Cloud</title>
		<link>http://ryanshooltz.info/archives/84</link>
		<comments>http://ryanshooltz.info/archives/84#comments</comments>
		<pubDate>Mon, 01 Jun 2009 10:49:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Sorry! We are experiencing technical difficulties and cannot show all of your documents.
Do you have local backup copies of everything important you store in the Cloud?
(c) 2008 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.
]]></description>
			<content:encoded><![CDATA[<p>Sorry! We are experiencing technical difficulties and cannot show all of your documents.</p>
<p><img style="56px;" src="http://1.bp.blogspot.com/_L3gwXK9r6DY/SiMzS_ucWJI/AAAAAAAAEAM/fx2_mxHvLg0/s400/perils.jpg" border="0" /><br />Do you have local backup copies of everything important you store in the Cloud?
<div>(c) 2008 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.<img width="1" height="1" src="http://blogger.googleusercontent.com/tracker/7209606-4944312758119316602?l=blog.andirog.com" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/84/feed</wfw:commentRss>
		</item>
		<item>
		<title>Any Vendor Strategy, why not?</title>
		<link>http://ryanshooltz.info/archives/82</link>
		<comments>http://ryanshooltz.info/archives/82#comments</comments>
		<pubDate>Fri, 12 Dec 2008 12:13:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Initially, I was going to post a comment on Chris Evan&#8217;s recent post 2V or Not 2V (vendors this is). With the increasing length of the comment, I decided to turn it in to a blog post of my own. Chris succinctly covered the operational aspects and challenges of multi-vendor strategy.
The challenge is how deep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="300px;" src="http://1.bp.blogspot.com/_L3gwXK9r6DY/SUHyhSn4T1I/AAAAAAAAD-M/emt7-w5zqWA/s400/IMG_0378_ed.jpg" border="0" /><br />Initially, I was going to post a comment on Chris Evan&#8217;s recent post <a href="http://storagearchitect.blogspot.com/2008/12/2v-or-not-2v-vendors-that-is.html">2V or Not 2V (vendors this is)</a>. With the increasing length of the comment, I decided to turn it in to a blog post of my own. Chris succinctly covered the operational aspects and challenges of multi-vendor strategy.</p>
<p>The challenge is how deep do you go in your environment to have multiple vendors. Do you want to have multiple vendors for,
<ul>
<li>only large items like storage subsystems?
<li>smaller stuff like HBAs and switches too? 
<li>commodity type stuff that has little differentiation among vendors? 
<li>specialized products?</ul>
<p>Just because you have multiple vendors, doesn&#8217;t necessarily gives you $ bargaining power. Bargaining power comes with the transaction volume, transaction size, transaction frequency and your value to the vendor. </p>
<p>At the smaller end, though you can achieve better operational efficiency by standardizing on single vendor, you don&#8217;t have the volume and size for a single vendor to take you seriously. Unless by consolidating all your purchases you get the volume and size to be valuable to a vendor, why not just buy the best-of-breed solutions?</p>
<p>How much operational efficiency are you going to gain by buying three Clariion versus one Clariion, one 3Par and one Compellant?</p>
<p>At the high end, single vendor strategy hinders your ability to adopt innovation and new technologies with minimal gains in operational efficiency (remember large teams can be split among multiple vendors if needed) though you may be valuable to the vendor and get better pricing. How much operational efficiency are you going to lose by adding three 3Pars to couple of dozen AMS, you already have?</p>
<p>I have seen, heard and experienced enough horror stories to believe either single or multiple vendor strategy for any one organization is a right strategy. I favor Any Vendor strategy where your decisions are driven by the best solution that meets your need and not a solution from a pre-selected vendors that somewhat meets the needs.
<div>(c) 2008 Anil Gupta. This blog entry is my personal thoughts and opinions. Originally posted at http://blog.andirog.com.</div>
]]></content:encoded>
			<wfw:commentRss>http://ryanshooltz.info/archives/82/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
