<?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: How Hyper-V can seem to lose your data</title>
	<atom:link href="http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glen</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-209967</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-209967</guid>
		<description>For the broken trust issue, you don&#039;t need to drop it from the domain and re-join it, you can simply run this command at the command prompt of the now untrusted workstation: netdom resetpwd /server:YourDcName /userd:YourDomainName\administrator /passwordd:*</description>
		<content:encoded><![CDATA[<p>For the broken trust issue, you don&#8217;t need to drop it from the domain and re-join it, you can simply run this command at the command prompt of the now untrusted workstation: netdom resetpwd /server:YourDcName /userd:YourDomainName\administrator /passwordd:*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-168251</link>
		<dc:creator>E</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-168251</guid>
		<description>Applied a 3 month old VM snapshot today, resulting in broken domain trust. Disabling the machine account in ADS &amp; rejoining the VM worked as advertised.

Amateurs such as myself may find that coercing the OK button of the VM&#039;s Computer Name dialog into an enabled state when &quot;joining the same domain&quot; will seem impossible until one remembers the FQN &amp; NETBIOS domain names are different strings.</description>
		<content:encoded><![CDATA[<p>Applied a 3 month old VM snapshot today, resulting in broken domain trust. Disabling the machine account in ADS &amp; rejoining the VM worked as advertised.</p>
<p>Amateurs such as myself may find that coercing the OK button of the VM&#8217;s Computer Name dialog into an enabled state when &#8220;joining the same domain&#8221; will seem impossible until one remembers the FQN &amp; NETBIOS domain names are different strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Anderson</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-156852</link>
		<dc:creator>Tim Anderson</dc:creator>
		<pubDate>Fri, 08 Jan 2010 08:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-156852</guid>
		<description>Thanks for the tip; I wonder if this generally works when the trust relationship breaks.

Tim</description>
		<content:encoded><![CDATA[<p>Thanks for the tip; I wonder if this generally works when the trust relationship breaks.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Vandelay</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-156834</link>
		<dc:creator>Art Vandelay</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-156834</guid>
		<description>I had a standalone SQL/MOSS VM running Server 2008 (lets call it the Test1 VM) that had snapshots I would roll back to occasionally (used for testing). After a month or so, the rollback was too old for my DC and the trust relationship broke. I resolved it by going to the DC (Windows Server 2008-based) and under AD Users and Computers saying &quot;Disable Account&quot; for the Test1 machine on the domain. With the Test1 machine still on the network (and logged into it as local admin) I went to join it to the same domain it was already joined to (when challenged - I provided my domain admin creds). This &quot;rejoined&quot; the VM to the domain and flipped the &quot;disabled&quot; bit for the machine account to &quot;enabled&quot;. I did NOT unjoin the machine or place it in workgroup. I believe this approach saved me from pulling down new SIDs and royally screwing up SharePoint. With the trust re-established I took a new baseline VM snapshot which should be good for another few months...</description>
		<content:encoded><![CDATA[<p>I had a standalone SQL/MOSS VM running Server 2008 (lets call it the Test1 VM) that had snapshots I would roll back to occasionally (used for testing). After a month or so, the rollback was too old for my DC and the trust relationship broke. I resolved it by going to the DC (Windows Server 2008-based) and under AD Users and Computers saying &#8220;Disable Account&#8221; for the Test1 machine on the domain. With the Test1 machine still on the network (and logged into it as local admin) I went to join it to the same domain it was already joined to (when challenged &#8211; I provided my domain admin creds). This &#8220;rejoined&#8221; the VM to the domain and flipped the &#8220;disabled&#8221; bit for the machine account to &#8220;enabled&#8221;. I did NOT unjoin the machine or place it in workgroup. I believe this approach saved me from pulling down new SIDs and royally screwing up SharePoint. With the trust re-established I took a new baseline VM snapshot which should be good for another few months&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-122068</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-122068</guid>
		<description>Hi Greg

I&#039;m saying that I needn&#039;t have deleted the computer account. If I&#039;d realised what had happened, I could just have merged the differencing files and it would have been fine.

This is not normal though. So your second statement is true as well.

There wasn&#039;t really a problem with SQL and SharePoint - the VM had just reverted to its state at an earlier date, without being asked.

Tim</description>
		<content:encoded><![CDATA[<p>Hi Greg</p>
<p>I&#8217;m saying that I needn&#8217;t have deleted the computer account. If I&#8217;d realised what had happened, I could just have merged the differencing files and it would have been fine.</p>
<p>This is not normal though. So your second statement is true as well.</p>
<p>There wasn&#8217;t really a problem with SQL and SharePoint &#8211; the VM had just reverted to its state at an earlier date, without being asked.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html/comment-page-1#comment-122066</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1227-how-hyper-v-can-seem-to-lose-your-data.html#comment-122066</guid>
		<description>Tim,

I&#039;m having a discussion with a colleague and we are wondering...

Are you saying that &quot;in doing the wrong thing&quot; that you should have first merged the differencing files and therefore you would not have needed to rejoin the domain and also SharePoint and SQL would&#039;ve been intact and that this is normal?

Or, are you saying &quot;what had really happened&quot; is that Hyper V truly forgot about the differencing files upon the initial boot which produced the &quot;The trust relationship between this workstation and the primary domain failed&quot; and the problems with SQL and SharePoint?</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>I&#8217;m having a discussion with a colleague and we are wondering&#8230;</p>
<p>Are you saying that &#8220;in doing the wrong thing&#8221; that you should have first merged the differencing files and therefore you would not have needed to rejoin the domain and also SharePoint and SQL would&#8217;ve been intact and that this is normal?</p>
<p>Or, are you saying &#8220;what had really happened&#8221; is that Hyper V truly forgot about the differencing files upon the initial boot which produced the &#8220;The trust relationship between this workstation and the primary domain failed&#8221; and the problems with SQL and SharePoint?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

