<?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; celerra</title>
	<atom:link href="http://www.mygeekfinds.com/tag/celerra/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>
		<item>
		<title>AVAMAR Pre-backup Script to Mount Remote Shares on Celerra NAS</title>
		<link>http://www.mygeekfinds.com/2009/03/avamar-pre-backup-script-to-mount-remote-shares-on-celerra-nas/</link>
		<comments>http://www.mygeekfinds.com/2009/03/avamar-pre-backup-script-to-mount-remote-shares-on-celerra-nas/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 15:29:44 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[My Notes]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[nas]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=3</guid>
		<description><![CDATA[When backuping shares on my Celerra using AVAMAR without a ndmp backup accelerator node I have to create a backup policy that connects to an avamar client on one of my servers and then runs a pre backup script to map a network drive to the remote share.]]></description>
			<content:encoded><![CDATA[<p>When backuping shares on my Celerra using AVAMAR without a ndmp backup accelerator node I have to create a backup policy that connects to an avamar client on one of my servers and then runs a pre backup script to map a network drive to the remote share.</p>
<p>The script is just a .bat file that uses the <a href="http://technet.microsoft.com/en-us/library/bb490717.aspx">NET USE</a> command to map a network drive to the share on the Celerra.  This worked fine, except I noticed that only files with read access for everyone were being backed up.  All of my user profile or home directories were returning access denied errors.  I did not want to grant everyone access to all files and directories.</p>
<p>To fix this I had to add a username and password to the NET USE command to map the drive as a user that has read access on all directories on the shares.</p>
<p>I created a backup admin user for this and set all files and directories to allow this user read access.</p>
<p>The pre backup script mount_x.bat now looks like this:</p>
<blockquote><p>net use /delete X:<br />
net use X: \\NAS\Share /USER:Domain\backupadmin password</p></blockquote>
<p>Once the backup is complete I then run a post backup script to to remove the mapping with another script umount_x.bat:</p>
<blockquote><p>net use /delete X:</p></blockquote>
<p>The scripts have to be in C:\Program Files\avs\etc\scripts\ on the avamar client.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/03/avamar-pre-backup-script-to-mount-remote-shares-on-celerra-nas/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
