<?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>drunkNerd &#187; EMC</title>
	<atom:link href="http://www.drunknerd.com/tag/emc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drunknerd.com</link>
	<description>Drunken Technology</description>
	<lastBuildDate>Mon, 15 Feb 2010 03:28:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to optimize VMware running on EMC Celerra NFS</title>
		<link>http://www.drunknerd.com/2010/02/how-to-optimize-vmware-emc-celerra-nfs/</link>
		<comments>http://www.drunknerd.com/2010/02/how-to-optimize-vmware-emc-celerra-nfs/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:31:11 +0000</pubDate>
		<dc:creator>the Drunk Nerd</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.drunknerd.com/?p=146</guid>
		<description><![CDATA[I just read a great article from Scott Lowe on optimizing NFS storage for use with VMware. Most of the recommendations are found in Celerra best practices docs but its also nice when someone compiles them all up into one area. As has been stated on multiple occasions and by multiple people, be sure that [...]]]></description>
			<content:encoded><![CDATA[<p>I just read a great article from <a href="http://blog.scottlowe.org/">Scott Lowe</a> on optimizing NFS storage for use with VMware. Most of the recommendations are found in Celerra best practices docs but its also nice when someone compiles them all up into one area.</p>
<blockquote>
<ul>
<li>As has been stated on multiple occasions and by multiple people, be sure that virtual machine disk/application partitions have been properly aligned. We recommend a 1MB boundary. Note that Windows Server 2008 aligns at a 1MB boundary automatically.</li>
<li>Use a block size of 8KB unless other recommended or required by the application vendor. Note that the default NTFS block size is 4KB.</li>
<li>Turn on the uncached write mechanism for NFS file systems used as VMware datastores. This can have a significant performance improvement for VMDKs on NFS but isn’t the default setting. From the Control Station, you can use this command to turn on the uncached write mechanism:<br />
<code>server_mount &lt;data mover name&gt; -option &lt;options&gt;,<strong>uncached</strong> &lt;file system name&gt; &lt;mount point&gt;</code><br />
Be sure to review pages 99 through 101 of the VMware on Celerra best practices document for more information on the uncached write mechanism and any considerations for its use.</li>
<li>Change the VMware ESX settings <code>NFS.SendBufferSize</code> and<code>NFS.ReadBufferSize</code> to a value that is a multiple of 32. The recommended value is 64. See page 73 of the best practices document for more details.</li>
<li>If you’ve adjusted the <code>NFS.MaxVolumes</code> parameter in order to have access to more than 8 NFS datastores, you should also adjust <code>NFS.TcpIpHeapSize</code>and <code>NFS.TcpIpHeapMax</code> parameters. The increase should be proportional; if you increase the maximum volumes to 32 (a common configuration), then you should increase the other parameters by a factor of 4 as well. Page 73 of the best practices document covers this. <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007909">This VMware KB article</a> and<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=2239">this VMware KB article</a> also have more information.</li>
<li>Although not directly related to performance, best practices call for setting<code>NFS.HeartbeatFrequency</code> (or <code>NFS.HeartbeatDelta</code> in VMware vSphere) to 12, <code>NFS.HeartbeatTimeout</code> to 5, and <code>NFS.HeartbeatMaxFailures</code> to 10.</li>
<li>Ensure that the LUNs backing the NFS file systems are allocated to the clar_r5_performance pool. This configuration will balance the load across the SPs, LUNs, etc., and help improve performance.</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.drunknerd.com/2010/02/how-to-optimize-vmware-emc-celerra-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The fastest way to backup VMware</title>
		<link>http://www.drunknerd.com/2009/04/the-fastest-way-to-backup-vmware/</link>
		<comments>http://www.drunknerd.com/2009/04/the-fastest-way-to-backup-vmware/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:12:58 +0000</pubDate>
		<dc:creator>the Drunk Nerd</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.drunknerd.com/?p=117</guid>
		<description><![CDATA[I have been around almost every backup product available (except some lesser known backup programs) and have seen many features, and different ways to backup data. I don&#8221;&#8221;t want to point fingers or tell you which product is the best and which is the worst (I&#8221;&#8221;ll save that for another post ), but what I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been around almost every backup product available (except some lesser known backup programs) and have seen many features, and different ways to backup data. I don&#8221;&#8221;t want to point fingers or tell you which product is the best and which is the worst (I&#8221;&#8221;ll save that for another post <img src='http://www.drunknerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), but what I will tell you is the absolute fastest way to backup VMware.</p>
<p>Imagine being able to minimize your backup times by 90 percent. Most large organizations have tight backup windows and even their enterprise level backup solution cant keep up with the day to day business processes. Imagine being able to run a daily full backup instead of a weekly full and daily incrementals or differentials.</p>
<p>Well that dream is a reality with EMC&#8221;&#8221;s Avamar. I&#8221;&#8221;ve seen it, and I do it every week in different companies all the time. Avamar is a unique backup solution that allows for accelerated VMware backup and restore performance and efficiency. By filtering out redundant data segments through its global source-based deduplication, Avamar pushes up to a 200 percent reduction in the amount of data that has to be moved through your virtual infrastructure. Allowing you to replace your weekly fulls and daily incrementals with daily fulls. Which also allows for a faster recovery time.</p>
<p>I&#8221;&#8221;m mostly writing this in my own amazement of how Avamar has changed my opinion on how data should be backed up but also to help you in reducing backup windows and time to recovery. I&#8221;&#8221;ll post more tips and tricks in later posts. If you would like some immediate help contact me on linkedin. </p>
<p><a href="http://www.linkedin.com/in/robsteele">http://www.linkedin.com/in/robsteele</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drunknerd.com/2009/04/the-fastest-way-to-backup-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC &amp; VMware: Virtual Infrastructure Backup with Deduplication</title>
		<link>http://www.drunknerd.com/2008/11/emc-vmware-virtual-infrastructure-backup-with-deduplication/</link>
		<comments>http://www.drunknerd.com/2008/11/emc-vmware-virtual-infrastructure-backup-with-deduplication/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:35:45 +0000</pubDate>
		<dc:creator>the Drunk Nerd</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Deduplication]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.drunknerd.com/?p=85</guid>
		<description><![CDATA[EMC &#038; VMware: Virtual Infrastructure Backup with Deduplication]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=Zl8bVNaWTYo">EMC &#038; VMware: Virtual Infrastructure Backup with Deduplication</a></p>
<p style="text-align: center;"><a href="http://www.drunknerd.com/2008/11/emc-vmware-virtual-infrastructure-backup-with-deduplication/"><img src="http://img.youtube.com/vi/Zl8bVNaWTYo/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drunknerd.com/2008/11/emc-vmware-virtual-infrastructure-backup-with-deduplication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC Avamar Global Data Deduplication for Remote Offices</title>
		<link>http://www.drunknerd.com/2008/11/emc-avamar-global-data-deduplication-for-remote-offices/</link>
		<comments>http://www.drunknerd.com/2008/11/emc-avamar-global-data-deduplication-for-remote-offices/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:05:44 +0000</pubDate>
		<dc:creator>the Drunk Nerd</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Deduplication]]></category>
		<category><![CDATA[EMC]]></category>

		<guid isPermaLink="false">http://www.drunknerd.com/?p=81</guid>
		<description><![CDATA[EMC Avamar Global Data Deduplication for Remote Offices]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=sc52OxvDG7k">EMC Avamar Global Data Deduplication for Remote Offices</a></p>
<p style="text-align: center;"><a href="http://www.drunknerd.com/2008/11/emc-avamar-global-data-deduplication-for-remote-offices/"><img src="http://img.youtube.com/vi/sc52OxvDG7k/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drunknerd.com/2008/11/emc-avamar-global-data-deduplication-for-remote-offices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mimosa NearPoint vs. EMC EmailXtender</title>
		<link>http://www.drunknerd.com/2008/10/mimosa-nearpoint-emc-emailxtender/</link>
		<comments>http://www.drunknerd.com/2008/10/mimosa-nearpoint-emc-emailxtender/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 04:59:38 +0000</pubDate>
		<dc:creator>the Drunk Nerd</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Archiving]]></category>
		<category><![CDATA[EmailXtender]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mimosa]]></category>
		<category><![CDATA[Nearpoint]]></category>

		<guid isPermaLink="false">http://www.drunknerd.com/?p=52</guid>
		<description><![CDATA[Email Archiving has become a standard within the enterprise. Email servers carry the largest load of activity and it is important to constantly improve storage management and operational efficiency within the messaging environment. As corporate compliance becomes increasingly strict and legal requirements are becoming a common ground for audits, you must assure yourself and your [...]]]></description>
			<content:encoded><![CDATA[<p>Email Archiving has become a standard within the enterprise. Email servers carry the largest load of activity and it is important to constantly improve storage management and operational efficiency within the messaging environment. As corporate compliance becomes increasingly strict and legal requirements are becoming a common ground for audits, you must assure yourself and your company that you have the right solution.</p>
<p>Even though there are quite a few solutions out there I have decided to take a look at NearPoint and EmailXtender but I will examine some other solutions in the future. So let me know if you are currently using a solution or are looking into buying one.</p>
<p>Alright Lets get started&#8230;</p>
<p>Mimosa Nearpoint uses a log shipping method to archive emails where as EMC EmailXtender uses a journaling technique. The advantage of the log shipping offers a minimal impact on the exchange server, EmailXtender uses a mailbox that is journaling enabled which can cause some performance impact if an Exchange server is over subscribed. I am all for reducing the amount of connectors and clients that are installed on production application servers. So in my book initially Nearpoint would get the point. However there is a con to this method as it is not fully supported by Microsoft because they cannot guarntee zero data loss. So overall I would say EmailXtender has the best approach as Microsoft supports journaling as the best archiving method.</p>
<p>EmailXtender has a solid light weight design which allows just one server to handle thousands of users and also perform Indexing, Journaling, Archiving, and Search functions. Nearpoint has a mutli-node grid architecture which is good for growth but requires creating another large storage space for email data. The trend these days is server consolidation and having an app that requires more servers for growth is frowned upon in my book.</p>
<p>Both Solutions offer support for Microsoft Exchange but EmailXtender also supports Lotus Notes. Even though I am not a fan of Lotus Notes some companies are stuck with it and I feel for them.</p>
<p>Alright after a couple beers I&#8217;m getting tired of typing. We will continue this in a part 2 blog entry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drunknerd.com/2008/10/mimosa-nearpoint-emc-emailxtender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

