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. IT Analytics Help
  3. Section XVI. System Administration
  4. Defining NetBackup Estimated Tape Capacity
  5. Listing volume pool IDs and media types

Listing volume pool IDs and media types

Using the Report Template Designer, create a custom report using the following query to identify Volume Pool IDs and Media Type codes:

select DISTINCT n.vendor_media_type, t.vendor_media_type_name, n.volume_pool_id
from apt_v_nbu_tape_media_detail n, apt_v_tape_media t
where n.tape_media_id = t.tape_media_id
and t.server_id in ($(hosts))

When you create this custom report via the Report Template Designer, configure the Report Designer to include the selection of a host group, enabling users to narrow the scope of the report when they generate the report.

Feedback

Was this page helpful?
Previous

Updating the estimated capacity table

Next

Automating Host Group Management

Feedback

Was this page helpful?