<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Protecting Active Directory with Snapshot Strategies</title>
	<atom:link href="http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies</link>
	<description>Blogging for technical minds.</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:52:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike La Spina</title>
		<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/comment-page-1#comment-684</link>
		<dc:creator>Mike La Spina</dc:creator>
		<pubDate>Fri, 19 Feb 2010 03:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=422#comment-684</guid>
		<description>Ixus,

I presume you want your linux host to control its own snapshot invocation.
You would need to setup a cron job that invokes an rsh to the appliance.
I don&#039;t have an appliance to work with so I can&#039;t show you the details.

It&#039;s fairly strait forward.

You need to grant the hosts ip access to the appliance
- see the Netapp man pages
http://ecserv1.uwaterloo.ca/netapp/man/man8/na_rshd.8.html

The cron job would then use an interactive echo to initiate a snapvault command against it&#039;s data store.
http://ecserv1.uwaterloo.ca/netapp/man/man1/na_snapvault.1.html

Regards,

Mike</description>
		<content:encoded><![CDATA[<p>Ixus,</p>
<p>I presume you want your linux host to control its own snapshot invocation.<br />
You would need to setup a cron job that invokes an rsh to the appliance.<br />
I don&#8217;t have an appliance to work with so I can&#8217;t show you the details.</p>
<p>It&#8217;s fairly strait forward.</p>
<p>You need to grant the hosts ip access to the appliance<br />
- see the Netapp man pages<br />
<a href="http://ecserv1.uwaterloo.ca/netapp/man/man8/na_rshd.8.html" rel="nofollow">http://ecserv1.uwaterloo.ca/netapp/man/man8/na_rshd.8.html</a></p>
<p>The cron job would then use an interactive echo to initiate a snapvault command against it&#8217;s data store.<br />
<a href="http://ecserv1.uwaterloo.ca/netapp/man/man1/na_snapvault.1.html" rel="nofollow">http://ecserv1.uwaterloo.ca/netapp/man/man1/na_snapvault.1.html</a></p>
<p>Regards,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ixus</title>
		<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/comment-page-1#comment-683</link>
		<dc:creator>ixus</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=422#comment-683</guid>
		<description>Hi Mike,

Nice article. I have a very quick question. I have a primary Netapp Controller configured with many LUN&#039;x which are connected to Linux Host&#039;s. Can you provide tips. On how to configure :
That hosts manage way we take the snapshots on the volume hosting their LUNs. My backup netapp controller takes this snapshot via. SNAPVAULT.

Your prompt reply will be appreciated..:)
Regards,

IXUS</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Nice article. I have a very quick question. I have a primary Netapp Controller configured with many LUN&#8217;x which are connected to Linux Host&#8217;s. Can you provide tips. On how to configure :<br />
That hosts manage way we take the snapshots on the volume hosting their LUNs. My backup netapp controller takes this snapshot via. SNAPVAULT.</p>
<p>Your prompt reply will be appreciated..:)<br />
Regards,</p>
<p>IXUS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/comment-page-1#comment-475</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=422#comment-475</guid>
		<description>Thanks for the answer, I&#039;ll make sure to create a seperate datastore for domain controllers and only snapshot the underlying netapp volume and not the guest VM.</description>
		<content:encoded><![CDATA[<p>Thanks for the answer, I&#8217;ll make sure to create a seperate datastore for domain controllers and only snapshot the underlying netapp volume and not the guest VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike La Spina</title>
		<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/comment-page-1#comment-442</link>
		<dc:creator>Mike La Spina</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=422#comment-442</guid>
		<description>Hi Daniel,

This claim is true under certain conditions. If the underlying hosts disk IO rate is heavy loaded or under scaled the guest will suspend during the snapshot creation when including the running guest memory image. This can drift the VM clock due to halted CPU scheduling. Thus a time issue can occur on the Kerberos ticket side and other time sensitive operations.
I have observed this behavior directly.

Regards,

Mike</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>This claim is true under certain conditions. If the underlying hosts disk IO rate is heavy loaded or under scaled the guest will suspend during the snapshot creation when including the running guest memory image. This can drift the VM clock due to halted CPU scheduling. Thus a time issue can occur on the Kerberos ticket side and other time sensitive operations.<br />
I have observed this behavior directly.</p>
<p>Regards,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://blog.laspina.ca/ubiquitous/protecting-active-directory-with-snapshot-strategies/comment-page-1#comment-440</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=422#comment-440</guid>
		<description>Interesting approach, I knew about the hazards of restoring domain controllers that had been offline for more than the tombstone lifetime but this was new. I would&#039;ve thought that the RID master somehow prevented this from happening? Either way, a Netapp consultant told me a couple of weeks ago that domain controllers can get upset from the vmware snapshot operation itself but had no direct explanation of why. Have you ever heard this claim?</description>
		<content:encoded><![CDATA[<p>Interesting approach, I knew about the hazards of restoring domain controllers that had been offline for more than the tombstone lifetime but this was new. I would&#8217;ve thought that the RID master somehow prevented this from happening? Either way, a Netapp consultant told me a couple of weeks ago that domain controllers can get upset from the vmware snapshot operation itself but had no direct explanation of why. Have you ever heard this claim?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
