Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Microsoft SharePoint Server Administrator's Guide
  3. Troubleshooting
  4. About NetBackup for SharePoint Server debug logging
  5. Veritas VSS provider logs
NetBackup™ for Microsoft SharePoint Server Administrator's Guide

Veritas VSS provider logs

The Veritas VSS provider records its activities in Windows Event Logs. Debug logs are also available at the following location:

install_path\Veritas VSS provider\logs

Enabling Veritas VSS provider logging in the registry

Enable the Veritas VSS provider logging on the NetBackup computer where SharePoint is installed.

To enable Veritas VSS provider logging in the registry

  1. Log on as administrator on the computer where NetBackup is installed.
  2. Open Regedit.
  3. Open the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Veritas\NetBackup\CurrentVersion\Config
  4. Create a new DWORD value named CreateDebugLog.
  5. Right-click on the new value and click Modify.
  6. In the Value data box, enter 1.
  7. Click OK.
Increasing the Veritas VSS provider log debug level

To increase the log debug level modify both the pre-freeze-script.bat and post-thaw-script.bat files in the C:\Windows folder. Add the -log parameter to the script, at the line where BeVssRequestor.exe is called. VMware determines which script is invoked.

To increase the Veritas VSS provider log debug level

  1. Change the following line in the pre-freeze-script.bat:

    BeVssRequestor.exe -pre2 -logscreen !SkipExReplica! !SkipSQL! !VMBackupType! !ExcludeList!

    to:

    BeVssRequestor.exe -pre2 -logscreen !SkipExReplica! !SkipSQL! !VMBackupType! !ExcludeList! -log

  2. Also change the following line in the post-thaw-script.bat:

    BeVssRequestor.exe -post2 -logscreen !SkipExReplica! !SkipSQL! !VMBackupType! !ExcludeList!

    to:

    BeVssRequestor.exe -post2 -logscreen !SkipExReplica! !SkipSQL! !VMBackupType! !ExcludeList! -log

Feedback

Was this page helpful?
Previous

Setting the debug level on a NetBackup for SharePoint Server Windows client

Next

View the progress report of a NetBackup for SharePoint Server operation

Feedback

Was this page helpful?