I have server 2008R2 Standard OS.
Windows Server backup is not working, There are no any windows update or security patches update.
System Event ID : 7031 : The Volume Shadow Copy service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 0 milliseconds: Restart the service.
Application Event ID : 12347 : Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers. The Registry Writer failed to respond to a query from VSS. Check to see that the Event Service and Volume
Shadow Copy Service are operating properly, and please check the Application event log for any other events.
Event ID : 521 : The backup operation that started at '2018-08-01T07:16:00.109000000Z' 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 '2164261129'.
Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
Windows server backup unknown error 0x80042318
I have take below steps for Troubleshoot issue but no Luck still the same error.
https://social.technet.microsoft.com/Forums/windows/en-US/6ba8a399-c5d1-4063-98a1-9d432e9d0f77/windo...
https://www.veritas.com/support/en_US/article.000083666
Re-registering VSSAdmin - Writers not stable
This process is not recommended to be performed on Small Business Server, the steps performed on Small Business Server are at own risk.
Right-click the following services one at a time. For each service, click Restart:
COM+ Event System COM+ System Application Microsoft Software Shadow Copy Provider Volume Shadow Copy
Open a Command prompt as Administrator CMD type vssadmin list writers
Re-register the VSS components VSSadmin
cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s oleaut32.dll
regsvr32 /s vss_ps.dll
vssvc /register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
vssvc /register
net start swprv
net start vss
I have also tried to remove Windows Server Backup feature and installed again.
Can anyone help on this?
C:\Users\Administrator>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: {ade5e4c7-c841-4f44-878b-2c38a42728a5}
State: [1] Stable
Last error: No error
Writer name: 'SqlServerWriter'
Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
Writer Instance Id: {d1fa9cc0-5432-4f02-bc15-a07bc94f19fa}
State: [1] Stable
Last error: No error
Writer name: 'Shadow Copy Optimization Writer'
Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
Writer Instance Id: {ab16e39d-53e0-43d4-b17f-5db3d11dbb75}
State: [1] Stable
Last error: No error
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {07fca516-9a06-42b6-a2aa-5b2d76c157ef}
State: [1] Stable
Last error: No error
Writer name: 'Registry Writer'
Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
Writer Instance Id: {3eb68986-4d17-4881-8f2c-b7009a0ea655}
State: [1] Stable
Last error: No error
Writer name: 'BITS Writer'
Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
Writer Instance Id: {520d451a-5464-45cf-9f84-08b1d9c7af51}
State: [1] Stable
Last error: No error
Writer name: 'IIS Config Writer'
Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
Writer Instance Id: {04e5f62b-b72f-438f-87d5-fe8ad1783aa2}
State: [1] Stable
Last error: No error
Writer name: 'WMI Writer'
Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
Writer Instance Id: {2cc7f910-80d9-4f09-bb24-a4cd016e6c8f}
State: [1] Stable
Last error: No error
Writer name: 'FRS Writer'
Writer Id: {d76f5a28-3092-4589-ba48-2958fb88ce29}
Writer Instance Id: {bd22d7c9-72cb-4e07-aa46-159435c9783a}
State: [1] Stable
Last error: No error
Writer name: 'IIS Metabase Writer'
Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
Writer Instance Id: {cc540963-b08b-4b82-b574-15ae0a2f6229}
State: [1] Stable
Last error: No error
Writer name: 'COM+ REGDB Writer'
Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
Writer Instance Id: {41684dfe-b77c-4712-9132-7d466870dfc4}
State: [1] Stable
Last error: No error
Thanks
Ashu