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™ Administrator's Guide, Volume I
  3. Section III. Configuring storage
  4. Staging backups
  5. Finding potential free space on a BasicDisk disk staging storage unit
Veritas NetBackup™ Administrator's Guide, Volume I

Finding potential free space on a BasicDisk disk staging storage unit

Potential free space is the amount of space on a disk staging storage unit that NetBackup could free if extra space on the volume is needed. The space is the total size of the images that are eligible for expiration plus the images ready to be deleted on the volume.

To find the potential free space on a BasicDisk storage unit, use the bpstulist and the nbdevquery commands as follows:

  • Run bpstulist -label to find the disk pool name.

    Note that the name of the storage unit and disk pools are case-sensitive. In the case of BasicDisk storage units, the name of the disk pool is the same as the name of the BasicDisk storage unit. In the following example, the name of the storage unit is NameBasic:

    bpstulist -label basic
    NameBasic 0 server1 0 -1 -1 1 0 "C:\" 1 1 524288 *NULL* 0 1 0 98 80 0 NameBasic server1
  • Run the nbdevquery command to display the status for the disk pool, including the potential free space.

    Use the following options, where:

    -stype server_type
    											

    Specifies the vendor-specific string that identifies the storage server type. For a BasicDisk storage unit, enter BasicDisk.

    -dp

    Specifies the disk pool name. For a basic disk type, the disk pool name is the name of the BasicDisk storage unit.

So the complete command might look like the following.

nbdevquery -listdv -stype BasicDisk -dp NameBasic -D

The value is listed as potential_free_space.

Disk Volume Dump
  name                : <Internal_16>
  id                  : <C:\>
  diskpool            : <NameBasic::server1::BasicDisk>
  disk_media_id       : <@aaaaf>
  total_capacity      : 0
  free_space          : 0
  potential_free_space: 0
  committed_space     : 0
  precommitted_space  : 0
  nbu_state           : 2
  sts_state           : 0
  flags               : 0x6
  num_read_mounts     : 0
  max_read_mounts     : 0
  num_write_mounts    : 1
  max_write_mounts    : 1
  system_tag          : <Generic disk volume>

Feedback

Was this page helpful?
Previous

Disk staging storage unit size and capacity

Next

Disk Staging Schedule dialog box

Feedback

Was this page helpful?