<?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>My Geek Finds &#187; emc</title>
	<atom:link href="http://www.mygeekfinds.com/tag/emc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking, Gadgets, and Geek fun</description>
	<lastBuildDate>Tue, 29 Mar 2011 13:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>EMC Breaks the World Record&#8230;</title>
		<link>http://www.mygeekfinds.com/2011/01/emc-breaks-the-world-record/</link>
		<comments>http://www.mygeekfinds.com/2011/01/emc-breaks-the-world-record/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 15:59:15 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=334</guid>
		<description><![CDATA[&#8230;for the number of people to fit in a mini-cooper. &#8220;EMC is a Storage Record breaker&#8221; Interesting way to launch a product. I watched it live this AM but if you missed it you can watch the whole hour and half replay here &#8211; http://emcbreaksrecords.com/. How many folks can you &#8220;store&#8221; in a mini-cooper? Go [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;for the number of people to fit in a mini-cooper.  </p>
<p>&#8220;EMC is a Storage Record breaker&#8221;</p>
<p>Interesting way to launch a product.  I watched it live this AM but if you missed it you can watch the whole hour and half replay here &#8211; <a href="http://emcbreaksrecords.com/">http://emcbreaksrecords.com/</a>.</p>
<p>How many folks can you &#8220;store&#8221; in a mini-cooper? Go to about 48 minutes in to watch the replay <a href="http://emcbreaksrecords.com/">http://emcbreaksrecords.com/</a> and find out.</p>
<p>Go to about 1:30 to watch <a href="http://www.bubbablackwell.com/">Bubba Blackwell</a>&#8216;s virtual storage motorcycle jump!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2011/01/emc-breaks-the-world-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failover to Standby Datamover</title>
		<link>http://www.mygeekfinds.com/2009/11/failover-to-standby-datamover/</link>
		<comments>http://www.mygeekfinds.com/2009/11/failover-to-standby-datamover/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:23:06 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[datamover]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[standby]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=312</guid>
		<description><![CDATA[Last night a tech from EMC was here to update the Control Station and DART code on our Celerra to enable file system deduplication (more about this later). As part of this process we had to failover to our standby datamover. Thought these commands might be useful later so here they are. server_2 &#8211; Primary [...]]]></description>
			<content:encoded><![CDATA[<p>Last night a tech from EMC was here to update the Control Station and DART code on our Celerra to enable file system deduplication (more about this later).  </p>
<p>As part of this process we had to failover to our standby datamover.  Thought these commands might be useful later so here they are.</p>
<p>server_2 &#8211; Primary datamover<br />
server_3 &#8211; Standby datamover</p>
<p>Fail over to standby mover</p>
<blockquote><p># server_standby server_2 -a mover</p></blockquote>
<p>Faults server_x and renames it to server_2.faulted.server_3<br />
Renames server_3 to server_2<br />
server_3 is now online as server_2</p>
<p>During the time it took to failover I dropped 3 pings to the datamover.</p>
<p>Fall back to primary mover</p>
<blockquote><p># server_standby server_2.faulted.server_3 -r mover</p></blockquote>
<p>Renames standby server to server_3<br />
Renames server_2.faulted.server_3 to server_2<br />
server_2 is now back online as the primary mover.</p>
<p>Again I dropped 3 pings while the datamovers switched.</p>
<p>Here are a couple other useful Celerra commands.</p>
<p>Listing your datamovers and their status from the command line:</p>
<blockquote><p># /nas/bin/nas_server -l<br />
id      type  acl  slot groupID  state  name<br />
1        1    0     2              0    server_2<br />
2        4    0     3              0    server_3</p></blockquote>
<p>You can get this info from the GUI but this is quick if you are logged into the Control Station CLI.</p>
<p>View the nas version running on your datamovers:</p>
<blockquote><p># server_version ALL<br />
server_2 : Product: EMC Celerra File Server  Version: T5.6.46.410<br />
server_3 : Product: EMC Celerra File Server  Version: T5.6.46.410</p></blockquote>
<p>Basic stuff but it might be useful to have on hand later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/11/failover-to-standby-datamover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Hampton Roads User IT Group Meeting</title>
		<link>http://www.mygeekfinds.com/2009/06/first-hampton-roads-user-it-group-meeting/</link>
		<comments>http://www.mygeekfinds.com/2009/06/first-hampton-roads-user-it-group-meeting/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:58:03 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[it group]]></category>
		<category><![CDATA[varrow]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=240</guid>
		<description><![CDATA[Last night was the first meeting of the Hampton Roads User IT Group meeting. It was held at Burton&#8217;s Grill in the Hilltop section of VA Beach. The local EMC sales folks put the meeting together. Unfortunately the turn out was not that great only a handful of folks showed up. Traffic was terrible and [...]]]></description>
			<content:encoded><![CDATA[<p>Last night was the first meeting of the Hampton Roads User IT Group meeting.  It was held at <a href="http://www.burtonsgrill.com/">Burton&#8217;s Grill</a> in the Hilltop section of VA Beach.  The local <a href="http://www.emc.com/">EMC</a> sales folks put the meeting together.</p>
<p>Unfortunately the turn out was not that great only a handful of folks showed up. Traffic was terrible and it took a little over an hour to make the 30 minute drive from Chesapeake to VA Beach, probably a reason for the low turn out. </p>
<p>Despite the small crowd it was still a great event.  Tom Lennon from <a href="http://www.rsa.com/">RSA Security</a> did a presentation on some of their current and upcoming offerings.  RSA&#8217;s log collection and analysis product &#8211; enVision &#8211;  looks pretty interesting, definitely something to get a little more info on. I got to say a little bit about my experiences at <a href="http://www.emcworld.com/">EMC World</a> (I am still working my blog post about it &#8211; so much good stuff, so little time).  Chatted with a couple of other EMC customers and partners about technologies they are planning on or currently using &#8211; AVAMAR, VMware, Celerra, etc.  </p>
<p>The appetizers were good, the drinks were cold, and Stephanie &#038; Joe from <a href="http://www.emc.com/">EMC</a> were great hosts. </p>
<p>A couple of folks from <a href="http://www.varrow.com/">Varrow</a> out of NC were there and it was pretty cool chatting with them.  Check out their community blog at <a href="http://www.varrowblogs.com/">http://www.varrowblogs.com/</a> &#8211; some good info there.  </p>
<p>The local EMC folks are planning to have User IT Group meetings once a quarter.  I&#8217;ll be sure to post when the next one is, hope you can make it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/06/first-hampton-roads-user-it-group-meeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Every vSphere Link You Need to Get Started at vSphere-land</title>
		<link>http://www.mygeekfinds.com/2009/05/every-vsphere-link-you-need-to-get-started-at-vsphere-land/</link>
		<comments>http://www.mygeekfinds.com/2009/05/every-vsphere-link-you-need-to-get-started-at-vsphere-land/#comments</comments>
		<pubDate>Sat, 23 May 2009 00:18:55 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=225</guid>
		<description><![CDATA[At least that&#8217;s what the post says&#8230; http://vsphere-land.com/news/vsphere-the-missing-links-every-vsphere-link-you-need-to-get-started.html Every link or not, there are a bunch of great resources for vSphere 4. I am just back from EMC World and I have a lot information I will be posting soon about the conference but right now I am going to enjoy the holiday weekend. Have [...]]]></description>
			<content:encoded><![CDATA[<p>At least that&#8217;s what the post says&#8230; <a href="http://vsphere-land.com/news/vsphere-the-missing-links-every-vsphere-link-you-need-to-get-started.html">http://vsphere-land.com/news/vsphere-the-missing-links-every-vsphere-link-you-need-to-get-started.html</a></p>
<p>Every link or not, there are a bunch of great resources for vSphere 4.</p>
<p>I am just back from EMC World and I have a lot information I will be posting soon about the conference but right now I am going to enjoy the holiday weekend.  Have a great one!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/05/every-vsphere-link-you-need-to-get-started-at-vsphere-land/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

