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. Veritas NetBackup™ CloudPoint Install and Upgrade Guide
  3. Section I. CloudPoint installation and configuration
  4. CloudPoint application agents and plug-ins
  5. Configuring VSS to store shadow copies on the originating drive
Veritas NetBackup™ CloudPoint Install and Upgrade Guide

Configuring VSS to store shadow copies on the originating drive

If you want to take disk-level, application-consistent snapshots of a Windows file system or Microsoft SQL application, you must configure Microsoft Volume Shadow Copy Service (VSS). VSS lets you take volume snapshots while applications continue to write to the volume.

When you configure VSS, keep in mind the following;

  • CloudPoint currently has a limitation that you must manually configure the shadow copy creation location to the same drive or volume as the originating drive. This approach ensures that an application-consistent snapshot is created.

  • If shadow storage already exists on an alternate drive or a dedicated drive, you must disable that storage and replace it with the configuration in the following procedure.

  • CloudPoint does not support discovery, snapshot, and restore operations for SQL databases that contain leading or trailing spaces or non-printable characters. This is because the VSS writer goes into an error state for such databases.

    Refer to the following for more details:

    https://support.microsoft.com/en-sg/help/2014054/backing-up-a-sql-server-database-using-a-vss-backup-application-may-fa

To configure VSS to store shadow copies on the originating drive

  1. On the Windows host, open the command prompt. If User Account Control (UAC) setting is enabled on the server, launch the command prompt in the Run as administrator mode.

  2. For each drive letter on which you want to take disk-level, application-consistent snapshots using CloudPoint, enter a command similar to the following:

    vssadmin add shadowstorage /for=<drive being backed up> ^
    /on=<drive to store the shadow copy> ^
    /maxsize=<percentage of disk space allowed to be used>

    Here, maxsize represents the maximum free space usage allowed on the shadow storage drive. The caret (^) character in the command represents the Windows command line continuation character.

    For example, if the VSS shadow copies of the D: drive are to be stored on the D: drive and allowed to use up to 80% of the free disk space on D:, the command syntax is as follows:

    vssadmin add shadowstorage /for=d: /on=d: /maxsize=80%

    The command prompt displays a message similar to the following:

    Successfully added the shadow copy storage association
  3. Verify your changes using the following command:

    vssadmin list shadowstorage

Feedback

Was this page helpful?
Previous

Configuring the CloudPoint application plug-in

Next

Creating a NetBackup protection plan for cloud assets

Feedback

Was this page helpful?