Agent-based backup of Windows, Linux, Max, AIX and Solaris machines.
Post Reply
controlfreak
Enthusiast
Posts: 59
Liked: 12 times
Joined: Jan 12, 2018 11:20 pm
Full Name: Control
Location: Washington, USA
Contact:

Backup Takes Very Long Time with Long VSS Snapshot

Post by controlfreak » 1 person likes this post

I was experiencing an issue with intermittent, extremely long VSS snapshot creation times. When I run a job to backup shares on a DFS file server, the VSS snapshot either takes 4 minutes or 24 hours 4 minutes to create the snapshot. The job will eventually succeed, but this 24 hour backup job wreaks havoc on my backup server's DFS replication and on the associated veeam repository on the file server.

Support helped me check the VSS Writer list. All were in a good state. We also ran a VSS trace, which was inconclusive.

While testing pausing DFS replication during the backup, I discovered the following Error 513 in the Application Event Log:

Description:
An error occurred in Cryptographic Services while processing the OnIdentity()call in System Writer Object.

Details:
AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.

System Error:
Access is denied.


The cause of this error is related to the VSS writer not having permissions to the NT AUTHORITY\SERVICE.

The fix:
  • Open an administrative Command Prompt window, and then run the following command to check the current permissions:
  • sc sdshow mslldp
  • Copy the output string from step 1, append it with (A;;CCLCSWLOCRRC;;;SU), and then run the following command to add the access permission to Mslldp.dll:
  • sc sdset mslldp <string>
  • For example, run the following command:
  • sc sdset mslldp D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)(A;;CCLCSWLOCRRC;;;SU)
See https://support.microsoft.com/en-us/hel ... ows-server for details.

The above steps resolved my issues with 24 hour VSS snapshot creation times.

Hope this helps someone else.

Ticket# 03911669

Thanks,

Control
HannesK
Product Manager
Posts: 14288
Liked: 2877 times
Joined: Sep 01, 2014 11:46 am
Full Name: Hannes Kasparick
Location: Austria
Contact:

Re: Backup Takes Very Long Time with Long VSS Snapshot

Post by HannesK »

Hello,
thanks for supporting the community by posting a solution đź‘Ť

Best regards,
Hannes
Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests