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™ Deduplication Guide
  3. Configuring deduplication
  4. About protecting the MSDP catalog
  5. About storing MSDP catalog shadow copy duplicates on data volumes
NetBackup™ Deduplication Guide

About storing MSDP catalog shadow copy duplicates on data volumes

MSDP lets you store two additional duplicates of the catalog shadow copies on separate data volumes. The storage of the duplicates allows for better metadata resiliency.

You must use the cacontrol command to add or delete a volume to store the duplicate. When you use cacontrol, any changes to the configuration take effect during the next catalog backup or recovery and the duplicates are then updated in parallel with the primary duplicate.

The following are examples of how to use the cacontrol command:

  • To add an additional volume, run:

    cacontrol --catalog addshadowcopy <data_volume>

    For example:

    cacontrol --catalog addshadowcopy /msdp/data/dp1/example_volume1
  • To remove a volume, run:

    cacontrol --catalog deleteshadowcopy <data_volume>

    For example:

    cacontrol --catalog deleteshadowcopy /msdp/data/dp1/example_volume1
  • To see the list of volumes where additional catalog shadow copy duplicates are stored, run:

    cacontrol --catalog listshadowcopies

During catalog recovery, MSDP automatically uses the first non-corrupted catalog shadow duplicate it finds if the primary duplicate is corrupted.

Feedback

Was this page helpful?
Previous

About the MSDP shadow catalog

Next

About the MSDP catalog backup policy

Feedback

Was this page helpful?