Quantcast
Channel: Backup – Windows and Windows Server forum
Viewing all articles
Browse latest Browse all 3323

Windows Backups fail - UnregisterDeviceInterfaceNotification error...

$
0
0

When I try to run a windows backup, it fails immediately when it tries to create the snapshot... in event viewer it says this:

 

Volume Shadow Copy Service error: Unexpected error calling routine UnregisterDeviceInterfaceNotification(00000000003F32B0) [1062].  hr = 0x80070426, The service has not been started.

.

I have already gone through and changed the shadow copies for the tiny boot partition to use the C drive instead (this fix has worked on several other servers, but this server persists with this confounded mysterious error). 

I can manually start and stop the Volume Shadow Copy service - it's set to manual and has no problem starting or stopping.  What other service could this error be eluding too? 

Here is a list of my vssadmin list writers:

vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2005 Microsoft Corp.

Writer name: 'Task Scheduler Writer'
   Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
   Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
   State: [1] Stable
   Last error: No error

Writer name: 'VSS Metadata Store Writer'
   Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
   Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
   State: [1] Stable
   Last error: No error

Writer name: 'Performance Counters Writer'
   Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
   Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
   State: [1] Stable
   Last error: No error

Writer name: 'System Writer'
   Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
   Writer Instance Id: {ae7b127b-00b1-45af-b574-29219a7189f4}
   State: [7] Failed
   Last error: Timed out

Writer name: 'ASR Writer'
   Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
   Writer Instance Id: {cf4e4198-ecdd-4039-a864-5b20175c3107}
   State: [1] Stable
   Last error: No error

Writer name: 'FRS Writer'
   Writer Id: {d76f5a28-3092-4589-ba48-2958fb88ce29}
   Writer Instance Id: {fe6bd3dd-a59d-4cdf-b4fb-bd2da1d7666f}
   State: [7] Failed
   Last error: Timed out

Writer name: 'IIS Config Writer'
   Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
   Writer Instance Id: {d2bcbbb2-4903-4eb7-97be-adf5ddb63c9a}
   State: [7] Failed
   Last error: Timed out

Writer name: 'COM+ REGDB Writer'
   Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
   Writer Instance Id: {37b047f4-4c4c-4b09-ba30-e02b55415225}
   State: [1] Stable
   Last error: No error

Writer name: 'Shadow Copy Optimization Writer'
   Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
   Writer Instance Id: {7e7cce0d-ffa5-4b78-b89c-43653f64629f}
   State: [1] Stable
   Last error: No error

Writer name: 'Registry Writer'
   Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
   Writer Instance Id: {ea96c66f-0217-44da-b1bf-bab711c8bab2}
   State: [1] Stable
   Last error: No error

Writer name: 'NTDS'
   Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
   Writer Instance Id: {68f529c5-6e59-4ba0-985b-a999efa9ae4e}
   State: [7] Failed
   Last error: Timed out

Writer name: 'BITS Writer'
   Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
   Writer Instance Id: {54f37457-a11c-487a-acca-bb5ad4f25f9a}
   State: [1] Stable
   Last error: No error

Writer name: 'WMI Writer'
   Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
   Writer Instance Id: {9253f2fe-96d6-4d14-84f1-c859fcf3b072}
   State: [7] Failed
   Last error: Timed out

 

I do not know enough about VSS and all these writers to do any good... I found a script to run from another forum which starts and stops some services, and it seems to change my writers list... the bat file does this:

net stop EventSystem
net stop swprv
net stop vss
net stop winmgmt
net stop apphostsvc
net start apphostsvc
net start EventSystem
net start swprv
net start vss
net start winmgmt

When the batch file completes, then my vssadmin list writers looks like:

vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2005 Microsoft Corp.

Writer name: 'Task Scheduler Writer'
   Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
   Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
   State: [1] Stable
   Last error: No error

Writer name: 'VSS Metadata Store Writer'
   Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
   Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
   State: [1] Stable
   Last error: No error

Writer name: 'Performance Counters Writer'
   Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
   Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
   State: [1] Stable
   Last error: No error

Writer name: 'ASR Writer'
   Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
   Writer Instance Id: {280a08bd-d885-4add-8094-2d7597094528}
   State: [1] Stable
   Last error: No error

Writer name: 'COM+ REGDB Writer'
   Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
   Writer Instance Id: {d9c68118-086c-4bd3-949e-0a1a7263ebe6}
   State: [1] Stable
   Last error: No error

Writer name: 'Registry Writer'
   Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
   Writer Instance Id: {6a515466-c86c-4483-ad8a-36e65195a31a}
   State: [1] Stable
   Last error: No error

Writer name: 'Shadow Copy Optimization Writer'
   Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
   Writer Instance Id: {c3cc442a-09cc-47e3-8a8f-4681fd6fb35b}
   State: [1] Stable
   Last error: No error

Writer name: 'IIS Config Writer'
   Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
   Writer Instance Id: {faeff5b8-ed4e-4a95-be5b-f5cb8c66aeab}
   State: [1] Stable
   Last error: No error

Writer name: 'WMI Writer'
   Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
   Writer Instance Id: {45b6e626-adda-4b5d-8b53-8ef0509602dc}
   State: [1] Stable
   Last error: No error

 

Running a backup when "No error" is listed still fails...

This is a 2008 R2 domain controller... Anyone have any ideas?


Viewing all articles
Browse latest Browse all 3323

Trending Articles