How to diagnose a client backup failure with Windows Home Server

Recently my Win7 x64 desktop machine started to fail it’s backups to the Windows Home Server I have.  I attempted to do manual backups but it just hung at 0% complete as per the screen shot below.

image

To diagnose the problem, I looked at the client side log files which are located at C:\Users\All Users\Microsoft\Windows Home Server\logs on the computer.

In particular I looked at the BackupEngine log file (it’s name is a fair bit longer and is based on the date/time that the last backup was done).  You can see my log file below.  It appears to be failing at the VSS Snapshot attempts.

image

Ok – Run a CMD prompt now and then the use the VSSADMIN LIST WRITERS command to show the current state of the VSS writers on this computer.  It gives the output below.  You can see that a couple of the writers are in the “State: [5] Waiting for completion”.

image

Ok – now into the event logs on the server and I can see that it looks like we have a few critical errors in the VSS including the one below.

image

We’re on the right track now.  I ran a script to re-register the VSS writers and rebooted and as you can see all the VSS writers have returned to normal.

image

I then ran the VSSADMIN LIST PROVIDERS command to list the providers of VSS services on this machine.  It showed TWO VSS Providers, one being the standard Microsoft Software Shadow Copy Provider v1.0 and the other belonging to a third party imaging product that I was beta testing but had since removed.  Given I’d removed the imaging product, the provider should not have been there, so I traced back in the registry to find that it’s registry key still existed under HKLM\SYSTEM\CurrentControSet\CSS\Providers.  I was able to delete the offending registry key for the VSS Provider, reboot and run backups.  Backups have been running just fine now for the past month without issues.

Share this:
  • Twitter
  • Facebook
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Technorati
  • Live
  • Slashdot
  • FriendFeed
  • email
  • PDF
  • Print

Tags: ,

This entry was posted on Tuesday, June 8th, 2010 at 7:03 am and is filed under FAQs. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to “How to diagnose a client backup failure with Windows Home Server”

  1. Tweets that mention How to diagnose a client backup failure with Windows Home Server -- Topsy.com Says:

    June 8th, 2010 at 7:32 am

    [...] This post was mentioned on Twitter by Terry Walsh, Wayne Small. Wayne Small said: SBSfaq Post: How to diagnose a client backup failure with Windows Home Server http://www.sbsfaq.com/?p=1927 [...]

  2. remote backup: How do you make your own remote backup server? I want to backup several computers from different locations? Says:

    June 8th, 2010 at 10:00 pm

    [...] How to diagnose a client backup failure with Windows Home Server [...]

  3. Diagnosing a Client Backup Failure « MS Windows Home Server Says:

    June 9th, 2010 at 6:15 pm

    [...] You can read his story here. [...]

  4. Mike Says:

    June 9th, 2010 at 10:45 pm

    Do you have the script that re-registers all of the VSS writers?

  5. Wayne Small Says:

    June 9th, 2010 at 11:33 pm

    I do Mike, I’ll post it in the next 24 hours

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>