<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>International Computer Concepts Blog</title>
	<atom:link href="http://blog.icc-usa.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.icc-usa.com</link>
	<description>The coolest &#38; most informative place for news about HPC, servers, and other enterprise IT</description>
	<lastBuildDate>Sun, 15 Apr 2012 10:38:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SSD vs HDD: Choosing the right tool for the job</title>
		<link>http://blog.icc-usa.com/2012/04/09/ssd-vs-hdd-choosing-the-right-tool-for-the-job/</link>
		<comments>http://blog.icc-usa.com/2012/04/09/ssd-vs-hdd-choosing-the-right-tool-for-the-job/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 15:34:19 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=420</guid>
		<description><![CDATA[We&#8217;ve featured solid-state drives (SSDs) in the past on this blog. However, given the recent situation in Thailand and increasing shortage of hard-disk drives, I thought it would be appropriate to feature a piece helping people who are designing computer &#8230; <a href="http://blog.icc-usa.com/2012/04/09/ssd-vs-hdd-choosing-the-right-tool-for-the-job/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Photo of an HDD and SSD drive" src="http://blog.icc-usa.com/images/HDD-SSD2.gif" alt="Photo of an HDD and SSD drive" width="180" height="181" />We&#8217;ve featured solid-state drives (SSDs) <a title="Read article titled &quot;The I/O Bottleneck and Solid-State Drives (SSD)&quot; on the ICC Blog" href="http://blog.icc-usa.com/?p=103">in the past</a> on this blog. However, given the recent <a title="The Impact of Thailand and Hard-Drive Shortages" href="http://blog.icc-usa.com/2011/10/25/thailand-hard-drive-shortage/">situation in Thailand</a> and increasing shortage of hard-disk drives, I thought it would be appropriate to feature a piece helping people who are designing computer systems decide when it is a good idea to use SSDs rather the traditional hard drives (HDDs).*</p>
<p>The first two things that people usually think of when they consider SSDs are that they are both much <em>faster</em> and <em>more expensive</em> than HDDs at the same level of drive capacity. Their high price tag makes SSDs currently under-utilized in the market even though for some applications you&#8217;d be saving money by using them. Let&#8217;s briefly look at a basic example.</p>
<p>Let&#8217;s assume we&#8217;re currently running the hardware configuration below:</p>
<ul>
<li><strong>Configuration 1</strong></li>
<li>10x 2U servers</li>
<li>24 SAS drives</li>
<li>$80,000 total cost ($36,000 drives + $40,000 servers + $4,000 rack space)</li>
</ul>
<p>In the above example, let&#8217;s assume we decided to go with SAS drives because our applications demand high IOPS but not necessarily much storage space (i.e. we&#8217;re currently under-utilizing the storage capacity). In such a scenario, it is much more cost-effective to have used SSDs rather than SAS drives in designing a configuration. Here is how the improved configuration would look:</p>
<ul>
<li><strong>Configuration 2</strong></li>
<li>4x 1U servers</li>
<li>8 SSD drives</li>
<li>$30,800 total cost ($5,000 drives + $25,000 servers + $800 rack space)</li>
</ul>
<p>Configuration 2, which uses SSDs instead of HDDs, <em><span style="color: #000000;">saves you 62% in purchasing costs</span></em> over Configuration 1 (it will also save you money in operating costs because SSDs use less energy than spinning drives and there are also less total servers to power). This simple example illustrates some of the possibilities for hardware cost and energy consumption savings that SSDs promise, but deciding on whether to go with SSDs or HDDs is all about choosing the right tool for the job. Let&#8217;s look at this challenge in more detail.</p>
<p>There are three key metrics (aside from price) to consider when determining whether SSDs are the smart option for your computing system. These are storage, IOPS, and workload requirements. Let&#8217;s look at storage capacity first.</p>
<h3>Storage Capacity</h3>
<p>It&#8217;s undeniable that if your applications require large quantities of storage space, SAS and SATA drives look much more appealing than SSDs to the pocketbook. As <em>Chart A</em> demonstrates, for the same GB capacity, an SSD drive is much pricier than a SAS drive (and the SSDs don&#8217;t even come close to matching the capacity levels of SATA drives).</p>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<div class="wp-caption aligncenter" style="width: 460px"><img title="Chart of prices per storage capacity for SSD, SATA and SAS drives" src="http://blog.icc-usa.com/images/Price-Per-Storage-Capacity.jpg" alt="Chart of prices per storage capacity for SSD, SATA and SAS drives" width="450" height="308" /><p class="wp-caption-text">Chart A</p></div>
</div>
<p>So, if I/O performance is not important and you require merely storage capacity, SATA or SAS drives are usually the best options. But what if your applications call for <em>both </em>many gigabytes and high I/O?</p>
<p>You can attain a solution for this situation by designing a hybrid system, a server that uses both SSDs and HDDs. Although this requires more in-depth knowledge of your applications&#8217; resource utilization to implement, such a solution can make your servers more efficient and save you money. By assigning some tasks (such as handling swap files and transaction logs) to SSDs and other storage tasks to HDDs, you can reduce the <a title="Read the article titled &quot;The I/O Bottleneck and Solid State Drives (SSD)&quot; on the ICC Blog" href="http://blog.icc-usa.com/?p=103">I/O bottleneck</a> and at the same time allow for large quantities of data to be stored on the system.</p>
<p>There is another type of solution with hybrid drives, which works exceptionally well in storage systems where the need for drive read (but not write) performance is extremely high. This solution is based on LSI&#8217;s CacheCade technology that uses SSDs as RAID controller cache. Read more about such an implementation <a title="Read the ICC Blog post titled, &quot;Our solution for an NCSA high-performance storage prototype&quot;" href="http://blog.icc-usa.com/?p=361">here</a>.</p>
<p>Once you&#8217;ve considered your storage requirements, the next factor to take into account is performance.</p>
<h3>IOPS</h3>
<p>IOPS stands for Input/Output Operations Per Second (IOPS), and it is a measure of drive performance. For HDDs, IOPS is largely determined by the quickness with which the rotating disk and the read/write head operate. Since SAS drives spin at speeds much higher than SATA drives (15,000 RPM vs. 7,200 RPM, respectively), you can frequently rule out SATA drives as an option if your applications require high IOPS.</p>
<p>SSDs can attain comparable or better IOPS levels as SAS drives for a much lower cost. So, when it comes to IOPS, the typical mantra that &#8220;SSDs are too expensive&#8221; is actually reversed. SSDs only seem expensive when comparing price per gigabytes (see <em>Chart A</em>); if you compare price per IOPS, SAS drives are the more costly option (see <em>Chart B</em>).</p>
<div class="wp-caption aligncenter" style="width: 460px"><img title="Chart showing price per IOPS of SSDs, SAS drives, and Fusion-io" src="http://blog.icc-usa.com/images/Price-Per-IOPS.jpg" alt="Chart showing price per IOPS of SSDs, SAS drives, and Fusion-io" width="450" height="283" /><p class="wp-caption-text">Chart B</p></div>
<p><em>Chart B</em> also shows FIO in addition to SSD and SAS drives. FIO stands for <a title="Go to the Fusion-io website" href="http://www.fusionio.com/">Fusion-io</a>, a vendor of a unique and high-end type of I/O solution. FIO uses solid-state flash memory connected via a PCIe slot on the motherboard to achieve perhaps the highest levels of IOPS possible in a system (over 1,000,000 IOPS, in some cases). Such a solution is very pricey and is only recommended in extreme cases where the application calls for the highest performance available regardless of the cost (e.g. computational finance).</p>
<p>But IOPS is still only one part of the I/O equation. You still have to consider the workload requirements of your applications.</p>
<h3>Sequential vs. Random I/O</h3>
<p>I/O operations can be classified as one of two types: sequential or random. In HDDs, the most time consuming part of the I/O process is when the disk head seeks the disk cylinder to access the correct data. If it needs to access data that is scattered in many different places on the disk (i.e. random I/O workload), then HDD performance will be significantly slower. On the other hand, if the data to be read is located in the same general area of the disk cylinder (and the disk is not terribly fragmented), then HDDs can tackle such sequential I/O workloads rather well.</p>
<p>Applications that use sequential I/O operations include backup, archiving, and streaming video. Two common examples of random I/O are database servers and Microsoft Exchange servers.</p>
<p>Since SSDs don&#8217;t have spinning parts, they perform random I/O operations better than hard disk drives<em>. Chart C</em> approximately demonstrates this workload to technology alignment.</p>
<div class="wp-caption aligncenter" style="width: 310px"><img title="SSD Workload and Technology Alignment Chart" src="http://blog.icc-usa.com/images/SSD-Workload-Tech-Alignment.jpg" alt="SSD Workload and Technology Alignment Chart showing that SSDs are better for random I/O applications while SAS drives are a good deal for sequential I/O applications" width="300" height="220" /><p class="wp-caption-text">Chart C</p></div>
<p>Of course the devil is in the details, and you should  first determine <em>specifically </em>what type of workload your applications will demand. As a general rule of thumb, SATA drives are sufficient for situations which primarily require sequential I/O, SSDs should be used when faster seek time is at a premium (random I/O), and SAS drives are a good solution when you expect a mixed workload.</p>
<h3>Conclusion: Where SSDs excel</h3>
<p>The best situations where you could use solid-state drives are ones where:</p>
<ol>
<li>The size of your data set is small,</li>
<li>You require high IOPS, and</li>
<li>Your I/O workload is mostly random operations.</li>
</ol>
<p><span style="font-size: 16px; font-family: Georgia, 'Bitstream Charter', serif; line-height: 24px;">There are other important factors to consider when deciding whether SSDs or HDDs are the right tool for the job. For instance, most types of enterprise-level SSDs have write longevity constraints over the course of their usable life. In addition, if you decide to reduce the number of servers you deploy by utilizing SSDs, you should make sure that scaling down your hardware does not create other bottlenecks in processing power, network I/O, or RAM.</span></p>
<p><span style="font-size: 16px; font-family: Georgia, 'Bitstream Charter', serif; line-height: 24px;">If you have any other advice for those trying to decide between SSDs and HDDs when designing computing systems, please post in the comments below. Thanks for reading!</span></p>
<hr />
<p><em>* This article (and the data mentioned) is based on an excellent presentation delivered by Douglas Bone on April 19, 2011.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/04/09/ssd-vs-hdd-choosing-the-right-tool-for-the-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICC &#8216;Cosmos&#8217; Servers with Intel Xeon E5-2600 Processors</title>
		<link>http://blog.icc-usa.com/2012/03/05/icc-cosmos-servers-with-xeon-e5-processors/</link>
		<comments>http://blog.icc-usa.com/2012/03/05/icc-cosmos-servers-with-xeon-e5-processors/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 19:56:20 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[ICC News]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1216</guid>
		<description><![CDATA[If you haven&#8217;t heard the news yet, the next generation Sandy Bridge Intel Xeon E5 processors have been released for the general public. We&#8217;ve announced our new &#8216;Cosmos&#8217; Server line, boasting the Xeon E5-2600 family of processors. Learn more about &#8230; <a href="http://blog.icc-usa.com/2012/03/05/icc-cosmos-servers-with-xeon-e5-processors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="float:right"><img src="http://www.icc-usa.com/redesign/images/xeon-e5-cosmos-lp.png" alt="Image of Cosmos Server Motherboard" width="264" height="171" /></div>
<p>If you haven&#8217;t heard the news yet, the next generation Sandy Bridge Intel Xeon E5 processors have been released for the general public. We&#8217;ve announced our new <strong>&#8216;Cosmos&#8217; Server line</strong>, boasting the Xeon E5-2600 family of processors.</p>
<p>Learn more about them on our website and contact us to put the power of the &#8216;Cosmos&#8217; at the core of your computing today!</p>
<p><a title="New ICC Cosmos Servers with Xeon E5 Processors" href="http://www.icc-usa.com/xeon-e5-cosmos-servers.asp" style="color: #000;">
<div style="display: block; margin-left: 100px; width: 350px; height: auto; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background: -webkit-gradient(linear, 9% 100%, 9% 37%, from(#E59A69), to(#FF6600));">
<div style="text-align: center; font-size: 24px; font-weight: bold; font-color: #000;">New ICC Cosmos Servers!</div>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/03/05/icc-cosmos-servers-with-xeon-e5-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Xeon E5 Processors – Sign up to receive notifications</title>
		<link>http://blog.icc-usa.com/2012/02/22/sign-up-for-intel-xeon-e5-processor-notifications/</link>
		<comments>http://blog.icc-usa.com/2012/02/22/sign-up-for-intel-xeon-e5-processor-notifications/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:45:50 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[HPC]]></category>
		<category><![CDATA[ICC News]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1204</guid>
		<description><![CDATA[We have a new page on our site for the Intel Xeon E5 Processors that will be released soon. Although the products aren&#8217;t yet available, you can sign up and browse our existing Xeon E3 catalog. The page also contains &#8230; <a href="http://blog.icc-usa.com/2012/02/22/sign-up-for-intel-xeon-e5-processor-notifications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have a new page on our site for the <a title="See more about the Intel Xeon E5 Processors" href="http://www.icc-usa.com/intel-xeon-e5.asp">Intel Xeon E5 Processors</a> that will be released soon. Although the products aren&#8217;t yet available, you can sign up and browse our existing Xeon E3 catalog. The page also contains some details on the new Xeon E5 processors which we discussed here a few weeks ago.</p>
<p>Check out the page, or if you would rather just skip that and register for updates here, fill out the form below. You will receive a notification when the new E5 processors and their server systems have been released and are up on our website. You may also request additional information and specs before that time.</p>
<p><!-- Begin MailChimp Signup Form --></p>
<link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="http://icc-usa.us1.list-manage1.com/subscribe/post?u=6d3f55deb1ff70ee99734e4b1&amp;id=07e6ede267" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span><br />
</label></p>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
	<label for="mce-FNAME">First Name  <span class="asterisk">*</span><br />
</label></p>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
	<label for="mce-LNAME">Last Name  <span class="asterisk">*</span><br />
</label></p>
<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</p></div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<p><script type="text/javascript">
var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &#038;&#038; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = err_style;
} else {
  style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);</p>
<p>var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks>40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
      options = { url: 'http://icc-usa.us1.list-manage.com/subscribe/post-json?u=6d3f55deb1ff70ee99734e4b1&#038;id=07e6ede267&#038;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        $('#mce_tmp_error_msg').remove();
                        $('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                $(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(':hidden', this).each(
                                    function(){
                                        var bday = false;
                                        if (fields.length == 2){
                                            bday = true;
                                            fields[2] = {'value':1970};//trick birthdays into having years
                                        }
                                    	if ( fields[0].value=='MM' &#038;&#038; fields[1].value=='DD' &#038;&#038; (fields[2].value=='YYYY' || (bday &#038;&#038; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &#038;&#038; fields[1].value=='' &#038;&#038; (fields[2].value=='' || (bday &#038;&#038; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else {
	                                        this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      $('#mc-embedded-subscribe-form').ajaxForm(options);</p>
<p>    });
}
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = '
<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>
<p>';</p>
<p>                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}</p>
<p></script><br />
<!--End mc_embed_signup--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/22/sign-up-for-intel-xeon-e5-processor-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Less Than a Week Left for the &#8220;Social Servers&#8221; Deal</title>
		<link>http://blog.icc-usa.com/2012/02/22/less-than-one-week-social-servers-deal/</link>
		<comments>http://blog.icc-usa.com/2012/02/22/less-than-one-week-social-servers-deal/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 11:50:32 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[ICC News]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1198</guid>
		<description><![CDATA[There is still time before the social servers deal ends! Remember we need to reach our goal of 50 systems in order for everyone to get the deal of 20%! The promotion includes this hardware: Case: Supermicro 813MT-350CB Motherboard: X9SCL-F &#8230; <a href="http://blog.icc-usa.com/2012/02/22/less-than-one-week-social-servers-deal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Stellar Deal Campaign" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/images/Email_Image.png" alt="Image of our Stellar Deal Campaign" width="600" height="425" /><br />
<strong>There is still time before the social servers deal ends! Remember we need to reach our goal of 50 systems in order for everyone to get the deal of 20%!</strong></p>
<p>The promotion includes this hardware:</p>
<ul>
<li>Case: Supermicro 813MT-350CB</li>
<li>Motherboard: X9SCL-F</li>
<li>Processor: Intel Xeon E3-1230 3.2 GHz</li>
<li>Power Supply: 350W High-Efficiency</li>
</ul>
<p>You also get your choice of 8GB or 16GB memory and up to 8 TB of storage space. Our promotion includes access to phenomenally-priced Toshiba enterprise hard drives.<br />
<img class="aligncenter" title="Sample Comparison for Stellar Deal" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/files/Comparison_Image.png" alt="Image Showing Sample Price Comparison of Standard $1633.07 vs. Stellar Deal of Under $1350" width="501" height="268" /><br />
<strong>It&#8217;s not social shopping without your engagement! Don&#8217;t be anti-social&#8230; share with others and claim your 20% discount today!</strong><br />
<a title="Buy Social and Save on Our Intel 1U Xeon E3 Server" href="http://www.icc-usa.com/stellar-deal/?utm_source=blog&amp;utm_medium=post&amp;utm_campaign=5017c-mtf" style="color: #000; text-decoration: none;">
<div style="display: block; margin-left: 138px; width: 300px; height: auto; -moz-border-radius-topleft: 25px; -moz-border-radius-topright: 25px; -moz-border-radius-bottomleft: 25px; -moz-border-radius-bottomright: 25px; -webkit-border-top-left-radius: 25px; -webkit-border-top-right-radius: 25px; -webkit-border-bottom-left-radius: 25px; -webkit-border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; background: -webkit-gradient(linear, 9% 100%, 9% 37%, from(#E59A69), to(#FF6600));">
<div style="text-align: center; font-size: 24px; font-weight: bold; font-color: #000;">Buy Social!</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Limited Time Offer</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Ends in Less Than a Week!</div>
<p></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/22/less-than-one-week-social-servers-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS, SATA, and iSCSI – A Tutorial</title>
		<link>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/</link>
		<comments>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:06:00 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1184</guid>
		<description><![CDATA[Yesterday there was a great piece over at TechRepublic on the confusing intersection of SAS, SATA and iSCSI arrays. For anyone who has ever had a difficult time understanding and differentiating these technologies, this is a very valuable resource. Excerpts are &#8230; <a href="http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday there was a great piece over at <em>TechRepublic</em> on the confusing intersection of SAS, SATA and iSCSI arrays. For anyone who has ever had a difficult time understanding and differentiating these technologies, this is a very valuable resource. Excerpts are cross-posted below.</p>
<blockquote><p>SATA and SAS are storage interface and bus types designed to aid in the movement of data from one place to another. Think of SAS and SATA as different kinds of computer interfaces, such as PCI Express, but there are actually multiple components that make up the overall SAS architecture.</p>
<ul>
<li>Initiators. The initiator is the SAS controller to which SAS expanders or targets can be connected.</li>
<li>Expanders. Expanders sit between initiators and targets, but can also connect to other expanders, as you can see in Figure A. Expanders are sort of like network switches in that they can direct traffic and they provide the ability to scale the SAS architecture beyond single port limits.</li>
<li>Targets. A target is either a SAS drive or a SATA disk. SATA disks can be connected to SAS expanders and initiators, but do not perform quite as well as SAS disks.</li>
</ul>
</blockquote>
<p><span id="more-1184"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1187" title="A Simple SAS Diagram" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-a.jpg" alt="Flowchart Outlining a SAS Setup" width="416" height="350" /></p>
<p>Each drive has its own host interface (SAS or SATA) which are connected to an initiator or an expander. The initiator, functioning as the system controller, communicates with the SSD using the appropriate commands as dictated by the host interface (again, SAS or SATA.)</p>
<p>In other words, the SSD functions no differently than a hard-disk in terms of how it the interfaces (SAS or SATA) work. It simply utilizes a different method of storing the data.</p>
<p>Now&#8230; let&#8217;s introduce iSCSI</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1189" title="SAS and SATA with iSCSI Storage Array" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-b.jpg" alt="Image of SAS and SATA Disks with iSCSI Storage Array" width="392" height="430" /></p>
<p>The above image includes an iSCSI initiator in the host server:</p>
<blockquote><p>It’s either hardware- or software-based and controls communications with the Ethernet-based storage array. By virtue of the fact that the system is using Ethernet for storage traffic, speeds of both 1 Gbps and 10 Gbps are supported. In an iSCSI storage network, SCSI commands originate on the host, at which point, they are encapsulated inside TCP/IP packets. These TCP/IP packets then traverse the Ethernet network just like any other network traffic. At the storage array side of the equation, these packets are received and the SCSI commands are extracted from the TCP/IP packet and passed on to the storage device for execution. Data that is transmitted back to the host undergoes this same encapsulation process.</p></blockquote>
<p>Basically, iSCSI adds some extra processor load because of the encapsulation process which takes time. We can think of iSCSI as a &#8220;storage transportation method.&#8221; In that sense, they resemble SATA and SAS in dealing with how the data is moved around (vs. SSD which deals with how the data is stored.) While this adds resource consumption, the author notes that it also provides a good method to decouple storage from the host, allowing for the share of storage among multiple hosts, as shown below:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1190" title="Sharing Storage Among Multiple Hosts with iSCSI" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-c.jpg" alt="Diagram Showing Storage Share Among Multiple Hosts with iSCSI" width="482" height="441" /></p>
<p>However, you might be wondering exactly how does iSCSI compare to SATA and SAS. The author begins to address this.</p>
<blockquote><p>iSCSI is the storage transport but, at present, there is no such thing as an “iSCSI disk.” iSCSI arrays use SAS and SATA disks (which can also be SSDs) for storage, but the data is transported to hosts using iSCSI.</p></blockquote>
<p>While SAS and SATA or networking interfaces, iSCSI is a <strong>networking protocol </strong>that can run across the infrastructure. In that sense, iSCSI is complementary, not contradictory, to SAS and SATA.</p>
<hr />
<p><a title="How SAS and SATA fit in with the iSCSI array" href="http://www.techrepublic.com/blog/networking/how-sas-and-sata-fit-in-with-the-iscsi-array/5349?tag=nl.e102">Check out the original article</a> over at <em>TechRepublic</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intel MIC and its Comprehensive Networking Strategy</title>
		<link>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/</link>
		<comments>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:30:44 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Heterogeneous Computing]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1099</guid>
		<description><![CDATA[Last week we talked about the upcoming release of Intel&#8217;s Xeon E5 processor family. This week, we have some even more important announcements regarding Intel MIC and the strategic direction that Intel is headed regarding high performance computing. Intel &#8220;MIC&#8221; &#8230; <a href="http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week we talked about the upcoming release of <a title="Gearing up for Intel Xeon E5 Launch" href="http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/">Intel&#8217;s Xeon E5 processor family</a>. This week, we have some even more important announcements regarding <em>Intel MIC </em>and the strategic direction that Intel is headed regarding <em>high performance computing</em>.</p>
<div id="attachment_1169" class="wp-caption aligncenter" style="width: 298px"><a href="http://blog.icc-usa.com/wp-content/uploads/2012/02/Aubrey-Isle-Die.png" rel="wp-prettyPhoto[g1099]"><img class=" wp-image-1169 " title="Aubrey Isle Die" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/Aubrey-Isle-Die.png" alt="Image of the Aubrey Isle Die used in the Intel MIC &quot;Knights Ferry&quot;" width="288" height="217" /></a><p class="wp-caption-text">Die shot of &#39;Aubrey Isle,&#39; the silicon chip included in the Intel MIC &#39;Knights Ferry&#39; development platform</p></div>
<p><span id="more-1099"></span></p>
<p><strong>Intel &#8220;MIC&#8221;</strong> (for Many Integrated Core) co-processor architecture is a leading initiative in Intel&#8217;s move into the realm of HPC and parallel computing. At Supercomputing 2011, Intel had an opportunity to show off the advantages of Intel MIC for a variety of computing tasks, including weather modeling, tomography, protein folding and advanced materials simulation. Intel beamed with joy unveiling their <a title="Intel Unveils 50 Core Processor, Knights Ferry" href="http://gizmodo.com/5860038/intels-newest-chip-has-50-cores-and-will-eat-your-family">50 core &#8220;Knights Ferry&#8221; prototype last year</a>.</p>
<p>This year we are expected to see the next product in this line: the much-anticipated commercial &#8220;Knights Corner.&#8221; Early presentations of &#8220;Knights Corner&#8221; showed that the Intel architecture is capable of delivering over 1 TFLOPs of double precision floating point performance, the highest performance level achieved for a single processing chip. With this, Intel will finally have an answer to NVIDIA&#8217;s Tesla line and AMD&#8217;s Fusion APUs.</p>
<p>Intel MIC is also part of a larger strategy which has become clearer in recent weeks. With the acquisition of the <a title="Intel's Qlogic deal pumps up InfiniBand's future" href="http://news.cnet.com/8301-30685_3-57364064-264/intels-qlogic-deal-pumps-up-infinibands-future/">Infiniband technology line from QLogic</a> back in January of 2012 and the announcement of the <a title="Intel unveils Crystal Forest networking platform" href="http://news.techworld.com/networking/3337673/intel-crystal-forest-chipset-targets-networking-gap/">Crystal Forest platform earlier this week</a>, it is obvious that Intel hopes 2012 will be the year it starts to establish a solid position in the high performance computing space.</p>
<p>Despite the fact that we are on the cusp of the Romley / Xeon E5 release, this almost overshadows that launch in a way because it is indicative of a serious expansion for Intel into the HPC, networking, heterogeneous computing, and data center industries. Intel has even claimed that MIC outperforms GPUs when it comes to parallel computing, which means that NVIDIA in particular, as the leading provider of GPU computing solutions, may have some serious competition to contend with in the near future. And, with dedicated chipsets geared towards increasing data center network speeds without adversely affecting performance or security, it&#8217;s not hard to see how Intel&#8217;s strategy is intended to play out.</p>
<p>When you couple all of this with the fact that, traditionally, Intel has risen to be the dominant force in virtually every market it has entered, the future of enterprise IT has some very interesting possibilities.</p>
<p><iframe src="http://www.youtube.com/embed/b1CfRPnE_yk" frameborder="0" width="560" height="315"></iframe></p>
<p>Other comments made by Raj Hazra (either in the video or in the original Intel press release):</p>
<ul>
<li>“Knights Corner,” will be manufactured using Intel’s latest 3-D Tri-Gate 22nm transistor process. Featuring over 50 cores, Intel MIC will offer both high performance from an architecture specifically designed to process highly parallel workloads and compatibility with existing x86 programming model and tools.</li>
<li>The “Knights Corner” co-processor is very unique as, unlike traditional accelerators, it is fully accessible and programmable. In this way it resembles a fully functional HPC compute node, visible to applications as though it was a computer that runs its own operating system independent of the host OS.</li>
<li>A major benefit of the Intel MIC architecture is the ability to run existing applications without the need to port the code to a new programming environment. This will allow scientists to use both CPU and co-processor performance simultaneously with existing x86 based applications, dramatically saving time, cost and resources that would otherwise be needed to rewrite them to alternative proprietary languages.</li>
</ul>
<p><strong><em>HPC @ Intel 2011</em> – video with more info on Intel and MIC</strong> (released Summer 2011 outlining Intel&#8217;s future development in the high performance computing industry)</p>
<p><iframe src="http://www.youtube.com/embed/8i1-nZHccms" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Social Shopping for Servers&#8221; has Begun!</title>
		<link>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/</link>
		<comments>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:11:44 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[ICC News]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Supermicro]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1114</guid>
		<description><![CDATA[We hope everyone has thus far had a great start to 2012! To help launch us further into the new year, we are running a special &#8220;social servers&#8221; campaign through the end of February to help bring everyone together for &#8230; <a href="http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Stellar Deal Campaign" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/images/Email_Image.png" alt="Image of our Stellar Deal Campaign" width="600" height="425" /><br />
We hope everyone has thus far had a great start to 2012! To help launch us further into the new year, we are running a <a title="Buy Social and Save on Our Intel 1U Xeon E3 Server" href="http://www.icc-usa.com/stellar-deal/?utm_source=blog&amp;utm_medium=post&amp;utm_campaign=5017c-mtf">special &#8220;social servers&#8221; campaign</a> through the end of February to help bring everyone together for fantastic savings! The <strong>Stellar Deal</strong> on our <em>5017C-MTF 1U Single Xeon E3 &#8220;Sandy Bridge&#8221; server</em> takes the form of social shopping for servers where a <strong>special discount of 20%</strong> will be applied if the <strong>campaign goal of 50 servers</strong> is met. If we reach our campaign goal, everyone gets the deal and benefits! If we don&#8217;t meet the goal, you won&#8217;t be charged but nobody gets the deal.</p>
<p><span id="more-1114"></span></p>
<p>The promotion includes this hardware:</p>
<ul>
<li>Case: Supermicro 813MT-350CB</li>
<li>Motherboard: X9SCL-F</li>
<li>Processor: Intel Xeon E3-1230 3.2 GHz</li>
<li>Power Supply: 350W High-Efficiency</li>
</ul>
<p>You also get your choice of 8GB or 16GB memory and up to 8 TB of storage space. Our promotion includes access to phenomenally-priced Toshiba enterprise hard drives.<br />
<img class="aligncenter" title="Sample Comparison for Stellar Deal" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/files/Comparison_Image.png" alt="Image Showing Sample Price Comparison of Standard $1633.07 vs. Stellar Deal of Under $1350" width="501" height="268" /><br />
Remember, though, in order to get the discount we need enough people to participate! That&#8217;s where you come in! Help us spread the word by:</p>
<ul>
<li>Sharing on social networks like Twitter, Facebook, Google+, and LinkedIn</li>
<li>Mentioning it in a relevant discussion forum</li>
<li>Sending an email or phone call to someone you think could benefit from these tremendous savings</li>
<li>Any other way you can think of!</li>
</ul>
<p><strong>It&#8217;s not social shopping without your engagement! Don&#8217;t be anti-social&#8230; share with others and claim your 20% discount today!</strong><br />
<a title="Buy Social and Save on Our Intel 1U Xeon E3 Server" href="http://www.icc-usa.com/stellar-deal/?utm_source=blog&amp;utm_medium=post&amp;utm_campaign=5017c-mtf" style="color: #000; text-decoration: none;">
<div style="display: block; margin-left: 138px; width: 300px; height: auto; -moz-border-radius-topleft: 25px; -moz-border-radius-topright: 25px; -moz-border-radius-bottomleft: 25px; -moz-border-radius-bottomright: 25px; -webkit-border-top-left-radius: 25px; -webkit-border-top-right-radius: 25px; -webkit-border-bottom-left-radius: 25px; -webkit-border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; background: -webkit-gradient(linear, 9% 100%, 9% 37%, from(#E59A69), to(#FF6600));">
<div style="text-align: center; font-size: 24px; font-weight: bold; font-color: #000;">Buy Social!</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Limited Time Offer</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Ends Feb 29</div>
<p></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gearing up for Intel&#8217;s Big Xeon E5 Launch</title>
		<link>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/</link>
		<comments>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:41:50 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[HPC]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1098</guid>
		<description><![CDATA[Anticipation is building over the upcoming release of Intel&#8217;s new Xeon processor E5 family. Formally announced last November in 2011, Intel unveiled some impressive stats for the new E5 line: full integration support for the PCI Express 3.0 base (which &#8230; <a href="http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright  wp-image-1103" title="Intel Xeon Chip" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/intel-xeon-chip.jpg" alt="Image of Intel Xeon Chip" width="270" height="240" />Anticipation is building over the upcoming release of Intel&#8217;s new Xeon processor E5 family. Formally announced last November in 2011, Intel unveiled some impressive stats for the new E5 line: full integration support for the PCI Express 3.0 base (which is estimated to double interconnect bandwidth over the PCIe 2.0 specification), over twice the performance in raw floating point operations per second (FLOPS), and substantially greater real-HPC workloads compared to the Xeon 5600 series.</p>
<p>In the original Intel press release, the company announced that:</p>
<p><span id="more-1098"></span></p>
<blockquote><p>“Customer acceptance of the Intel Xeon E5 processor has exceeded our expectations and is driving the fastest debut on the TOP500 list of any processor in Intel’s history,” said Hazra. “Collecting, analyzing and sharing large amounts of information is critical to today’s science activities and requires new levels of processor performance and technologies designed precisely for this purpose.”</p></blockquote>
<p>With their increasing movement into the HPC market, the release of the E5 processor series to the general public (they were shipped to a small number of cloud and HPC customers in September 2011) will help solidify Intel&#8217;s position in a specialized field of computing where their previous products have typically not done as well. At the time of Intel&#8217;s original press release, Xeon E5 processors were already powering 10 systems on the TOP500 supercomputers list, with over 20,000 of these processors in operation delivering a cumulative peak performance of over 3.4 petaflops. And, it is expected that the Xeon E5 processor family will power several other supercomputers in the future. In other words, this looks to be the beginning of something big for Intel in the realm of HPC.</p>
<p>A <a title="Intel Brings Bigger Guns to AMD Server Chip War" href="http://insidehpc.com/2012/01/30/intel-brings-bigger-guns-to-amd-server-chip-war/">recent article from Computerworld</a> has some good highlights on upcoming developments for the Xeon E5 launch:</p>
<blockquote><p>Intel is actually cutting its server market into eight pieces with the Xeon E5 launch. That’s Itanium 9300s and Xeon 7500s and E7s at the high-end (and eventually the “Sandy Bridge-EX” E8s). That’s two segments of the market that share chipsets and memory cards, but that have different motherboards and sockets. At least until Intel finally delivers, as it is rumored to be in the works, the long-promised common Xeon-Itanium socket. That could happen with the E8s, but it is far more likely to happen with the “Ivy Bridge-EX” Xeon E9s years hence. At the low-end, there’s the single-socket Xeon E3 and Atom processors, depending on how wimpy or brawny your workload is. That’s four addressable server segments in total.</p>
<p>The Xeon E5s will also span four different server types and will cover the middle and overlap with the high and low ends. The Xeon E5-2600, as the first of the “Romley” server platforms are expected to be called, will use the “EP” variant of the Xeon E5 chip that plugs into the new “Socket R” CPU socket. This socket is not compatible with the current Xeon 5500 and 5600 processors, but has all sorts of goodies, including two QPI links between the processors, support for unregistered, registered, and load-reduced (LR) DDR3 main memory, and integrated PCI-Express 3.0 controllers on the processor. This is the chip that Intel has presumably been shipping under NDA to selected supercomputer and hyperscale data center customers since last fall. This chip is clearly aimed at two-socket Opteron 6200 machines.</p>
<p>For two-socket machines that don’t need all of these capabilities, Intel is expected to roll out its “Sandy Bridge-EN” chips, rumored to be called the Xeon E5-2400s. These chips will plug into the new “Socket B2″ socket and will sport only one QPI link between processors as well as fewer memory channels, fewer DIMMs per core, and fewer PCI-Express 3.0 slots. This chip is fired directly at two-socket Opteron 4200 iron.</p>
<p>If the rumors are right, then Intel will also ship a variant of the Sandy Bridge-EP chip that will be able to span four processor sockets in a single system image. This chip is expected to be called the Xeon E5-4600 and is obviously targeting the four-socket Opteron 6200.</p></blockquote>
<p>Despite all of the excitement around the Xeon E5 series, this is only the most upcoming of Intel&#8217;s many launches this year. Check back next week when we will take a look at another one of Intel&#8217;s big plans: <strong>MIC</strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Evolution of Storage – 2012 Isn&#8217;t Just the Year of the Dragon</title>
		<link>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/</link>
		<comments>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:55:55 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[LSI]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1064</guid>
		<description><![CDATA[2012 is quickly shaping up to be an exciting year in a variety of technology verticals. Just last week NVIDIA® announced a new production release of their CUDA computing toolkit, accelerating GPU computing. Meanwhile, everyone is excitedly awaiting the launch &#8230; <a href="http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>2012 is quickly shaping up to be an exciting year in a variety of technology verticals. Just last week NVIDIA® announced a <a title="CUDA Toolkit 4.1" href="http://www.developer.nvidia.com/cuda-toolkit-41#s=lihgw">new production release of their CUDA</a> computing toolkit, accelerating GPU computing. Meanwhile, everyone is excitedly awaiting the launch of the <a title="Intel's New Product Lines" href="http://insidehpc.com/2012/01/30/intel-brings-bigger-guns-to-amd-server-chip-war/">new Intel products</a> shipping towards the end of Q1.</p>
<p>But of all the areas in tech innovation, <strong>storage</strong> may be the one to set itself apart this year. Yesterday <em>Computerworld </em>ran a very thorough and informative piece titled &#8220;<a title="Computerworld: &quot;2012, The Year Storage Becomes a Celebrity&quot;" href="http://www.computerworld.com/s/article/9223780/2012_The_year_storage_becomes_a_celebrity">2012: The year storage becomes a celebrity</a>,&#8221; in which they laid out some of the things to look forward to in the development of enterprise storage this year.</p>
<h2 style="font-size: 24px;">The Overview</h2>
<blockquote><p>While data storage has always been a necessary building block for technology, it&#8217;s rarely garnered as much attention as it has in the past two years. The reason: Corporate and retail consumers are being forced to store greater amounts of data and they need to make that data more useful &#8212; and accessible.</p></blockquote>
<p><em>Enterprise storage</em>, and storage in general, is one of those things that trends dictate will get increasingly cheaper. That doesn&#8217;t always mean that it will become more accessible, as storage needs may outpace dropping costs. However, in general storage has become more and more affordable, making a big difference to smaller and even mid-sized organizations. It&#8217;s also something that is shared across all industries almost without exception. Storage is not just an &#8220;IT&#8221; issue, but rather plays a critical role in healthcare, entertainment, finance, engineering, etc.</p>
<p>And ten years ago, we did not have the wide variety of options we do today&#8230;</p>
<p><span id="more-1064"></span></p>
<h2 style="font-size: 18px;">The Rise of the SSD</h2>
<p>One of the most closely-watched storage technologies has been the solid-state drive. When hard disk production suffered a tremendous blow from the flooding in Thailand last November, some analysts saw this as a turning point in favor of widespread SSD adoption. While the last few months have not given rise to a solid-state revolution, across-the-board price increases in hard drives made SSDs considerably more attractive as an alternative option.</p>
<p>It is also important to note that, while SSDs remain more expensive than HDDs, historical price trends show that their <a title="SSD price falling faster than HDD" href="http://www.itproportal.com/2011/12/22/ssd-prices-falling-faster-hdds/">prices have fallen relatively more quickly</a> than their hard disk counterparts.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1071" title="Solid-State vs. Hard Drive Price Trends" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/ssd-hdd-price-trends.jpg" alt="Graph showing solid-state drive prices falling faster than hard drives" width="450" height="338" /></p>
<blockquote><p>According to new data from research firm IDC, worldwide solid-state storage industry revenue hit $5 billion in 2011, up 105% from the $2.4 billion mark in 2010. IDC expects the market will expand further in 2012 and beyond.</p>
<p>&#8220;2011 was a record year for the worldwide SSD market, with revenue more than doubling year over year due to strong SSD shipment growth in the enterprise and client segments,&#8221; said Jeff Janukowicz, an IDC research director. &#8220;The increasing use of flash in enterprise solutions, explosive growth of mobile client devices, and lower SSD pricing is creating a perfect storm for increased SSD shipments and revenue over our forecast.&#8221;</p></blockquote>
<p>The <em>Computerworld</em> article also notes that combining these technologies together opens up possibilities that do not exist with only the traditional spinning disks. We can attest to that, as we have seen some very interesting applications done with this combination.</p>
<ul>
<li>Quickly making on-the-fly disk images &amp; full copies is significantly easier than spinning drives unless they are also paired with a very efficient RAID configuration (minimum RAID 5).</li>
<li>Utilizing SSDs as boot drives can greatly speed up a shared system such as a virtual private server.</li>
<li>SSDs can be useful as a replication point in a MySQL dump.</li>
<li>SSDs can help with caching files in a system with spinning disks, boosting performance across the entire system</li>
</ul>
<p>The bottom line is that we now are seeing how SSDs can be used (separately and/or in conjunction with hard drives) to achieve distinct goals in a more efficient manner, rather than just using them as spinning-disk replacements.</p>
<h2 style="font-style: 18px;">The Future of PCIe in Storage</h2>
<p>The other big trend is the use of PCIe technology in storage.</p>
<blockquote><p>Dell is already selling PCIe server cards from Fusion-io, and EMC soon plans to announce the availability of its PCIe flash card initiative, dubbed Project Lightning. EMC is expected to sell its own branded flash memory cards from multiple suppliers to server makers and is likely to offer flash memory on blade servers as part of its vBlock offering.</p>
<p>&#8230;</p>
<p>Wayne Adams, chair of the Storage Networking Industry Association (SNIA), is upbeat about the PCIe server cards.</p>
<p>&#8220;Now, you have higher speeds and you&#8217;re looking at transferring data at line speed between a server&#8217;s microprocessor and [flash] cache,&#8221; said Adams, who attended a two-hour panel at his association&#8217;s Winter Symposium on PCIe-solid state storage standards. &#8220;System designers are working with cache and higher speed interconnects like PCIe and changing the equation of how much storage can be put in a box in order to match server computational growth. So you can end up with more efficient storage instead of 100 hard drives with data striped across them.</p>
<p>&#8220;It&#8217;s all about doing more for less or more in the same foot print,&#8221; he added.</p></blockquote>
<p>To-date, most of the use of flash memory in data center computing has been for specialized applications and use in hybrid systems. The traditional barrier is price. But as the cost handicap begins to fade the benefits of faster data access and retreival, not to mention the savings from power and storage space efficiency, such technology is becoming more and more attractive.</p>
<p>PCIe-based SSDs and other forms of flash memory incorporate these benefits into robust solutions for enterprise, academia, and SMB. Within this line of development, the term <strong>storage class memory</strong> emerged a couple years ago to designate high-performance memory that has the capacity and economics of storage.</p>
<p>While many flash-based storage devices can offer compelling economics compared to DRAM, storage class memory specifically aims to provide near-RAM performance, while also attempting to minimize I/O bottleneck issues that can arise from traditional storage connection protocols such as SATA or SAS.</p>
<p>Two of the leading storage class memory products on the market are Virident&#8217;s <strong>FlashMax</strong> and LSI&#8217;s <strong>WarpDrive</strong>. Both offer incredible performance compared to even some of the standards of today. They are indicative of the future trends of storage.</p>
<h2 style="font-size: 18px;">Next on the Horizon for Storage?</h2>
<div id="attachment_1079" class="wp-caption alignnone" style="width: 524px"><img class=" wp-image-1079 " title="The Future of Storage (Infographic)" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/future-of-storage-infographic.png" alt="Infographic outlining the future development of storage" width="514" height="846" /><p class="wp-caption-text">Created by IBM</p></div>
<p>These are the biggest developing trends in the field of enterprise storage. But whatever specific technologies that emerge as dominant, the challenges of storage are shared by all. With an ever-growing amount of new data and analytical tools, storage evolution must be able to keep up with our data-collection, data-management, and data-crunching needs.</p>
<p><em>Storage is an essential aspect of high performance computing, a field in which big data represents a tremendous growth opportunity. To learn more, read our article &#8220;<a title="Future Trends in HPC, Part 2" href="http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/">Future Trends in HPC, Part 2</a>.&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICC is now on Google Plus!</title>
		<link>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/</link>
		<comments>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:36:37 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[ICC News]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1055</guid>
		<description><![CDATA[International Computer Concepts is now up on Google+. We&#8217;ll be posting some exclusive information, links, and company news/deals on there so be sure to check us out and add us to your circles!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">International Computer Concepts is now up on <strong>Google+</strong>. We&#8217;ll be posting some exclusive information, links, and company news/deals on there so be sure to <a title="Add us to your circles on Google+" href="https://plus.google.com/u/1/107294562131107112136/posts">check us out and add us to your circles!</a><img class="wp-image-1056 aligncenter" title="Google Plus" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/google-plus-grey-gloss.png" alt="Google Plus Icon " width="246" height="246" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

