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 cloud support
  4. About MSDP cloud immutable (WORM) storage support
  5. About immutable object support for AWS S3 compatible platforms
  6. Managing Cloudian HyperStore using msdpcldutil tool
NetBackup™ Deduplication Guide

Managing Cloudian HyperStore using msdpcldutil tool

MSDP cloud admin tool /usr/openv/pdde/pdcr/bin/msdpcldutil is used to manage cloud immutable volume.

Set the following environment variables:

export MSDPC_ACCESS_KEY=xxxx 
export MSDPC_SECRET_KEY=yyyy 
export MSDPC_REGION=us-east-1 
export MSDPC_PROVIDER=cloudian 
export MSDPC_ENDPOINT=cloudian.hyperstore.hostname

Cloudian HyperStor has one provider - cloudian (Cloudian HyperStore)

To create the immutable storage and configure it:

  1. Create a cloud immutable volume.
    • #/usr/openv/pdde/pdcr/bin/msdpcldutil create -b bucketname -v volumename --mode COMPLIANCE --min 1D --max 30D --live 2022-12-31

    • #/usr/openv/pdde/pdcr/bin/msdpcldutil create -b bucketname -v volumename --mode GOVERNANCE --min 1D --max 30D --live 2022-12-31

  2. List the cloud volumes.

    #/usr/openv/pdde/pdcr/bin/msdpcldutil list

  3. Update the cloud immutable volume min and max retention period.
    • #/usr/openv/pdde/pdcr/bin/msdpcldutil update range -b bucketname -v volumename --min 1D --max 90D

    • # /usr/openv/netbackup/bin/admincmd/nbdevconfig -updatedv - stype PureDisk -dp disk_pool_name -dv volumename

  4. Update the cloud immutable volume live duration.

    #/usr/openv/pdde/pdcr/bin/msdpcldutil update live -b bucketname -v volumename -l 2022

  5. Update the cloud immutable volume mode.

    ##/usr/openv/pdde/pdcr/bin/msdpcldutil update mode -b bucketname -v volumename --mode COMPLIANCE --live 2022-12-31 --inherit enable

  6. List cloud immutable storage cloud providers.

    #/usr/openv/pdde/pdcr/bin/msdpcldutil platform list

Feedback

Was this page helpful?
Previous

Managing HCP for Cloud Scale using msdpcldutil tool

Next

Managing Seagate Lyve Cloud using msdpcldutil tool

Feedback

Was this page helpful?