<?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>Virtual to the Core</title>
	<atom:link href="http://www.virtualtothecore.com/en/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.virtualtothecore.com/en/</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 19:18:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to backup Lotus Domino in Windows using VMware Tools and not VSS</title>
		<link>http://www.virtualtothecore.com/en/?p=4831&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-lotus-domino-for-windows-using-vmware-tools-and-not-vss</link>
		<comments>http://www.virtualtothecore.com/en/?p=4831#comments</comments>
		<pubDate>Wed, 15 May 2013 14:00:35 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Tips @en]]></category>
		<category><![CDATA[Tutorial @en]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[consistent]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[post-thaw]]></category>
		<category><![CDATA[pre-freeze]]></category>
		<category><![CDATA[quiescence]]></category>
		<category><![CDATA[server @it]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[thaw]]></category>
		<category><![CDATA[vmware tools]]></category>
		<category><![CDATA[vss]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4831</guid>
		<description><![CDATA[Tweetfor people managing data protection, VSS is probably one of the best features Microsoft have released inthe last 10 years. Since its launch this feature of the operating system have helped a lot in doing applications&#8217; consistent backups, but most of all helped to dismiss all those dedicated agents for every application: with VSS what&#8217;s&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4831" data-text="How to backup Lotus Domino in Windows using VMware Tools and not VSS" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4831" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4831" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4831" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4831&media=&description=How+to+backup+Lotus+Domino+in+Windows+using+VMware+Tools+and+not+VSS" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4831"></su:badge></div></div><div class="clear"></div><p>for people managing data protection, VSS is probably one of the best features Microsoft have released inthe last 10 years. Since its launch this feature of the operating system have helped a lot in doing applications&#8217; consistent backups, but most of all helped to dismiss all those dedicated agents for every application: with VSS what&#8217;s needed is only the VSS support from the application you need to protect, so a backup program only needs to connect to the OS&#8217;s VSS libraries, that will in turn manage applications&#8217; VSS.</p>
<p>Nowadays there are several softwares supporting VSS, obviously all the Microsoft ones (Exchange, SQL, and even Active Directory for example), but also third party programs like for example Oracle DB (starting from 11g version).</p>
<p>Unfortunately, there also many softwares that still do not support VSS after all these 10 years. In my personal case, I was requested to create an application backup of Lotus Dominio, that does not support VSS. So this post has a double goal: to show you how to create a &#8220;application-aware&#8221; backup for Lotus Domino, and more in general to show how you can use VMware Tools to workaround the lack of VSS support.</p>
<p>First of all, as you can imagine from this post&#8217;s title, the virtual machine needs to have VMware tools installed and running. Tools allows a backup program to run two scripts, usually called pre-freeze and post-thaw, where you can configure and run activities to be executed before or after the vSphere snapshot. In this way, you can &#8220;quiesce&#8221; an application that has no VSS support, thus guaranteeing data integrity.</p>
<p>Once VMware tools are installed, you need to create the directory <strong>C:Program FilesVMwareVMware Toolsbackupscripts.d.</strong> If it&#8217;s already there, chances are some backup agent used in the past created it.</p>
<p>In this directory, you can create for instance a single script with all the needed commands in it. However, I use a different approach: I create a generic script, called <strong>master.bat</strong>, that helps me run the final script, pre-freeze and post-thaw This is the script code:</p>
<pre>@echo off
if "%1" == "freeze" goto dofreeze
goto dothaw</pre>
<pre>:dofreeze
call c:scriptspre-freeze.bat
goto EOF</pre>
<pre>:dothaw
call c:scriptspost-thaw.bat</pre>
<pre>:EOF</pre>
<p>In this way, script configuration is already completed, , so you can test commands by editing those two scripts until you find a good solution. This has always seemed to me a better method to manage the quiescence made with VMware Tools, but it&#8217;s not an absolute rule.</p>
<p>One the first section is configured, we can edit the two scripts. In many situations, sadly the only way to quiesce a program is to stop it completely and start it again after the snapshot, and Lotus Domino is no different. You will find around many examples where the two scripts only had inside commands like &#8220;net stop service&#8221; and &#8220;net start service&#8221;. In Lotus Dominio, the pre-freeze script is a little bit more complicated since we first stop the service, and then it checks for still active processes and kill them. This is the code:</p>
<p><strong>pre-freeze.bat</strong></p>
<pre>Net Time \%computername% &gt;&gt; C:scripts\logs\freeze.log</pre>
<pre>rem ***************************************
rem creates and inventory of all running Domino processes
rem ***************************************</pre>
<pre>pslist | findstr /I /C:"nadminp" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"naldaemn" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"namgr" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ncalconn" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ncatalog" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nchronos" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ncollect" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ncompact" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nconvert" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ndesign" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ndircat" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ndrt" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ndsmgr" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nevent" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nfixup" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nhttp" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nhttpcgi" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nimap" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nimsgcnv" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nisesctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"niseshlr" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nldap" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nlivecs" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nlnotes" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nlogin" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nmtc" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nnntp" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nnsadmin" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nnotesmm" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nobject" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nomsgcnv" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nosesctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"noseshlr" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"notes" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"npop3c" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"npop3" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nreport" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nrouter" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nreplica" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nsapdmn" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nsmtpmta" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nsmtp" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nstatlog" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nstaddin" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nstats" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nsched" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nservice" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nserver" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ntaskldr" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ntsvinst" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nupdate" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nupdall" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nwrdaemn" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nweb" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nxpcdmn" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccmta" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ncctctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccmctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccttcp" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccbctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccmin" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccmout" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccdctl" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccdin" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"nccdout" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ngdsscan" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ngsscan" &gt;&gt;C:scriptslogspid.lst
pslist | findstr /I /C:"ngstmgr" &gt;&gt;C:scriptslogspid.lst</pre>
<pre>rem ***************************************
rem Stops Dominio daemon in a controller fashion
rem ***************************************</pre>
<pre>net stop "Lotus Domino Server (LotusDominoData)"</pre>
<pre>rem ***************************************
rem Wait a fair amount of time for processes to stop
rem ***************************************</pre>
<pre>Sleep 300</pre>
<pre>rem ***************************************
rem If some Domino processes are hanged, it kills all of them
rem ***************************************</pre>
<pre>for /f "tokens=2" %%I in (C:scriptslogspid.lst ) do pskill %%I</pre>
<pre>Net Time \%computername% &gt;&gt; C:scriptslogsfreeze.log</pre>
<p>the check the result of the script, we write the execution date of the script itself into the freeze.log file. The only parameter you can change is Sleep: in my example is 5 minutes, but you could have to increase it if you have huge programs or slow systems.</p>
<p>The start script is obviously much more simple:</p>
<p><strong>post-thaw.bat</strong></p>
<pre>net start "Lotus Domino Server (LotusDominodata)"</pre>
<p>These two scripts are executed by VMware tools when the creation of the virtual machine snapshot happens. In this way the application is stopped when the virtual machine is freezed, so its data are consistent. The stop can last few seconds or several minutes, depending on the activities recorded into the script and the speed of the underlying infrastructure. So you need to plan really carefully when to run this kind of backup, because you are going to create a disservice to users.</p>
<p>To test the script, you can simply run a snapshot in vCenter and ask for the VMware Tools quiescence. You will see how the snapshot creation process (usually lasting few seconds) now takes much more time, right because it needs to execute the script. This is how this behaviour is seen inside a backup software like Veeam.</p>
<p><img title="snapshot freeze.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/snapshot-freeze.png" alt="VMware Tools snashot takes some time" width="532" height="256" border="0" /></p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4831" data-text="How to backup Lotus Domino in Windows using VMware Tools and not VSS" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4831" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4831" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4831" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4831&media=&description=How+to+backup+Lotus+Domino+in+Windows+using+VMware+Tools+and+not+VSS" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4831"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4831</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#SFD3: An analysis of NexGen Storage</title>
		<link>http://www.virtualtothecore.com/en/?p=4820&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sfd3-nexgen-storage-analysis</link>
		<comments>http://www.virtualtothecore.com/en/?p=4820#comments</comments>
		<pubDate>Mon, 13 May 2013 14:00:48 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[deduplication @it]]></category>
		<category><![CDATA[fusion-io]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[iocontrol]]></category>
		<category><![CDATA[NexGen]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[QoS]]></category>
		<category><![CDATA[sfd3]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[tiering]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4820</guid>
		<description><![CDATA[TweetIn a previous article, I wrote about the acquisition of NexGen made by Fusion-IO, what were the technological and business reasons behind this acquisition, and how Fusion-IO wants to change and increase the NexGen business. In this article instead I&#8217;m going to describe you in more details how a NexGen storage works. A quick view&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4820" data-text="#SFD3: An analysis of NexGen Storage" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4820" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4820" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4820" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4820&media=&description=%23SFD3%3A+An+analysis+of+NexGen+Storage" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4820"></su:badge></div></div><div class="clear"></div><p>In a previous article, I wrote about the acquisition of NexGen made by Fusion-IO, what were the technological and business reasons behind this acquisition, and how Fusion-IO wants to change and increase the NexGen business. In this article instead I&#8217;m going to describe you in more details how a NexGen storage works.</p>
<h3>A quick view on the hardware</h3>
<p><img style="float: left;" title="nexgen.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/nexgen.png" alt="NexGen Storage Front" width="300" height="134" border="0" /></p>
<p>First of all, the NexGen storage is a midrange system designed to manage several workloads, mainly virtualized. The team who developed it (<a href="www.linkedin.com/in/johnwspiers/">John Spiers</a> as CEO and <a href="www.linkedin.com/pub/kelly-long/1/756/82b">Kelly Long</a> as CTO) is the same who created LeftHand many years ago, and this heritage is clear for example in the choice of iSCSI as the only available frontend protocol.</p>
<p>The chassis is 3U high, and holds two active-active controllers. Each controller has on-board non-shared Fusion-IO cards, and their content is syncronized between controllers in real time thanks to their operating system, named ioControl and internally developed by NexGen itself.</p>
<p>One of the distinctive aspects of NexGen in regards to other storage vendors is for sure the usage of Fusion-IO cards. Based on NexGen explanation, flash cards usage as the first tier make possible to use even bigger and slower disks without negatively affecting the overall performances, since flash memory is much faster than ssd. SSDs are usually connected to the same controller, who turns out to be the bottleneck itself, since ALL data from the SSD or HDD go through it. Fusion-IO cards are instead connected directly to the PCI Express bus, having so higher performance limits.</p>
<p>there are several models, with different onboard storage, Fusion-IO models in use (from 730 Gb up to 4.8 Tb) and also the number of shared SATA disks between the two storage processors (starting from 16 TB up to 192 TB with additional shelves). The models offers speed ranging from 50k to 150k IOPS (4k, 50/50 read-write). A fascinating element of this design is the double expandability: you can add both Fusion-IO or SATA disks, depending on your needs for high or low storage.</p>
<p>As said before, frontend connectivity is only iSCSI, made with 4 * 10G cards, or with 1G cards (used as backup).</p>
<h3>Guaranteed performances</h3>
<p>As said before, primary market target for NexGen is midrange. Based on NexGen itself researches, and approved by Fusion-IO too, these customers want a unique storage for all their different workloads, but I/O demanding or space demanding. This is the foundation for the design of a hybrid solution, coupling a fast tier made with Fusion-IO cards (for performances) and a second tier made with mechanical disks (for cheap disk space).</p>
<p><img style="float: left;" title="schema.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/schema.png" alt="Functional schema of NexGen Storage" width="500" height="283" border="0" />One of the problems often emerging in hybrid storage, and one of the problem Nexgen worked to solve, is the unredictability of performances. Often blocks of the same VM ar not in the right place at the right time (usually they are in the mechanical disks when I/O starts to rise) and autotiering has a hard time to fullfil applications requests. The risk, for many customers, is to be forced to use dedicated storage for a demanding workload in order to isolate it and to guarantee its performances. VDI is a clear example, since it&#8217;s usually an invasive workload, always creating problems to its neighbors.</p>
<p>Silos however are an additional problem, since they bring increased additional complexity and so additional problems. NexGen wants to offer to those customers a storage for all their workloads, guaranteing performances to all of them.</p>
<p>NexGen says the problem lies in performances ruled by caching and tiering algorythms, instead of business needs and workload policies.</p>
<p>Right now, even if the <strong>ioControl</strong> (NexGen operating system) allows for fine and detailed controls, end users only see 5 policies so they have much ease of management. These policies are applied to workloads in real time, dinamically.</p>
<p>Another way to improve performances is deduplication. Right now it&#8217;s in an initial phase, but it already allows to save on disk writes, so it accelerates disk usage and increases the endurance of the Fusion-IO cells.</p>
<p>Finally, it&#8217;s interesting to know they developed a highly customized operating system, not based on a classic linux distribution (I said before about LeftHand heritage, well they were using CentOS there…) but directly on linux source code.Always with performances in mind, NexGen&#8217;s OS is completely executed in RAM; this allows to save Fusion-IO from operating system&#8217;s activities, in order to further increase their endurance.</p>
<h3>The interface</h3>
<p>Even interface has been designed with performances in mind. This means two things: first, interface needs to be light and fast and compatible with all the web browsers; second, the interface is going to be the gateway for data analysis.</p>
<p>Qith al this focues on performances and their QoS, the system needs to show all the available performance metrics, and to allow the customization of graphical rendering. To do so, they choosed a radical approach: the whole interface is based on JSON and REST APIs, and all the commands are available in GUI and CLI with no difference. This means that in reality, both GUI and CLI are only two ways to access the APIs, that are the real interface.</p>
<p>The graphical interface impressed me for its simplicity (in a positive way): few buttons, main feature quickly available like the access to metrics, and a general feel of neatness and speed.</p>
<h3>VMware integration</h3>
<p>About the integration with VMware, first of all remember this storage is an active-active one, or better said ALUA. There is not LUN ownership, but there is indeed a preferred path.</p>
<p>As of today, integration is mainly based on their vCenter plugin. There is an interesting work to simplify its usage to vCenter admins that are not also storage admins, so that a vCenter admin for example is going to create a &#8220;datastore&#8221; more than a &#8220;volume&#8221; o &#8220;LUN&#8221;, even if the underlying storage is going to create right these elements.</p>
<p>Aparte fro the plugin, there nothing more right now. The storage does not supports VAAI libraries, and even if intensive activities are relieved by data replication based on redirect-on-write, support for those libraries would be desirable. Will see in the next software releases. Same applies to SRM support: when the storage will offer replication features, for sure the SRM plugin will be needed.</p>
<h3>Summary</h3>
<p>The development of NexGen storage has been focused on a storage offering high performances with a low price per IO. Looking at NexGen proposition, this goal seems it has been reached. In the future, we should expect further improvements in these features, but most of all a higher integration with other systems, first of all VMware, but maybe also Hyper-V or others. The time frame for these improvements is not available, but I do think the acquisition from Fusion-IO will bring higher budget to accelerate the development.</p>
<p>We will see in the next software releases which new features will be introduced.</p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4820" data-text="#SFD3: An analysis of NexGen Storage" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4820" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4820" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4820" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4820&media=&description=%23SFD3%3A+An+analysis+of+NexGen+Storage" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4820"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4820</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSDs are more than simple hard disks (and how I found it out the hard way)</title>
		<link>http://www.virtualtothecore.com/en/?p=4807&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ssds-are-more-than-simple-hard-disks</link>
		<comments>http://www.virtualtothecore.com/en/?p=4807#comments</comments>
		<pubDate>Thu, 09 May 2013 14:00:21 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Tips @en]]></category>
		<category><![CDATA[5184]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[crucial]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[m4]]></category>
		<category><![CDATA[ssd @en @it]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4807</guid>
		<description><![CDATA[TweetThis is a story of a disadventure I had that made me cold sweat for several days, but finally ended well&#8230; Usually, I shut down my MacBook only when I need to install or update a software that specifically requires a reboot. Standby mode never gave me any problem, and allows me to start using&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4807" data-text="SSDs are more than simple hard disks (and how I found it out the hard way)" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4807" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4807" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4807" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4807&media=&description=SSDs+are+more+than+simple+hard+disks+%28and+how+I+found+it+out+the+hard+way%29" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4807"></su:badge></div></div><div class="clear"></div><p>This is a story of a disadventure I had that made me cold sweat for several days, but finally ended well&#8230;</p>
<p>Usually, I shut down my MacBook only when I need to install or update a software that specifically requires a reboot. Standby mode never gave me any problem, and allows me to start using my computer few seconds after I pull it out of my bag, so is common for me to have more than a month of uptime. Last week, one of those frequent Flash Player update required me a reboot, so I did it, right after checking as usual the uptime (28 days and some hours at that time).</p>
<p>Few minutes after the reboot, I placed my MacBook in standby and I drove back home. Once arrived, I opened it up and, to my surprise, the system was completely freezed. Black screen, mouse visible and able to move around, but no way at all to log into it. There is no perfect system, not even Mac OS X, so I did a hard reset, and after a cold reboot I opened again my usual programs and I started using them.</p>
<p>Suddenly, after some time, it appeared, the infamous &#8220;<a href="http://en.wikipedia.org/wiki/Spinning_pinwheel">spinning beachball of death</a>&#8220;!!</p>
<p><img title="spinningbbod.png" alt="Spinning Beachball of Death" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/spinningbbod.png" width="50" height="50" border="0" /></p>
<p>For those mot using Mac OS X, usually it means problems. Not responding applications, disk queues filling up, the Mac equivalent of the Windows hourgrass. Since usually the reason is a crashing application, I tried to open the &#8220;Force Quit&#8221; menu to kill it, but I was not even able to go there, nor to start any other program or to cycle among those already opened, not even finder or dock.</p>
<p>Another hard reset, and from here my calvary began, for almost three days. Long story short, I did many hardware checks for cpu, fans, checked task manager for broken applications or daemons, removed old apps I was not using anymore, and so on. I even feared my <a href="http://www.virtualtothecore.com/en/?p=2784">beloved SSD</a> was reaching the point where too much cells were ruined, but a check with <a href="http://binaryfruit.com/drivedx">DriveDX</a> showed me it was still running well.</p>
<p><img title="drivedx-pre.png" alt="DriveDX Check" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/drivedx-pre.png" width="560" height="600" border="0" /></p>
<p>While I was running all these tests, crashes were more and more frequent, forcing me to reboot the system every time. One of the lines of this report however acted like an alarm bell in my head: &#8220;buggy/unknown firmware config&#8221;. A problem in my SSD drive maybe? Mi disk was 19 months old, and a quick search in Google about &#8220;Crucial M4 firmware bug&#8221; brought me to <a href="http://www.storagereview.com/crucial_m4_0309_firmware_update_for_5200_hour_bug_released">this article</a>, saying this:</p>
<pre>This bug would cause systems that reached a total of 5184 hours on their m4 SSD to become unstable. Once restarted systems would be stable until another hour had passed. The 0309 firmware update released today fixes this problem and allows users to update directly to the latest version regardless if the current firmware revision is 0001, 0002, or 0009.</pre>
<p>My firmware was indeed 009, so among the buggy ones, even if my uptime counter was not as described in the article. My disk had 5788 hours of uptime, far more than 5184 stated in the bug report. But thinking about it for a while, seemed like it was my case anyway: if the uptime value was going to be updated at every boot cycle, my previous value was lower of those 28 days of uptime. So I needed to subtract about 672 hours, giving me my previous uptime value of about 5116 hours&#8230;</p>
<p>Mistery solved: at the first reboot, the uptime was increased with other 672 hours, moving the uptime value above the  5184 threshold. A couple of tests using the shell and the &#8220;watch uptime&#8221; command gave me the confirmation, the system freezed every time exactly after 1 hour of uptime, as explained in the bug report. After upgrading the SSD firmware (with a complete Time Machine backup first!), I was able to go beyond the 1 hour limit:</p>
<p><img title="uptime.png" alt="There's life after 1 hour" src="http://www.virtualtothecore.com/wp-content/uploads/2013/05/uptime.png" width="489" height="96" border="0" /></p>
<p>During these days lived one hour at time, I learned so much about SSD, and how they are far from beeing simple disks, and how they are instead really similar to micro computers. The firmware can be upgraded, it has bugs, and inside an SSD many activities are executed just like OS daemons: Wear Leveling, Garbage Collection and many others. By reading the release notes of those firmware versions I see clearly the improvements described, in terms of services, performances, right as in a proper operating system. Nothing comparable to old spinning disks, whose firmware is only an interface to interact with their controllers.</p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4807" data-text="SSDs are more than simple hard disks (and how I found it out the hard way)" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4807" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4807" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4807" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4807&media=&description=SSDs+are+more+than+simple+hard+disks+%28and+how+I+found+it+out+the+hard+way%29" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4807"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4807</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#SFD3: Fusion-IO acquires NexGen Storage</title>
		<link>http://www.virtualtothecore.com/en/?p=4795&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sfd3-fusion-io-acquires-nexgen-storage</link>
		<comments>http://www.virtualtothecore.com/en/?p=4795#comments</comments>
		<pubDate>Thu, 02 May 2013 15:05:33 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[acquisition]]></category>
		<category><![CDATA[day @en @it]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[fusion-io @en @it]]></category>
		<category><![CDATA[NexGen]]></category>
		<category><![CDATA[sfd3]]></category>
		<category><![CDATA[storage @en @it]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4795</guid>
		<description><![CDATA[TweetRight the day before the meeting with NexGen Storage, it came the news the were just bought by Fusion-io. So, it became impossible to talk about NexGen without thinking about their technology as a part of the overall Fusion-io strategy; so I decided to wrote two different articles, this one about Fusion-IO and the future of Nexgen,&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4795" data-text="#SFD3: Fusion-IO acquires NexGen Storage" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4795" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4795" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4795" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4795&media=&description=%23SFD3%3A+Fusion-IO+acquires+NexGen+Storage" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4795"></su:badge></div></div><div class="clear"></div><p>Right the day before the meeting with <a href="http://www.nexgenstorage.com/">NexGen Storage</a>, it came the news the were just bought by <a href="http://www.fusionio.com/">Fusion-io</a>. So, it became impossible to talk about NexGen without thinking about their technology as a part of the overall Fusion-io strategy; so I decided to wrote two different articles, this one about Fusion-IO and the future of Nexgen, and a second one deep-diving the NexGen Storage solution.</p>
<p>The acqusition brought even two CEO at the meeting with me and other <a href="http://techfieldday.com/event/sfd3/">Tech Field Day</a> delegates. It&#8217;s not so common to be able to listen from these two main people of the two companies their thoughts and reasons behind the acquisition itself. I really liked the speech from David Flynn, Fusion-io CEO, who explained us why the company he leads has decided to buy NexGen (you can see the complete video at the end of this article).</p>
<p>Why a vendor known for its PCI Flash cards, that is always fighting &#8220;against&#8221; traditional storage vendors, claiming the superiority of &#8220;share-nothing&#8221; and &#8220;scale-out&#8221; designs (where each server has its own local flash storage, and replicas are managed only through software), now jumps into this market?</p>
<p>David Flynn gave us his reasons.</p>
<p>First reason, so obvsious it was not even told, is NexGen is using Fusion-IO cards inside their sotrage systems, so it was for sure among the possible targets of Fusion-IO acquisitions plans.</p>
<p>With NexGen, Fusion-IO can now have better access to the MidRange market, that many analysts evaluate around 16 billion dollars per year, that is twice the enterprise market. This is no doubt an attractive amount of money, so there is no wonder FIO bought a storage system in order to enter this market segment. FIO in fact knows its solution based on server-side flash cards is the most efficient in terms of performances and price at high scale, but it requires applications specifically designed to &#8220;scale-out&#8221;. that&#8217;s something that big enterprise companies like Facebook or Apple can do (in fact those are their two biggest customers), but is really unhandy for other companies using software wrote by someone else and without &#8220;scale-out&#8221; features. Even with hybrid solutions like ioTurbine or Ion available, Fusion-io has decided they need something more specific for the midrange market.</p>
<p>Midrange companies usually run the same storage system for a mix of workloads, so it makes more sense (by Fusion-io) to have a &#8220;multi-purpose&#8221; storage, able to take advantage of flash cards performances AND huge SATA disks at the same time, in order to have a storage that can be fast and cheap at the same time.</p>
<p>NexGen, unlike other primary hybrid storage vendors, uses the flash layer to accelerate not only read operations, but also writes. In this way the storage uses flash as a real tier, and not as a simple cache. This high level of performances is a key factor for migrate workloads to new storage systems, right because is now possible to consolidate many workloads in a single storage (saving money) without compromising performances.</p>
<p>Right because a midrand storage is not dedicated to a single workload, but it holds at the same time many workloads, to be able to guarantee the requested performances to each workload is a primary goal, in order to give to each of them a certain amount of I/O, without hindering other workloads.</p>
<p>NexGen has all this described features, so these are additional reasons that brought Fusion-IO to buy it.</p>
<p>It was really interesting the scenario Fusion-IO described about how the would like to transform the flash platforms (and also the NexGen solution) from simple components into a platform to be used by resellers to build their own solutions for final customers. According to Fusion-IO, the software stack developed by NexGen for their storage system is really sophisticated, and it allows for the creation of OEM storage systems that can be fast and reliable as the one directly created by NexGen itself.</p>
<p>This could lead in a medium time frame (I&#8217;m not sure is an easy thing) to software-only versions of NexGen, to be used by several system integrators in conjuction with Fusion-IO cards to realize their own storage systems. This is for sure a fascinating idea, already embraced by other vendors like Nexenta for example. Watch out for new &#8220;Fusion Powered IO&#8221; storage systems in the future, a brand that Fusion-IO wants to become a new &#8220;Intel Inside&#8221;.</p>
<p>Finally, Fusion-IO wants to send this message mainly to the final users, because according to David Flynn &#8220;Fusion-IO has really few friends among other IT vendors, because our technology helps customers to decrease the hardware expenses, so reducing the revenues of those vendors&#8221;.</p>
<p>For sure this is an interesting challenge, that could become more clear in the next few months. Fusion-IO has prepared the way by acquiring NexGen, ando also by hiring some key sales experts from 3Par, LeftHand and EqualLogic.</p>
<p>Will see in the next months if they will be able to succeed.</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/ZZYAvBpYQ8k?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4795" data-text="#SFD3: Fusion-IO acquires NexGen Storage" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4795" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4795" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4795" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4795&media=&description=%23SFD3%3A+Fusion-IO+acquires+NexGen+Storage" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4795"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4795</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hitachi Content Platform, Hitachi&#8217;s object storage solution</title>
		<link>http://www.virtualtothecore.com/en/?p=4782&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hitachi-content-platform-hcp-object-storage-overview</link>
		<comments>http://www.virtualtothecore.com/en/?p=4782#comments</comments>
		<pubDate>Mon, 29 Apr 2013 14:00:31 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[hcp]]></category>
		<category><![CDATA[hitachi]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[overview @it]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4782</guid>
		<description><![CDATA[TweetI recently met Hitachi Data Systems (HDS) for a quick introduction to their object storage solution. Historically known for their midrange and hi-end storage solutions (for example VSP), Hitachi has instead a catalog full of products and applications. The topic of our meeting has been as I said an overview on their object storage solution. Object&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4782" data-text="Hitachi Content Platform, Hitachi&#8217;s object storage solution" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4782" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4782" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4782" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4782&media=&description=Hitachi+Content+Platform%2C+Hitachi%26%238217%3Bs+object+storage+solution" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4782"></su:badge></div></div><div class="clear"></div><p>I recently met <a href="http://www.hds.com/">Hitachi Data Systems</a> (HDS) for a quick introduction to their object storage solution. Historically known for their midrange and hi-end storage solutions (for example VSP), Hitachi has instead a catalog full of products and applications.</p>
<p>The topic of our meeting has been as I said an overview on their object storage solution. Object storage is one of the &#8220;hot topic&#8221; right now, and all major vendors like Hitachi and others have worked to offer these kind of technologies, usually integrated with their own block or file storage devices.</p>
<p>Their solution is called <a href="http://www.hds.com/products/file-and-content/content-platform/">Hitachi Content Platform</a> (HCP, Hitachi loves three letters names…) and has all the features you can expect from an object storage, like a single contiguous filespace (it&#8217;s limit is at the moment 40 PB per namespace), support for different external filesystems that can be accessed and indexed (NFS, SMB, HTTP/REST, WebDAV…), policy based access, life-cycle management pf the objects, and others.</p>
<p><img style="float: left;" title="HCP01.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/HCP01.png" alt="Hitachi HCP hardware platform" width="290" height="600" border="0" />I&#8217;m not going to deep-dive in technical aspects, if you are interested the link I posted at the beginning of this article has many informations. Instead, I would like to understand the values of this solution compared to its competitors available in the market. The listed features are almost a &#8220;base line&#8221; of an object storage.</p>
<p>So, what are the distinctive advantages of the HCP solution?</p>
<p>Well, first of all it&#8217;s from Hitachi. I know it may sounds like a sales pitch, but just like the solutions offered by their competitors (EMC, IBM, HP to name few of them), this product has a starting target in the Hitachi existing customers, that can take advantage of a good integration with the other products of their portfolio.</p>
<p>But, there are for sure other interesting features.</p>
<p>Even if the Hitachi website only shows the hardware models of HCP, there is also a software-only version. In an IT world moving rapidly towards the &#8220;software defined&#8221; model, the possibility to use existing hardware rather than the one forced by the vendor is a common request coming from customers, especially if there is a virtua machine available and ready to be used; exactly the format offered by Hitachi for its software only solution.</p>
<p>Also, licensing for the virtual HCP is easy and smart: a simple license per managed TB, with a starting point at 4 TB regardless the number of nodes you deploy. It&#8217;s easy to make your own maths, and for Service Provider is easy to charge customers. The licensing for hardware versions has also and additional fee for the hardware itself, not so smart but nothing different fro similar solutions&#8230;</p>
<p>What&#8217;s most interesting in my opinion is the solution for branch offices (HDI, another three letters&#8230;): you can deploy a distributed solution, with a central system acting as repository for all the data stored at branch offices. A small storage is then deployed at the branch (and even here it could be an hardware one or the virtual appliance), and it replicates all its data towards the central storage following the rules you configured about frequency, retentions and so on. This solution guarantees local and fast access to data for branch offices (data centralization sometimes is more a problem than a solution when bandwidth between the offices is not so fast) and at the same time additional secirity, both in terms of confidentiality (you can cypher data) and protection (you only need to do backups in the central site).</p>
<p>Finally, the system does not have a proper backup tool, but you can rely on the internal versioning system, and the possibility to replicate data towards another HCP system, or even towards Amazon S3.</p>
<p>To summarize, Hitachi offers an object storage solution with many interesting features, maybe not so innovative like other ones (but this is usually something coming from a startup more than a big vendor) but for sure rock-solid and well-designed, and with many many available features allowing for the deploy of a complete solution.</p>
<p>Hitachi has a strong reputation made of solid and reliable solutions for enterprise markets, and for sure this is a well-designed solution. If you need a complete solution, HCP is for sure on of the possibility you should look at.</p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4782" data-text="Hitachi Content Platform, Hitachi&#8217;s object storage solution" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4782" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4782" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4782" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4782&media=&description=Hitachi+Content+Platform%2C+Hitachi%26%238217%3Bs+object+storage+solution" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4782"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4782</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMworld 2013: public vote for sessions is open (and mine is 5141)</title>
		<link>http://www.virtualtothecore.com/en/?p=4748&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmworld-2013-voting-session-open-mine-5141</link>
		<comments>http://www.virtualtothecore.com/en/?p=4748#comments</comments>
		<pubDate>Fri, 26 Apr 2013 14:00:22 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[approach]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[papers]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[tiered]]></category>
		<category><![CDATA[vmworld]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4748</guid>
		<description><![CDATA[TweetLike every year, it&#8217;s time for voting for the sessions of the next VMWorld 2013. VMware just published the list of all the submitted sessions, and each of you can vote for them and help them to be approved. Voting will be open until 6th May, and even if public vote is not the only criteria for&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4748" data-text="VMworld 2013: public vote for sessions is open (and mine is 5141)" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4748" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4748" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4748" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4748&media=&description=VMworld+2013%3A+public+vote+for+sessions+is+open+%28and+mine+is+5141%29" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4748"></su:badge></div></div><div class="clear"></div><p>Like every year, it&#8217;s <a href="http://www.vmworld.com/cfp.jspa">time for voting</a> for the sessions of the next VMWorld 2013. VMware just published the list of all the submitted sessions, and each of you can vote for them and help them to be approved. Voting will be open until 6th May, and even if public vote is not the only criteria for the final selection, it will surely help.</p>
<p>Even if this year there has been a drop in the number of session submission, the number of sessions is anyway almost a thousand, and so it&#8217;s really hard to choose which one you prefer, scrolling the list and have a look at all the presentations is a cumbersome task.</p>
<p>This year I decided to submit a session, and since it&#8217;s not among the first ones, I would like to help you to find it out <img src='http://www.virtualtothecore.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :</p>
<p><img title="vmworld2013-session5141.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/vmworld2013-session5141.png" alt="My Session Proposal 5141 for VMworld 2013" width="600" height="67" border="0" /></p>
<p>And this is the complete abstract. If it sounds interesting, vote it; if it will not pass the selection, I will publish it anyway in the future via vBrownbags or other ways.</p>
<table style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000;" border="0" cellspacing="0" cellpadding="3">
<tbody style="font-size: 1em;">
<tr style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;">Title</td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;">A Multi-Tiered approach to Data Protection for virtualized environments</td>
</tr>
<tr style="font-size: 1em;">
<td style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em;" colspan="3"> </td>
</tr>
<tr style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;">Abstract</td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;">SSD and Flash storage are rapidly changing the storage landscape in virtualized environments. By mixing different technologies, each with their own performances and prices, virtualization designers can create several storage layers to accomodate virtualized workloads based on their performances and availability requirements, and at the same time guarantee an adequate TCO without over-priced storage solutions.<br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" /><br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" />But what about storage for Data Protection?<br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" /><br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" />In the past, tape has been the only available solution, thanks to its unbeatable price per Gigabyte. But in more and more situations tape has failed in guaranteeing Data Protection SLAs for the most demanding workloads. Thanks to the evolution of production storage, many improvements have been ported also to backup storage, so we are now able to design well-structured and flexible data protection solutions, capable to satisfy even the most demanding RTO and RPO requirements.<br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" /><br style="font-family: Arial, Verdana, sans-serif; font-size: 1em;" />We will explore the different types of solutions available, when we can use them and when they are useless, and how we can combine each of them in a multi-tiered Data Protection solution, in order to sum their own strenghts and minimize their weaknesses.</td>
</tr>
<tr id="profileItem_10040_tr" style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;">Tracks</td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;">Infrastructure</td>
</tr>
<tr style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;"><strong style="font-family: Arial, Verdana, sans-serif; font-size: 1em;">Subtracks</strong></td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;">Business Continuity</td>
</tr>
<tr id="profileItem_10006_tr" style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;">Area of Interest</td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;"> </td>
</tr>
<tr id="profileItem_10005_tr" style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;">Technical Level</td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;">Technical</td>
</tr>
<tr style="font-size: 1em;">
<td class="formPromptTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 170px; padding-top: 5px; text-align: right; font-weight: bold;"> </td>
<td class="formReqTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; width: 5px; padding-top: 7px; color: #cc3333;"> </td>
<td class="formElementTd" style="font-family: Arial, 'MS Sans Serif', Helvetica; font-size: 1em; vertical-align: top; padding-top: 5px;"> </td>
</tr>
</tbody>
</table>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4748" data-text="VMworld 2013: public vote for sessions is open (and mine is 5141)" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4748" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4748" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4748" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4748&media=&description=VMworld+2013%3A+public+vote+for+sessions+is+open+%28and+mine+is+5141%29" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4748"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4748</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#SFD3: Exablox launch</title>
		<link>http://www.virtualtothecore.com/en/?p=4769&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sfd3-lancio-exablox</link>
		<comments>http://www.virtualtothecore.com/en/?p=4769#comments</comments>
		<pubDate>Thu, 25 Apr 2013 14:00:34 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[exablox]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[sfd3]]></category>
		<category><![CDATA[stealth]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4769</guid>
		<description><![CDATA[TweetStorage Field Day 3 event in Denver has started at full speed, and we were happy and lucky at the same time to have Exablox as our first presenting company: they launch publicly right at SFD3 coming out of stealth mode! Exablox If I should have to describe them in a sentence: &#8220;Object storage for&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4769" data-text="#SFD3: Exablox launch" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4769" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4769" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4769" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4769&media=&description=%23SFD3%3A+Exablox+launch" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4769"></su:badge></div></div><div class="clear"></div><p>Storage Field Day 3 event in Denver has started at full speed, and we were happy and lucky at the same time to have Exablox as our first presenting company: they launch publicly right at SFD3 coming out of stealth mode!</p>
<h3>Exablox</h3>
<p><img class="alignleft" style="border: 0px;" title="Exabloxes.jpg" alt="Exabloxes" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/Exabloxes.jpg" width="360" height="270" border="0" />If I should have to describe them in a sentence: &#8220;Object storage for the masses&#8221;.</p>
<p>After two years of development before launch, <a href="https://www.exablox.com">Exablox</a> guys presented their object storage solution, designed from the groud-up to be scalable, reliable, with enterprise level features, but also easy to use and cheap. The solution has two building blocks, the Storage Appliance (OneBlox) and the management system (OneSystem).</p>
<p>The principles inspiring the design are basically four: &#8211; Easy to Manage &#8211; Easy to Grow &#8211; Enterprise Features &#8211; Low Cost</p>
<p>The Exablox solution is completely scale-out, and uses share-nothing principles to distribute data and metadata between the appliances forming the cluster (or ring, as they call it).</p>
<p>The first nice solution I saw was the chassis. While almost any new storage vendor uses Dell or SuperMicro chassis and simply re-brands them, Exablox designed their own chassis for better usability of internal space and components placement. Among <img style="float: left;" title="exablox-disk-release.jpg" alt="Exablox disk release" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/exablox-disk-release.jpg" width="300" height="225" border="0" />those, there are the CPU and a really smart way to manage disks: to lower prices, Exablox allows customers to use off-the-shelf disks, and you do not need to use a screwdriver and sliding rails to mount them, but instead it has a simple trigger to release the disk, easy and quick. Even those small details makes a difference!</p>
<p>Inside the chassis, there is an uncommon processor: not an usual X86, but a <a href="http://www.cavium.com/OCTEON_II_MIPS64.html">Cavium Octeon II</a>. It&#8217;s a MIPS 64 bit processor, guaranteeing high performances for cypher operations and during SHA-1 hash creations. Each data is in fact saved in an encrypted state; this offers a higher security to stored data, and also eliminates the problem of disk disposal.</p>
<p>About disk management, there is no RAID in the Exablox solution. The minimum configuration of an Exablox design is a single unit with 3 disks. That&#8217;s because redundancy can be obtained by using at least three store areas, that can be 3 different units, or 3 different drivers inside the same unit when a new cluster is deployed. This kind of replica has a penalty on the usable disk space; thus Exablox introduced data deduplication, inline and realtime, so they can regain disk space (obviously at variable ratios depending on the type of data).</p>
<p>The several nodes (up to a limit of 6 actually) are interconnected thanks to 4 1G ethernet connections, where the system transmists both data both management commands. A system can be expanded by simply adding or swapping both disks or nodes in a cluster, up to 192 TB of raw space (6 nodes with 8 * 4TB drivers each), that convert into 64 TB of usable space, plus the benefit coming from deduplication.</p>
<p>Also, a &#8220;ring&#8221; is made of up to 6 nodes, but it can be replicated towards a second remote ring, buying the remote replication licensing. This allows to create a quick and easy Disaster Recovery solution for an Exablox ring.  Data are moved in deduplicated state, thus offering high savings on bandwidth consumption.</p>
<p>From a front-end perspective, actually Exablox only exposes storage to users via network over SMB protocol. This is a design choice, good but limited (NFS or other protocols are not supported right now). Please however remember we are talking about a 1.0 release launched today.</p>
<p>&nbsp;</p>
<h3>OneSystem</h3>
<p><img style="float: left;" title="architecturePopLg.jpg" alt="Exablox OneSystem GUI" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/architecturePopLg.jpg" width="600" height="393" border="0" /></p>
<p>The management activities of an Exablox cluster is possible thanks to OneSystem.</p>
<p>This solution has a unique way to work: it&#8217;s not a software you can install on-premise, but a web-based service offered by Exablox itself. The solution is well designed, and allows to create shares, connect to an Active Directory, and other activities.</p>
<p>One of the design goal in the creation of Exablox was from day  multi-tenancy: each part of the solution is delegable, assigned to different users and groups, even coming from different customers. This is a perfect design for an MSP willing to offer this solution to his customers, while managing all of them via a single console.</p>
<p>I still have a doubt, about the need to connect a system to internet in order to be managed, and about the fact some activities (like new shares provisioning or authorization changes) are not usable if the internet connection is down. Again, in the future those feature would probably be added if enough customers would ask for them.</p>
<h3>Use cases</h3>
<p>For sure, this solution is designed and targeted to SMB markets. Ease of use, simple interface, auto-configuration activities, scale-out, cost reductions thanks to off-the-shelf disks are all aimed to SMB customers. I still have doubt about a &#8220;internet-dependant&#8221; management solution, but remember it&#8217;s a 1.0 version.</p>
<p>I see some clear use cases like for example backups or archival, where you often need a small amount of space, with the possibility to grow (in small amounts is even better) as your saved data grow. Also, the possibility to replicate a ring to a second one offer an immediate Disaster Recovery solution.</p>
<p>We will see in the upcoming months how this new solution will be embraced by customers, and how it will grows in terms of features.</p>
<p>Last, if you want to learn more about the underlying technology, Tad Hunt, CTO at Exablox, offered us an impressive deep-dive about Exablox. You can see the complete presentation here:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/rqOs5EThN00?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4769" data-text="#SFD3: Exablox launch" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4769" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4769" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4769" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4769&media=&description=%23SFD3%3A+Exablox+launch" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4769"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4769</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use a console cable on a MacBook Pro</title>
		<link>http://www.virtualtothecore.com/en/?p=4691&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-console-cable-on-macbook-pro</link>
		<comments>http://www.virtualtothecore.com/en/?p=4691#comments</comments>
		<pubDate>Wed, 24 Apr 2013 14:00:45 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[PL2303]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[soekris]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tty]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[zterm]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4691</guid>
		<description><![CDATA[TweetI&#8217;m a Mac user since many years, and I always used MacBook Pro notebooks only. I never had any problems to find good alternatives to each Windows software I was using before, even the less common ones. And just as a last resort, there is always a Virtual Machine (XP before, now 7) running inside&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4691" data-text="How to use a console cable on a MacBook Pro" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4691" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4691" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4691" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4691&media=&description=How+to+use+a+console+cable+on+a+MacBook+Pro" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4691"></su:badge></div></div><div class="clear"></div><p>I&#8217;m a Mac user since many years, and I always used MacBook Pro notebooks only. I never had any problems to find good alternatives to each Windows software I was using before, even the less common ones. And just as a last resort, there is always a Virtual Machine (XP before, now 7) running inside VMware Fusion.</p>
<p>For the hardware part however, problems has always been a little bit worse. Even if I always checked Apple compatibility before buying any new piece of hardware (especially printers) there has been situations where I was not able to solve my problems. Console cables for connecting to network appliances like switches or routers has been my main problem.</p>
<p>Those console cables usually have an RJ45 jack towards the network appliance, and an RS232 jack towards the computer. But in the last 7 years, since I had my first Mac, I&#8217;ve never seen an Apple notebook with a serial cable. There are many Serial-to-USB adapters, but there are few drivers for OS X. Or at leat, until my last small discovery few days ago.</p>
<p>One of my colleagues, working primarily as a Network Administrator, uses a Ubuntu Linux notebook, and he owns this adapter:</p>
<p><img title="IMG_20130410_110126.jpg" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/IMG_20130410_110126.jpg" alt="Serial to USB Adapter" width="600" height="450" border="0" /></p>
<p>Has many adapters of its kind, they have no visible brand or information to read. My colleague told me he got this one many years ago in a electric fornitures shop. It is automatically recognized and mounted by Linux kernel, and this is enough for him. I tried to connect it to my Mac OS X but it was not recognized, as you can see:</p>
<pre class="brush:bash">ls -l /dev/cu.* /dev/tty.*
crw-rw-rw- 1 root wheel 33, 3 Mar 17 18:07 /dev/cu.Bluetooth-Modem
crw-rw-rw- 1 root wheel 33, 1 Mar 17 18:07 /dev/cu.Bluetooth-PDA-Sync
crw-rw-rw- 1 root wheel 33, 2 Mar 17 18:07 /dev/tty.Bluetooth-Modem
crw-rw-rw- 1 root wheel 33, 0 Mar 17 18:07 /dev/tty.Bluetooth-PDA-Sync</pre>
<p>The only serial ports available are those created by the Bluetooth antenna, even if the adapter is correctly identified by the USB internal hub. This command</p>
<pre class="brush:bash">system_profiler SPUSBDataType</pre>
<p>in fact lists all the available USB devices, and also the adapter is listed:</p>
<pre class="brush:bash">Composite Device:
Product ID: 0x2008
Vendor ID: 0x0557 (ATEN International Co. Ltd.)
Version: 0.01
Speed: Up to 12 Mb/sec
Location ID: 0x06200000 / 3
Current Available (mA): 500
Current Required (mA): 100</pre>
<p>Anyway, I found this <a href="http://www.xbsd.nl/2011/07/pl2303-serial-usb-on-osx-lion.html">great post</a>, and I followed it from beginning to end. Once I completed the steps, I run again the shell command:</p>
<pre class="brush:bash">ls -l /dev/cu.* /dev/tty.*
crw-rw-rw- 1 root wheel 18, 3 Apr 10 11:37 /dev/cu.Bluetooth-Modem
crw-rw-rw- 1 root wheel 18, 1 Apr 10 11:37 /dev/cu.Bluetooth-PDA-Sync
crw-rw-rw- 1 root wheel 18, 7 Apr 10 11:55 /dev/cu.PL2303-00002006
crw-rw-rw- 1 root wheel 18, 2 Apr 10 11:37 /dev/tty.Bluetooth-Modem
crw-rw-rw- 1 root wheel 18, 0 Apr 10 11:37 /dev/tty.Bluetooth-PDA-Sync
crw-rw-rw- 1 root wheel 18, 6 Apr 10 11:55 /dev/tty.PL2303-00002006</pre>
<p>The last line is the Serial-to-USB adapter. You can double-check that is the adapter by plugging it out and in and repeating the ls command, you will see it appearing and disappearing. Once I identified the adapter and I loaded its driver, I downloaded <a href="http://www.dalverson.com/zterm/">ZTerm</a> to use it. You need to configure the program in this way:</p>
<p><img title="zterm1.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/zterm1.png" alt="Zterm Modem Configuration" width="428" height="261" border="0" /></p>
<p>Go to Settings -&gt; Modem Preferences… and select the adapter as the default modem. Then, go to Settings -&gt; Connections and you will find a screen like this one:</p>
<p><img title="zterm2.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/zterm2.png" alt="Zterm Connection" width="378" height="251" border="0" /></p>
<p>Now you will have to change the parameters as needed, depending on the appliance you need to connect to. Hitting OK, you should see the console:</p>
<p><img title="zterm3.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/zterm3.png" alt="ZTermo connected!" width="584" height="406" border="0" /></p>
<p>In my example, it&#8217;s a pfSense installation in a Soekris Net4511.</p>
<p>So, at the end even a Network Administrator can use a modern and fashionable Mac, instead of those old and ugly Windows XP notebooks with a serial port <img src='http://www.virtualtothecore.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4691" data-text="How to use a console cable on a MacBook Pro" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4691" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4691" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4691" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4691&media=&description=How+to+use+a+console+cable+on+a+MacBook+Pro" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4691"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4691</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three ways to manage you ESXi servers logs</title>
		<link>http://www.virtualtothecore.com/en/?p=4726&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=three-ways-to-manage-you-esxi-servers-logs</link>
		<comments>http://www.virtualtothecore.com/en/?p=4726#comments</comments>
		<pubDate>Mon, 22 Apr 2013 14:00:52 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[gestire]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[non-persistent]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[syslog]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4726</guid>
		<description><![CDATA[TweetESXi server log management is one of those activites often ignored or poorly managed by many administrators. Usually people are more concerned about hosted virtual machines, and since lately phyisical servers are usually really reliable, as it is ESXi, they end up thinking they will never have to access their logs. In my opinion, this&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4726" data-text="Three ways to manage you ESXi servers logs" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4726" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4726" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4726" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4726&media=&description=Three+ways+to+manage+you+ESXi+servers+logs" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4726"></su:badge></div></div><div class="clear"></div><p>ESXi server log management is one of those activites often ignored or poorly managed by many administrators. Usually people are more concerned about hosted virtual machines, and since lately phyisical servers are usually really reliable, as it is ESXi, they end up thinking they will never have to access their logs.</p>
<p>In my opinion, this is a completely wrong behaviour, because it impedes eventually the possibility to analyze events or errors happening in an ESXi servers. And they happen mor frequently than you could think.</p>
<p>While meeting several customers, I found at the end three kind of behaviour, that ends up in three different ways of managing ESXi logs. Let&#8217;s see them.</p>
<p> </p>
<h2>Sweep under the rug</h2>
<p>Here, logs are only another bother to manage, so the quickest we remove it the better. On an ESXi server with local storage, this problem does not even surfaces, since by default ESXi saves logs in the /scratch/log directory if it finds a local storage.</p>
<p>More and more frequently, however, new ESXi installations are done on USB or SD memories, and those are not recognized as local storage for logs. In fact, once the installation is complete, we usually find an error like this one:</p>
<p><img title="esxilog01.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/esxilog01.png" alt="ESXi with no local storage for logs" width="529" height="283" border="0" /></p>
<p>To solve it, the &#8220;sweep under the rug&#8221; method provides that the admin selects quickly one of the available shared datastores, and uses it for logs. In fact you can configure the advanced parameter <strong>Syslog.global.logDir</strong> and set the desired datastore.</p>
<p><img title="esxilog02.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/esxilog02.png" alt="Configure ESXi log datastore" width="600" height="354" border="0" /></p>
<p>If you also want to use the same datastore for all your ESXi servers, you also need to configure <strong>Syslog.global.logDirUnique</strong>, in order to have different subfolders (once per ESXi server) under the common LogDir directory.</p>
<p>This method has two problems. First, the limited manamanageability of logs; when you need to check them, you can use for example the Log Browser inside the Web Clientand retrieve in real time the logs from a ESXi server:</p>
<p><img title="esxilog03.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/esxilog03.png" alt="vSphere Web Client Log Browser" width="600" height="291" border="0" /></p>
<p>but this task is really intensive and slow, since every time vCenter needs to retireve logs directly from the ESXi server. The second problem is crystal clear: if the ESXi server is unreachable, how can you read its logs saved inside the failed server itself? In this case in fact you can only retrieve logs if they were saved into an external datastore&#8230;</p>
<p> </p>
<h2>Remote Syslog</h2>
<p>A better solution is for sure to send them to a remote syslog where we can safely save them and do searches. In this ways, when you have problems in a ESXi server and its local logs are not available, you will be able anyway to check its logs from the syslog itself. This for sure useful if you are running stateless servers deployed with AutoDeploy.</p>
<p>VMware gives you a syslog server directly in the vCenter installation. It&#8217;s easy to install (Jason Boche wrote a <a href="http://www.boche.net/blog/index.php/2011/07/23/configure-a-vcenter-5-0-integrated-syslog-server/">nice post</a> about it) and on ESXi server you only need to configure the advanced parameter <strong>Syslog.global.logHost</strong> with values like tcp://hostname:514 or udp://hostname:514, depending on the the configuration you choose.</p>
<p>If you have several ESXi server, you can even configure this parameter directly into Host Profiles, so every new server gets the right configuration.</p>
<p> </p>
<h2>Data Analysis?</h2>
<p>A simple syslog server, beeing it the VMware&#8217;s one or something else, is for sure a great solution, for all the reasons I explained before. But is it enough? Let&#8217;s suppose we have a problem in a software component of a ESXi server: maybe we would like to know if in reality the error was happening at regular times since several months, each time at the same hour of the day? Or maybe the alarm appears on all your ESXi servers using that same hardware?</p>
<p><img class="alignleft" style="border: 0px;" title="splunk-esxi.png" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/splunk-esxi.png" alt="Splunk and ESXi" width="324" height="276" border="0" /></p>
<p>So, a richer data analysis solution probably would be a better fit than a simple syslog. Among the several software available on the market, I usually use <a href="http://www.splunk.com/">Splunk</a>. It&#8217;s a powerful solution for log collection (it &#8220;swallows&#8221; every kind of text you give it, without any problem about format, source or size), but it&#8217;s value is in the classification and tagging of every log entry.</p>
<p>Once the data is saved into Splunk, you can do whatever search you want, correlate data, and get results in text form or even in graphical mode, also created automatically and sent to you by mail.</p>
<p>If you would like to test it, there is a free version available. Splunk is licensed on a maximum daily amount of data it can collect, and the free version has a daily limit of 500 Mb. If this seems a high number to you, be aware a single ESXi server can produce almost 1 GB of daily logs, much more than the limit of the free version.</p>
<p>There are many tutorials in the internet about how to install and configure Splunk (it&#8217;s really simple), but probably you are more interested about <a href="http://splunk-base.splunk.com/answers/69252/splunk-app-for-vmware-throughput-much-higher-than-expected">this thread</a> in the Splunk forums, where a user explains how to reduce the daily amount of logs created by a ESXi server so it can be collected with the free version of Splunk.</p>
<p> </p>
<h2>So?</h2>
<p>What level of logging do you use for your logs?</p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4726" data-text="Three ways to manage you ESXi servers logs" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4726" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4726" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4726" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4726&media=&description=Three+ways+to+manage+you+ESXi+servers+logs" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4726"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4726</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veeam Backup &amp; Replication 7 preview #5: tape support!!!</title>
		<link>http://www.virtualtothecore.com/en/?p=4738&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=veeam-backup-replication-7-preview-5-il-supporto-per-i-tape</link>
		<comments>http://www.virtualtothecore.com/en/?p=4738#comments</comments>
		<pubDate>Fri, 19 Apr 2013 14:00:32 +0000</pubDate>
		<dc:creator>Luca Dell'Oca</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[backup @en @it]]></category>
		<category><![CDATA[countdown @en @it]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[ntbackup]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tape @en @it]]></category>
		<category><![CDATA[veeam @en @it]]></category>

		<guid isPermaLink="false">http://www.virtualtothecore.com/?p=4738</guid>
		<description><![CDATA[TweetVeeam announced yesterday the 5th new feature coming in the next version 7 of Veeam Backup &#38; Replication: tape support! I&#8217;m already hearing many of you, both existing customers or among those evaluating it &#8220;oh, finally!&#8221;. Well, this can be easily named as THE most wanted missing feature since years. I&#8217;m pretty sure that, if&#8230;]]></description>
				<content:encoded><![CDATA[<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4738" data-text="Veeam Backup &#038; Replication 7 preview #5: tape support!!!" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4738" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4738" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4738" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4738&media=&description=Veeam+Backup+%26%23038%3B+Replication+7+preview+%235%3A+tape+support%21%21%21" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4738"></su:badge></div></div><div class="clear"></div><p>Veeam announced yesterday the 5th new feature coming in the next version 7 of Veeam Backup &amp; Replication: tape support!</p>
<p>I&#8217;m already hearing many of you, both existing customers or among those evaluating it &#8220;oh, finally!&#8221;. Well, this can be easily named as THE most wanted missing feature since years. I&#8217;m pretty sure that, if it had to be decided only by the internal team at Veeam, this feature would have never seen the light: in virtualized environments backup to disk is a better solution, for restore speed reasons required by demanding businesses.</p>
<p>So, why this new tape support? I think there are at least three reasons:</p>
<p>- tape probably is no more the primary backup target, and has been replaced with disk. But is still a great media for <a href="http://www.virtualtothecore.com/en/?p=4642">second level copies</a> , and useful for long term retention or backup shipping to remote locations<br />
- Veeam has always been really careful with its customers, so I thin at some point the number of requests about tape has become enough to justify this new feature<br />
- Veeam is a company selling its software, and the lack of tape support has always forced customer to use two different backup software, one beeing Veeam for backing up VMs to disk, and then a second one to save those backup to tape. Tape support allows now Veeam customers to eliminate that second software, so Veeam can become the only backup software in many environments.</p>
<p><img title="Figure1.png" alt="Tape support in Veeam 7" src="http://www.virtualtothecore.com/wp-content/uploads/2013/04/Figure1.png" width="600" height="153" border="0" /></p>
<p>For a complete description of this new feature, go and read the <a href="http://www.veeam.com/blog/the-countdown-continues-announcing-tape-support-in-veeam-backup-replication-v7.html">official press release</a>. Some of the news there are really interesting, and worth a short analysis.</p>
<p>Files To Tape: Veeam Backup will be able to save not only virtual machines, but also files coming from any windows or linux server. You will only need to register those servers inside the Backup Infrastructure of Veeam, and you will be able to save any file of those servers. That means to support also physical servers!</p>
<p>Second, Veeam Backup Free Edition will support Files to Tape backups, and also restores from old NTBackup backup sets! For all those admins missing NTBackup when Microsoft dropped it in Windows 2008, this new free tool can become the new NTBackup.</p>
<p>Last, every restore option will be available also with tapes. And when I say all, I mean also Instant VM Recovery! I can&#8217;t wait and see how Instant VM Recovery will work with tapes, maybe they will use a temporary disk location to store data retrieved from tapes, will see!</p>
<p>There are still two new features to be announced, but this one is for sure one of the most awaited ones. Lastly, here is the official Veeam video about tape support.</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/66b67zL8VJ8?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.virtualtothecore.com/en/?p=4738" data-text="Veeam Backup &#038; Replication 7 preview #5: tape support!!!" data-via="dellock6" data-counturl="http://www.virtualtothecore.com/en/?p=4738" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://www.virtualtothecore.com/en/?p=4738" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://www.virtualtothecore.com/en/?p=4738" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualtothecore.com%2Fen%2F%3Fp%3D4738&media=&description=Veeam+Backup+%26%23038%3B+Replication+7+preview+%235%3A+tape+support%21%21%21" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://www.virtualtothecore.com/en/?p=4738"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://www.virtualtothecore.com/en/?feed=rss2&#038;p=4738</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
