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. MSDP volume group (MVG)
  4. Configuring the MSDP volume group
  5. Deleting an MVG volume
NetBackup™ Deduplication Guide

Deleting an MVG volume

An MVG volume is not deleted from the MVG server when the corresponding disk pool on NetBackup web UI is deleted.

To delete an MVG volume

  1. (Optional) Take a backup of the MSDP volume group configuration. Run the following command on the MVG server to dump the MVG volume configuration information to a file.

    cacontrol --mvg listvvols [<dsid-of-mvg-volume>]

  2. Create the configuration file for the MVG volume deletion in the following format.
    V7.5 "operation" "delete-virtual-volume" string
    V7.5 "virtualVolume" "<mvg-vol>" string
  3. Delete an MVG volume in the MVG server.

    nbdevconfig -setconfig -storage_server <mvg-server> -stype PureDisk -configlist <configuration-file>

    This command removes an MVG volume association information from the MSDP servers of the disk volumes and removes an MVG volume information from the MVG server. Ensure that the MSDP servers are accessible when you run this command.

    If an MSDP server is down for some reason, the command does not fail. Do not use this command if an MSDP server is down as the MVG volume associated information is not removed from that MSDP server.

    Run the following commands on that MSDP server to manually remove the information from it when it is back.

    cacontrol --dataselection removefromvvol <dsid-of-disk-volume> <disk-volume> <msdp-server> <mvg-server> <mvg-volume>

    cacontrol --dataselection refresh-disk-volume <msdp-server> <disk-volume >

Feedback

Was this page helpful?
Previous

Listing the MVG volumes

Next

Deleting a disk volume from an MVG volume configuration

Feedback

Was this page helpful?