<?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>WP.Z219.COM</title>
	<atom:link href="http://wp.z219.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.z219.com</link>
	<description>Tom&#039;s experimental site</description>
	<lastBuildDate>Mon, 21 May 2012 02:10:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Microsoft Hyper-V VSS Writer problem</title>
		<link>http://wp.z219.com/2012/05/microsoft-hyper-v-vss-writer-problem/</link>
		<comments>http://wp.z219.com/2012/05/microsoft-hyper-v-vss-writer-problem/#comments</comments>
		<pubDate>Mon, 21 May 2012 01:41:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[Windows Server backup]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=477</guid>
		<description><![CDATA[Configuration Host: Windows Server 2008 R2  SP1 (x64) Guests: three Windows Server 2008 R2 SP1 (x64) Problem Windows  Server Backup fails when guests are active: Log Name: Microsoft-Windows-Backup Source: Microsoft-Windows-Backup Date: 5/20/2012 12:40:59 Event ID: 9 Task Category: None Level: &#8230; <a href="http://wp.z219.com/2012/05/microsoft-hyper-v-vss-writer-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Configuration</h2>
<p>Host: Windows Server 2008 R2  SP1 (x64)<br />
Guests: three Windows Server 2008 R2 SP1 (x64)</p>
<h2>Problem</h2>
<h3>Windows  Server Backup fails when guests are active:</h3>
<p><span style="font-size: 10px;">Log Name: Microsoft-Windows-Backup</span><br />
<span style="font-size: 10px;"> Source: Microsoft-Windows-Backup</span><br />
<span style="font-size: 10px;"> Date: 5/20/2012 12:40:59</span><br />
<span style="font-size: 10px;"> Event ID: 9</span><br />
<span style="font-size: 10px;"> Task Category: None</span><br />
<span style="font-size: 10px;"> Level: Error</span><br />
<span style="font-size: 10px;"> Keywords:</span><br />
<span style="font-size: 10px;"> User: SYSTEM</span><br />
<span style="font-size: 10px;"> Computer: <em>host.local-domain.com</em></span><br />
<span style="font-size: 10px;"> Description:</span><br />
<span style="font-size: 10px;"> The backup operation that started at &#8216;‎2012‎-‎05‎-‎20T16:38:15.428000000Z&#8217; has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code &#8216;<span style="font-size: 12px;"><strong><span style="color: #800000;">2155348129</span></strong></span>&#8216;. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.</span></p>
<p>When guest machines are not active, the backup finishes OK.</p>
<p>On host machine, in an elevated command prompt I executed:</p>
<p><span style="font-size: 12px;">C:\Windows\system32&gt;<strong><span style="color: #800000;">vssadmin list writers</span></strong></span><br />
<span style="font-size: 10px;"> vssadmin 1.1 &#8211; Volume Shadow Copy Service administrative command-line tool</span><br />
<span style="font-size: 10px;"> (C) Copyright 2001-2005 Microsoft Corp.</span></p>
<p><span style="font-size: 10px;">Writer name: &#8216;Task Scheduler Writer&#8217;</span><br />
<span style="font-size: 10px;"> Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}</span><br />
<span style="font-size: 10px;"> Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}</span><br />
<span style="font-size: 10px;"> State: [1] Stable</span><br />
<span style="font-size: 10px;"> Last error: No error</span></p>
<p><span style="font-size: 10px;">[...]</span></p>
<p><span style="font-size: 10px;">Writer name: &#8216;<span style="color: #800000;">Microsoft Hyper-V VSS Writer</span>&#8216;</span><br />
<span style="font-size: 10px;"> Writer Id: {<span style="color: #800000;">66841cd4-6ded-4f4b-8f17-fd23f8ddc3de</span>}</span><br />
<span style="font-size: 10px;"> Writer Instance Id: {0447e7f8-be3c-4f11-a5b6-0aa3155c06fb}</span><br />
<span style="font-size: 10px; color: #800000;"> State: [5] Waiting for completion</span><br />
<span style="font-size: 10px; color: #800000;"> Last error: Unexpected error</span></p>
<p><span style="font-size: 10px;">[...]</span></p>
<p>It shows that there is a problem with Hyper-V VSS Writer.</p>
<p>So far, I found the following solutions on the Internet:</p>
<ol>
<li><a href="http://qa.social.technet.microsoft.com/Forums/en/windowsbackup/thread/5b552457-c8b7-406d-b6bc-339524ea3107">http://qa.social.technet.microsoft.com/Forums/en/windowsbackup/thread/5b552457-c8b7-406d-b6bc-339524ea3107</a> (add space to guest virtual machine)</li>
<li><a href="http://blogs.technet.com/b/filecab/archive/2009/09/16/diagnosing-failures-in-windows-server-backup-part-1-vss-spp-errors.aspx">http://blogs.technet.com/b/filecab/archive/2009/09/16/diagnosing-failures-in-windows-server-backup-part-1-vss-spp-errors.aspx</a> (general troubleshooting)</li>
<li><a href="http://207.46.172.166/en-us/library/ee692290(v=ws.10).aspx">http://207.46.172.166/en-us/library/ee692290(v=ws.10).aspx</a> (general troubleshooting)</li>
<li><a href="http://support.microsoft.com/kb/2004712">http://support.microsoft.com/kb/2004712</a> - this one helped me to identify the issue</li>
</ol>
<hr />
<p>I performed the following steps:</p>
<ol>
<li><strong>Based on link 4 above:</strong></li>
</ol>
<p>During an online backup Volume Shadow Copy Service (VSS) requires mounting the snapshotted VHDs in order to revert them back to their proper state.  If automount is disabled, VSS cannot mount the snapshotted VHDs as required.</p>
<p>To determine if automount is enabled run DISKPART.EXE from a command prompt, and then run the following command without quotes at the DISKPART prompt:</p>
<p>&#8220;automount&#8221;</p>
<p>which showed that disks were not automounted<br />
2. <strong>In elevated command prompt</strong> I typed:</p>
<p><span style="color: #ff0000;">MountVol /E</span></p>
<p>This seems to have fixed my issue as Windows Server Backup work fine on the host machine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2012/05/microsoft-hyper-v-vss-writer-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V</title>
		<link>http://wp.z219.com/2012/05/hyper-v/</link>
		<comments>http://wp.z219.com/2012/05/hyper-v/#comments</comments>
		<pubDate>Fri, 18 May 2012 02:59:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=462</guid>
		<description><![CDATA[Step-by-step instructions how to install Hyper-v Powershell script library http://wwrant.blogspot.com/2011/03/procedure-install-hyper-v-powershell.html]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'comic sans ms', sans-serif;">Step-by-step instructions how to install Hyper-v Powershell script library </span><a href="http://wwrant.blogspot.com/2011/03/procedure-install-hyper-v-powershell.html">http://wwrant.blogspot.com/2011/03/procedure-install-hyper-v-powershell.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2012/05/hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Egg Hunt 2012</title>
		<link>http://wp.z219.com/2012/04/egg-hunt-2012/</link>
		<comments>http://wp.z219.com/2012/04/egg-hunt-2012/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 01:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=421</guid>
		<description><![CDATA[Egg Hunt, 2012 pictures. Zuzanna took part in Egg Hunt for the first time. She loved it a lot and she filled the bucket quite fast. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-423" title="DSC_0620" src="http://wp.z219.com/wp-content/uploads/2012/04/DSC_0620.jpg" alt="" width="100" height="150" /><a href="http://hilsberg.info/gallery/main.php?g2_itemId=10790">Egg Hunt</a>, <span style="font-family: 'comic sans ms', sans-serif;">2012 pictures.<br />
Zuzanna took part in Egg Hunt for the first time. She loved it a lot and she filled the bucket quite fast. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2012/04/egg-hunt-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years Eve</title>
		<link>http://wp.z219.com/2012/01/new-years-eve/</link>
		<comments>http://wp.z219.com/2012/01/new-years-eve/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:00:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sylwester]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=171</guid>
		<description><![CDATA[New Years Eve 2011   &#8211; Zuzanna was very brave &#8211; she lasted until after 1 AM]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-173" title="New Years Eve" src="http://wp.z219.com/wp-content/uploads/2012/01/2011_12_31.jpg" alt="New Years Eve" width="150" height="100" /><span style="font-family: 'comic sans ms', sans-serif;"><a title="Sylwester w Neshanic Station" href="http://hilsberg.info/gallery/main.php?g2_itemId=10136" target="_blank">New Years Eve</a> 2011   &#8211; Zuzanna was very brave &#8211; she lasted until after 1 AM</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2012/01/new-years-eve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Eve</title>
		<link>http://wp.z219.com/2011/12/christmas-eve/</link>
		<comments>http://wp.z219.com/2011/12/christmas-eve/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 13:53:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Beata]]></category>
		<category><![CDATA[Jurek]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Tomek]]></category>
		<category><![CDATA[Zuzanna]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=163</guid>
		<description><![CDATA[Selected Christmas Eve pictures and electro-static charge]]></description>
			<content:encoded><![CDATA[<div id="attachment_165" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-165" title="Static Charge" src="http://wp.z219.com/wp-content/uploads/2011/12/DSC_0617.jpg" alt="Static Charge" width="100" height="150" /><p class="wp-caption-text">Static charge</p></div>
<p><span style="font-family: 'comic sans ms', sans-serif;">Selected <a title="Christmas Eve" href="http://hilsberg.info/gallery/main.php?g2_itemId=10094" target="_blank">Christmas Eve</a> pictures and electro-static charge</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2011/12/christmas-eve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas lights in the server room</title>
		<link>http://wp.z219.com/2011/12/christmas-lights-in-the-server-room-and-refrigerator/</link>
		<comments>http://wp.z219.com/2011/12/christmas-lights-in-the-server-room-and-refrigerator/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 19:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[server room]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=151</guid>
		<description><![CDATA[Christmas lights. (The refrigerator can be seen on the Zuzanna&#8217;s website)]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-131" title="server room" src="http://hilsberg.info/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=10086&amp;g2_serialNumber=2" alt="Server room" width="128" height="96" /> <span style="font-family: 'comic sans ms', sans-serif;"><a title="Christmas lights" href="http://hilsberg.info/gallery/main.php?g2_itemId=10079" target="_blank">Christmas lights</a>. (The refrigerator can be seen on the Zuzanna&#8217;s website)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2011/12/christmas-lights-in-the-server-room-and-refrigerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures from San Francisco</title>
		<link>http://wp.z219.com/2011/12/pictures-from-san-francisco/</link>
		<comments>http://wp.z219.com/2011/12/pictures-from-san-francisco/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 23:58:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[San Francisco]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=130</guid>
		<description><![CDATA[Kathryn uploaded San Francisco pictures this time. I liked them and that is why I provide link to them. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-131" title="San Francisco" src="http://wp.z219.com/wp-content/uploads/2011/12/IMG_1555.jpg" alt="San Francisco" width="128" height="96" /><span style="font-family: 'comic sans ms', sans-serif;">Kathryn uploaded <a title="San Francisco" href="https://picasaweb.google.com/109260505994134414624/SanFranciscoSeptember2011" target="_blank">San Francisco</a> pictures this time.</span><br />
<span style="font-family: 'comic sans ms', sans-serif;"> I liked them and that is why I provide link to them. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2011/12/pictures-from-san-francisco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pictures from Venice</title>
		<link>http://wp.z219.com/2011/12/pictures-from-venice/</link>
		<comments>http://wp.z219.com/2011/12/pictures-from-venice/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 02:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Kathryn]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=3</guid>
		<description><![CDATA[See pictures from Venice and from Aix-en-Provence made by my cousin Kathryn.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-109" title="Bar in Venice" src="http://wp.z219.com/wp-content/uploads/2011/12/IMG_09462.jpg" alt="Bar in Venice" width="128" height="96" /><span style="font-family: 'comic sans ms', sans-serif;">See pictures from <a title="Venice" href=" https://picasaweb.google.com/109260505994134414624/VeniceJuly2011" target="_blank">Venice</a> and from <a title="Aix-en-Provence" href="https://picasaweb.google.com/109260505994134414624/AixEnProvenceJuly2011" target="_blank">Aix-en-Provence</a> made by my cousin Kathryn.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2011/12/pictures-from-venice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanksgiving</title>
		<link>http://wp.z219.com/2011/12/a-new-post-created-by-imposter/</link>
		<comments>http://wp.z219.com/2011/12/a-new-post-created-by-imposter/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 17:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Alex]]></category>
		<category><![CDATA[Anna]]></category>
		<category><![CDATA[Beata]]></category>
		<category><![CDATA[Jurek]]></category>
		<category><![CDATA[Paul]]></category>
		<category><![CDATA[Peter]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Thanksgiving]]></category>
		<category><![CDATA[Yvonne]]></category>
		<category><![CDATA[Zuzanna]]></category>

		<guid isPermaLink="false">http://wp.z219.com/?p=29</guid>
		<description><![CDATA[2011 Thanksgiving pictures.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;"><img class="alignleft" style="font-size: 16px; line-height: 24px; text-align: -webkit-auto;" title="Thanksgiving Table" src="http://hilsberg.info/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=10012&amp;g2_serialNumber=2" alt="Thanksgiving Table" width="100" height="150" /></div>
<p><span style="font-family: 'comic sans ms', sans-serif;">2011 <a title="Thanksgiving pictures" href="http://www.hilsberg.info/gallery/main.php?g2_itemId=10007" target="_blank">Thanksgiving</a> pictures.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.z219.com/2011/12/a-new-post-created-by-imposter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

