<?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; avamar</title>
	<atom:link href="http://www.mygeekfinds.com/tag/avamar/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>AVAMAR f_cache and p_cache Formulas</title>
		<link>http://www.mygeekfinds.com/2009/06/avamar-f_cache-and-p_cache-formulas/</link>
		<comments>http://www.mygeekfinds.com/2009/06/avamar-f_cache-and-p_cache-formulas/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:08:22 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[My Notes]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[f_cache]]></category>
		<category><![CDATA[p_cache]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=238</guid>
		<description><![CDATA[Formulas to help determine the correct size of your f_cache and p_cache for AVAMAR backups. f_cache = N * 40MB N = Millions of Files So for 3 million files: f_cache = 3 * 40MB f_cache = 120MB p_cache = DB Size in GB/Average Chunk * 20MB Average Chunk Sizes: Exchange DB: 16 Microsoft SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Formulas to help determine the correct size of your f_cache and p_cache for AVAMAR backups.</p>
<p><strong>f_cache = N * 40MB</strong></p>
<p>N = Millions of Files<br />
So for 3 million files:<br />
f_cache = 3 * 40MB<br />
f_cache = 120MB</p>
<p><strong>p_cache = DB Size in GB/Average Chunk * 20MB</strong></p>
<p>Average Chunk Sizes:<br />
Exchange DB: 16<br />
Microsoft SQL DB: 24</p>
<p>For a 100GB Microsoft SQL DB:<br />
p_cache = 20/24 * 20MB<br />
p_cache = 83.3MB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/06/avamar-f_cache-and-p_cache-formulas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to backup an Active Directory Domain Controller with AVAMAR</title>
		<link>http://www.mygeekfinds.com/2009/04/how-to-backup-an-active-directory-domain-controller-with-avamar/</link>
		<comments>http://www.mygeekfinds.com/2009/04/how-to-backup-an-active-directory-domain-controller-with-avamar/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:08:04 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[My Notes]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[avamar]]></category>
		<category><![CDATA[system state]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=56</guid>
		<description><![CDATA[Just some notes on backing up an Active Directory domain controller or the system state of any Windows client using EMC&#8217;s AVAMAR. &#8212; Install the AVAMAR client on the DC(s) to be backed up. In the AVAMAR Administrator create a Dataset for the DCs (WindowsDC). Use the Windows file system plugin and do not set [...]]]></description>
			<content:encoded><![CDATA[<p>Just some notes on backing up an Active Directory domain controller or the system state of any Windows client using EMC&#8217;s AVAMAR.<br />
&#8212;</p>
<p>Install the AVAMAR client on the DC(s) to be backed up.</p>
<p>In the AVAMAR Administrator create a Dataset for the DCs (WindowsDC).</p>
<p>Use the Windows file system plugin and do not set any exclusions.</p>
<p>On the Options Tab check the Backup Windows System State check box and define a Backup label.</p>
<p><a href="http://www.mygeekfinds.com/wp-content/uploads/2009/04/avamaradbackup.jpg"><img class="alignnone size-medium wp-image-57" title="avamaradbackup" src="http://www.mygeekfinds.com/wp-content/uploads/2009/04/avamaradbackup-300x255.jpg" alt="avamaradbackup" width="300" height="255" /></a></p>
<p>The AVAMAR client uses the NTBackup Utility to create a backup of the system state, it stores this backup in var in the avamar client install directory (<em>C:\Program Files\avs\var\</em>).  If the space on that drive is limited you can set an attribute <em>systemstatefile</em> with a value of the full path to store the back up &#8211; <em>D:\avs\SystemState.bkf</em> (after you set the attribute/value make sure to hit + to add it)</p>
<p>Now create a Policy Group for the Dataset and set the schedule, retention, and add the clients (the AD Domain Controllers). Once you enable the group it will be run on the schedule or it can be run on demand.</p>
<p>When the backup runs the AVAMAR client first uses the Windows NTBackup Utility to backup the  critical system state information such as the registry and the Sysvol directory.</p>
<p>Reference the AVAMAR System Administration Manual for more details on System State backup and restore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/how-to-backup-an-active-directory-domain-controller-with-avamar/feed/</wfw:commentRss>
		<slash:comments>2</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>5</slash:comments>
		</item>
	</channel>
</rss>

