<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx</link><description>DiskShadow.exe is a new tool that shipped with Windows Server 2008 and it allows you to create and restore shadow copies (snapshots). The tool is similar to vshadow (a free tool that ships with the Volume Shadow Copy/VSS SDK), but it has a diskpart-like</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>diskshadow.exe</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3055808</link><pubDate>Thu, 15 May 2008 21:26:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3055808</guid><dc:creator>ogata blog</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from"&gt;http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3058159</link><pubDate>Wed, 21 May 2008 00:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3058159</guid><dc:creator>John Geer</dc:creator><description>&lt;p&gt;I think you mean vssadmin and not diskpart&lt;/p&gt;
&lt;p&gt;e.g.: vssadmin list writers&lt;/p&gt;</description></item><item><title>Virtualization Resources: Windows Server 2008 Hyper-V and System Center Virtual Machine Manager 2008</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3058193</link><pubDate>Wed, 21 May 2008 01:37:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3058193</guid><dc:creator>Adam Fazio</dc:creator><description>&lt;p&gt;My current project involves being the only dedicated technical resource on the Virtualization RDP Team.&lt;/p&gt;
</description></item><item><title>re: Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3077230</link><pubDate>Tue, 24 Jun 2008 17:52:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3077230</guid><dc:creator>KarlMitschke</dc:creator><description>&lt;p&gt;When I try this, I get the following error:&lt;/p&gt;
&lt;p&gt;&amp;quot;The component &amp;quot;Microsoft Hyper-V VSS Writer&amp;quot; was not found in the writer components list. Aborting backup ...&lt;/p&gt;
&lt;p&gt;Check the syntax of the component name.&amp;quot;&lt;/p&gt;
</description></item><item><title>re: Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3093554</link><pubDate>Fri, 25 Jul 2008 10:01:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093554</guid><dc:creator>rowdy</dc:creator><description>&lt;p&gt;I have been able to get it to work, but the VSS Hyper-V writer isn't listed.&lt;/p&gt;
&lt;p&gt;The backup seems to be going okay, I have yet to try restoring it to a different hyper-v server to bes ure.&lt;/p&gt;
&lt;p&gt;Do you have any more information about whether or not the VSS writer you mentioned must be included?&lt;/p&gt;
&lt;p&gt;Or is it possbile that in Hyper-V RTM, the seperate Hyper-V writer has been integrated into some system driver?&lt;/p&gt;
&lt;p&gt;I have also used VSSAdmin to list the writers, which give a much more compact overview, but it's not listed there either.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
</description></item><item><title>re: Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3093693</link><pubDate>Fri, 25 Jul 2008 17:30:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093693</guid><dc:creator>mlmich</dc:creator><description>&lt;p&gt;hi there,&lt;/p&gt;
&lt;p&gt;you need to ensure that you are running the backup as an administrator and that the Hyper-V role has been enabled on Win2k8. Then the VSS writer for Hyper-V should show up.&lt;/p&gt;
</description></item><item><title>re: Invoking diskshadow to back up a Virtual Machine from a Hyper-V Host</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3104350</link><pubDate>Tue, 12 Aug 2008 22:39:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3104350</guid><dc:creator>SteveJHU</dc:creator><description>&lt;p&gt;I got the same error as KarlMitschke above. When I removed the Writer Verify line, a Shadow Copy was created. However, when I restored a Virtual Machine from the Shadow Copy and started it, an error message was reported that it was shutdown unexpectedly. That's what was fixed by VShadow.exe in Server 2003, and which the new Diskshadow utility with the Hyper-V VSS Writer is supposed to prevent. &amp;nbsp;And yes, Hyper-V is installed and running, and I am logged on as an admin. Any ideas anyone?&lt;/p&gt;
</description></item><item><title>Virtualization Resources: Windows Server 2008 Hyper-V and System Center Virtual Machine Manager 2008</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3129037</link><pubDate>Fri, 26 Sep 2008 18:40:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3129037</guid><dc:creator>Adam Fazio</dc:creator><description>&lt;p&gt;(updated 9/26/08) My current project involves being the only dedicated technical resource on the Virtualization&lt;/p&gt;
</description></item><item><title>Microsoft Server Virtualization Resources</title><link>http://blogs.technet.com/m2/archive/2008/04/17/invoking-diskshadow-to-back-up-a-virtual-machine-from-a-hyper-v-host.aspx#3218726</link><pubDate>Fri, 27 Mar 2009 00:55:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3218726</guid><dc:creator>Adam Fazio</dc:creator><description>&lt;p&gt;Here's my obscenely vast list of resources that I actually do reference and send to customers on a very&lt;/p&gt;
</description></item></channel></rss>