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 variable-length deduplication on NetBackup clients
  5. Managing the variable-length deduplication using the cacontrol command-line utility
NetBackup™ Deduplication Guide

Managing the variable-length deduplication using the cacontrol command-line utility

You can use cacontrol command-line utility to set the variable-length deduplication. Use --vld flag to set the variable-length deduplication by creating the marker entry for a client or policy in a configuration file.

The cacontrol command-line utility is located at the following locations:

  • Windows: install_path\Veritas\pdde\cacontrol

  • UNIX: /usr/openv/pdde/pdcr/bin/cacontrol

From NetBackup 10.2 and later, you can configure variable-length deduplication using the following options.

Table: Command options for VLD in cacontrol

Option

Description

client

Enable Variable Length Deduplication for a specific client.

policy

Enable Variable Length Deduplication for specific policy.

vldtype

  • VLD

    The version 1 of the variable-length deduplication algorithm.

  • VLD_2

    The version 2 of the variable-length deduplication algorithm. It is recommended to use this version as default.

  • VLD_3

    Another version of the variable-length deduplication algorithm.

minsegsize

The minimum segment size (KB) of the segmentation range for Variable Length Deduplication segmentation (KB). Suggested values are 16, 32, and 64. Sizes must be a multiple of 4 and fall in the range 4-16384.

maxsegSize

The maximum segment size (KB) of the segmentation range for Variable Length Deduplication segmentation (KB), this value must be greater than sw_min. Suggested values are 32, 64, and 128. The maximum segment size must be greater than the minimum.

Warning:

A change in a variable-length deduplication version decreases the deduplication ratio of image backups until new images are backed up once or twice. Therefore, choose new variable-length deduplication cautiously.

To manage variable-length deduplication for MSDP by using cacontrol command-line utility

  1. Query the active settings for the client and policy.

    cacontrol --vld queryactive <CLIENT> <POLICY>

  2. Set the configuration for client and policy.

    cacontrol - -vld update <CLIENT> <POLICY> <VLDTYPE> <MINSEGMENTSIZE> <MAXSEGMENTSIZE>

  3. Delete the settings for client and policy.

    cacontrol --vld delete <CLIENT> <POLICY>

  4. Query the settings for client and policy.

    cacontrol --vld get <CLIENT> <POLICY>

  5. Set the configuration for the policy.

    cacontrol - -vld updatebypolicy <POLICY> <VLDTYPE> <MINSEGMENTSIZE> <MAXSEGMENTSIZE>

  6. Delete the settings for client.

    cacontrol --vld deletebypolicy <POLICY>

  7. Query the settings for the policy.

    cacontrol --vld getbypolicy <POLICY>

  8. Set the configuration for the client.

    cacontrol - -vld updatebyclient <CLIENT> <VLDTYPE> <MINSEGMENTSIZE> <MAXSEGMENTSIZE>

  9. Delete the settings for client.

    cacontrol --vld deletebyclient <CLIENT>

  10. Query the settings for the client.

    cacontrol --vld getbyclient <CLIENT>

    When you set parameters for client and policy, you can use asterisk (*) to indicate all clients or policies.

    For example,

    cacontrol --vld updatebypolicy "*" VLD_V2 32 64

Feedback

Was this page helpful?
Previous

About variable-length deduplication on NetBackup clients

Next

About the MSDP pd.conf configuration file

Feedback

Was this page helpful?