The SBS 2011 (Exchange is at SP1) Windows 2008 R2 suddenly stopped making backups with error
Backup unsuccessful. A Volume Shadow Copy Service operation failed. Unknown error (0x800423f4).
When manually starting the backup from SBS console, the backup will fail after 52 seconds.
The source of the backup are two RAID-1 volumes connected to a P420:
The backup destination is a USB drive with 298 GB of (free) space.
> wbadmin start systemstatebackup -backuptarget:\\?\Volume{3956a561-b129-11e3-805c-7446a0f49555}
...(203.18 MB)...
Failure in a Volume Shadow Copy Service operation.
ERROR - Volume Shadow Copy Service operation error (0x800423f4)
The writer experienced a non-transient error. If the backup process is retried,
the error is likely to reoccur.
The wbadmin
command output also points to log files that should be available at C:\Windows\Logs\WindowsServerBackup\
, however there are no .log
files there (only .etl
files).
> Vssadmin list writers
The only item with an error is the NTDS
writer:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {d88809aa-a5ef-460e-84c0-4dd8a8350184}
State: [11] Failed
Last error: Non-retryable error
In the event viewer Application
event log the wbadmin start systemstate
command registers
Backup
with Event-ID 521
and error number 2155348129
. 2001
, 2001
, 2003
, 2006
, 2003
, 2006
, VSS
event 8229
with error 0x800423f4
, 18264
events (MSSQL database backup succeeded for MICROSOFT##SSEE
, SBSMONITORING
and SHAREPOINT
), Backup
event 521
with error 2155348129
.CrashPlan backup
serviceSQL Server VSS Writer
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
Clear Volume Shadow Copy files for boot volume
> vssadmin delete shadows /for=c: /all
Set Volume Shadow Copy to use unlimited space on both volumes
Delete backup catalog
> wbadmin delete catalog
Restart the Com
and DCOM
services
Volume Shadow Copy
Servicecd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN";PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
dcdiag /fix
; remove old domain controller; reboot; run dcdiag /fix
againStarting test: NCSecDesc
Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
Replicating Directory Changes In Filtered Set
access rights for the naming context:
DC=DomainDnsZones,DC=CONTOSO,DC=COM
Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
Replicating Directory Changes In Filtered Set
access rights for the naming context:
DC=ForestDnsZones,DC=CONTOSO,DC=COM
......................... Contoso-DC1 failed test NCSecDesc
File Replication Service log shows some errors with id 13568, De File Replication-service de volgende fout aangetroffen in de replicaset DOMAIN SYSTEM VOLUME (SYSVOL SHARE): JRNL_WRAP_ERROR.
How do I let this backup complete its backups again?
Volume shadow copying may stop working at times for a number of reasons I don't really get. But I have had success in making the VSS service run correctly again by deleting all existing shadow copies on a particular volume. Do like this in an elevated command prompt:
vssadmin delete shadows /for=c: /all
I see that you tried to reset the VSS copies for your volumes, but did you do it like this?
Next, check out the ETL files you get - they are parseable if you use the VSS tracing tools available here. In particular, try doing:
vsstrace -etl <file.etl> -o <outfile>
This should give you the logged events in a readable format. If this doesn't give you anything worthwhile, try getting a list of VSS writers like this:
vssadmin list writers
The result should be a list of entities that use the VSS service to write stuff along with a Last error:
entry per writer. In particular, you should check if there is more than just the one failing component.
EDIT: and this - I just remembered I fixed wbadmin strangeness by resetting the backup catalog. This may or may not be an option for you, but I did it like this:
wbadmin delete catalog
Hope it helps!
In my case I just needed to set the Volume Shadow Copy Service (VSS) to manual and stop the service. I've seen before where forums will suggest setting this service to automatic; bad advice. I've never seen that fix anything related to VSS.
Almost a year of Microsoft updates later, the VSS NTDS error 11 issue is still there.
This time I did:
> vssadmin delete shadows /for=c: /all
> wbadmin delete catalog
Opening the Windows Small Business Server 2011 backup console now lists that there is no backup configured. I did now re-create the server backup which also re-formats the USB drive. First time starting the backup stops after ±52 seconds. The second time the backup procedure is already running for over 30 minutes.
The Windows backup complains after many hours that there is not enough free space available on the drive. I have read that the amount of free space needs to be 2 times the backup size.
update: Sunday 30.04.2017 the hard disk drive has been replaced with a new drive with plenty (3TB) capacity. The list of steps above resulted in the dreaded VSS NTDS 0x800423f4
error. Restarting the machine doesn't improve. Restarting individual services doesn't improve either. The 0x800423f4
error appears within 1 minute after starting Win SBS 2011 server backup, except for restarting "COM+ Event System". This while the CrashPlan service is turned off and the machine was last restarted after restarting "Base Filtering Engine". Now the "Backup Now" is already running for over 10 minutes without error 0x800423f4
. Since the last server restart these services have been restarted without a change in the "Backup Now" result:
Now the Windows Server Backup details shows "completed" as status instead of "The backup is not started". However the completion window now shows Unknown error (0x80042302)
.
The Event Log entry with ID 12294 might be related:
Fout in de Volume Shadow Copy-service: fout bij het aanroepen van een routine op de schaduwkopieprovider {b5946137-7b9f-4925-af80-51abd60b20d5}. De routine heeft E_INVALIDARG geretourneerd. Routinedetails GetSnapshot({00000000-0000-0000-0000-000000000000},0000000004FB8DF0).
b5946137-7b9f-4925-af80-51abd60b20d5 is not listed when running vssadmin list writers
.
When trying to re-register the Volume Shadow Copy provider service component:
C:\Windows\System32> regsvr32 /i swprv.dll
The command returns error code: 0x80070715
, as it possibly should on Windows 2008 R2.
I have also VSS writers errors previously. In our servers mostly system writers, registry writers and WMI writers gets timed out. After digging a lot I found one solution to recycle the below services. Then server reboot will not be required and next backup will be successful.
Application Host Helper Service
(not applicable)COM+ Event System
Cryptographic Services
IIS Admin Service
Volume Shadow Copy
Windows Management Instrumentation
Before this, I re-applied the PSConfig.exe ...
command, added some swap files and removed those again, did some reboot in between, cycled these services and now "Windows Backup" completes its "System State" backup again without issues.
So, have you by chance tried just completely deleting the backup job and remaking it again? I have had Server Backup do something like you described several times and after jumping through countless hoops simply deleting the job, remaking it, picking the same device and when it says "keep backup" you can say that, and everything is good to go.
User contributions licensed under CC BY-SA 3.0