<?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; standby</title>
	<atom:link href="http://www.mygeekfinds.com/tag/standby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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; [...]]]></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>3</slash:comments>
		</item>
	</channel>
</rss>
