<?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>windows 2008 server Archives - Creative People | Quality IT services</title>
	<atom:link href="https://creativepeople.gr/tag/windows-2008-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://creativepeople.gr/tag/windows-2008-server/</link>
	<description>Quality IT Services</description>
	<lastBuildDate>Mon, 11 Nov 2019 09:48:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://creativepeople.gr/wp-content/uploads/2020/02/fav.png</url>
	<title>windows 2008 server Archives - Creative People | Quality IT services</title>
	<link>https://creativepeople.gr/tag/windows-2008-server/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Windows 2008 server Backup with HyperV role fails</title>
		<link>https://creativepeople.gr/everyday-it-issues/windows-2008-server-backup-with-hyperv-role-fails/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Fri, 19 Oct 2012 10:43:00 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>
		<category><![CDATA[windows 2008 backup]]></category>
		<category><![CDATA[windows 2008 server]]></category>
		<category><![CDATA[www.creativepeople.gr]]></category>
		<guid isPermaLink="false">http://cpltditdays.wordpress.com/2012/10/19/windows-2008-server-backup-with-hyperv-role-fails</guid>

					<description><![CDATA[<p>Event id 521 or others on W2k8 event log. The backup operation that started at &#8216;‎xxxxxxxxxxxxxxxxxxxxxxxxx&#8217; has failed because the Volume Shadow Copy Service operation to<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/windows-2008-server-backup-with-hyperv-role-fails/">Windows 2008 server Backup with HyperV role fails</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;">
<div class="MsoNormal">Event id 521 or others on W2k8 event log.</div>
<div class="MsoNormal"></div>
<div class="MsoNormal"></div>
<div class="MsoNormal">The backup operation that started at &#8216;‎xxxxxxxxxxxxxxxxxxxxxxxxx&#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;2155348129&#8217;. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.</div>
<div class="MsoNormal"></div>
<div class="MsoNormal">Step 1.</div>
<div class="MsoNormal">Fire up your cmd on the w2k8 server and check the vss writers</div>
<div class="MsoNormal"></div>
<div class="MsoNormal">Vssadmin list writers</div>
<div class="MsoNormal"></div>
<div class="MsoNormal">All should look like</div>
<div class="MsoNormal">Writer name: &#8216;xxxxxxxxxxxxxxxxxxxxxxxxxxxx&#8217;</div>
<div class="MsoNormal">   Writer Id: {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}</div>
<div class="MsoNormal">   Writer Instance Id: {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}</div>
<div class="MsoNormal">   State: [1] Stable</div>
<div class="MsoNormal">   Last error: No error</div>
<div class="MsoNormal"></div>
<div class="MsoNormal">If all you writers have a state 1 Stable and last error is no error, then the problem is deeper and it comes from your virtual machines. If not first check the reason of vss failing and consult your event viewer for more details before going on.</div>
<div class="MsoNormal"></div>
<div class="MsoNormal"><b>There are 2 possible reasons for this behavior:</b></div>
<div class="MsoNormal"></div>
<div class="MsoNormal"></div>
<div class="MsoNormal"></div>
<ol style="text-align: left;">
<li>Either there is no space left on –at least one of your VMs. Please note that free space for correct vss working should be at least 1GB for vhds of 100GB of space.</li>
<li>Or at least one vss writer fails on one of your vms. Go back to step 1 and execute vssadmin list writers on every VM you have. At least one fails. On the one that fails (personally seen it on w2k3 Exchange VM were the Exchange Writer was on error) make a batch file containing the following (I have put some pauses in order to see who the procedure works out). Save the batch as whatever you like .bat and WATCH IT!!! Before Re-registering the vss and required dlls you have to switch your path to windows\system32!!! If you don’t, then the vss will not run actually and when you run vssadmin list writers nothing will come up. So pay attention!!!</li>
</ol>
<p>Step1 :<br />
Follow info on <a href="http://support.microsoft.com/kb/940349" target="_blank" rel="noopener noreferrer">http://support.microsoft.com/kb/940349</a><br />
Download and install update.<br />
Restart</p>
<p>Step2:<br />
Open Cmd and run vssadmin list writers<br />
No error should appear.<br />
Check if backup works (It is likely it won&#8217;t, instead of running the whole W2k8 Hypervisor backup, try backing up the current VM by it&#8217;s own NTbackup, try system state or any folder)<br />
If it does not work proceed to step3:</p>
<p>Step3:<br />
Regedit<br />
Locate and export the following key:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions<br />
Export the key/folder somewhere in order to get it back if smt goes wrong<br />
Now delete that key/folder (No worries Windows will recreate it)</p>
<p>Step4:<br />
Restart each of the following services in that exact order:<br />
&#8211; COM+ Event System<br />
&#8211; COM+ System Application<br />
&#8211; Microsoft Software Shadow Copy Provider<br />
&#8211; Volume Shadow Copy<br />
If one of the services is on stop mode, change the startup type to automatic and start the service</p>
<p>Step5:<br />
Open Cmd and run vssadmin list writers<br />
If errors still show up&#8230;go the last &#8230;step6</p>
<p>Step6:<br />
Watch it you have to switch your path to windows\system32 &#8211; otherwise you will see no writes in vssadmin.<br />
Make a batch copy-pasting the following:</p>
<div class="MsoNormal"></div>
<div class="MsoNormal"><span style="color: red;">Net stop vss</span><br />
<span style="color: red;">net stop swprv</span><br />
<span style="color: red;">pause</span><br />
<span style="color: red;">cd..</span><br />
<span style="color: red;">cd windows</span><br />
<span style="color: red;">cd system32</span><br />
<span style="color: red;">pause</span><br />
<span style="color: red;">regsvr32 ole32.dll</span><br />
<span style="color: red;">regsvr32 oleaut32.dll</span><br />
<span style="color: red;">regsvr32 vss_ps.dll</span><br />
<span style="color: red;">vssvc /Register</span><br />
<span style="color: red;">regsvr32 /i swprv.dll</span><br />
<span style="color: red;">regsvr32 /i eventcls.dll</span><br />
<span style="color: red;">regsvr32 vss_ps.dll</span><br />
<span style="color: red;">vssvc /register</span><br />
<span style="color: red;">regsvr32 /i swprv.dll</span><br />
<span style="color: red;">regsvr32 es.dll</span><br />
<span style="color: red;">regsvr32 stdprov.dll</span><br />
<span style="color: red;">regsvr32 vssui.dll</span><br />
<span style="color: red;">regsvr32 msxml.dll</span><br />
<span style="color: red;">regsvr32 msxml3.dll</span><br />
<span style="color: red;">regsvr32 msxml4.dll</span><br />
<span style="color: red;">pause</span><br />
<span style="color: red;">Net Start vss</span><br />
<span style="color: red;">Net Start swprv</span><br />
<span style="color: red;">pause</span><br />
<span style="color: red;">vssadmin list writers</span><br />
<span style="color: red;">pause</span></div>
<div class="MsoNormal"></div>
<div class="MsoNormal">
<p>The batch will list vss writers at the end. Check if all are in stable.RESTART!!!!</p>
<p>Go back to your HyperV and try to back up.</p>
</div>
<div class="MsoNormal">You can check whether the backup runs at any time by running the VMs NTbackup- you don&#8217;t need to run the Hypervisor&#8217;s backup.</div>
<div class="MsoNormal">Hope it saves you some time.</div>
<div class="MsoNormal"></div>
<div class="MsoNormal">Best regards,</div>
<p><a title="Creative People" href="https://creativepeople.gr" target="_blank" rel="noopener noreferrer">Creativepeople.gr</a></p>
</div>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/windows-2008-server-backup-with-hyperv-role-fails/">Windows 2008 server Backup with HyperV role fails</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
