Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup™ Release Notes
- About NetBackup 11.1.0.2
- New features, enhancements, and changes
- About new enhancements and changes in NetBackup
- NetBackup 11.1.0.2 new features, changes, and enhancements
- Changes in Cohesity terminology
- Update cloud configuration file on the primary and media server immediately after install or upgrade to NetBackup 11.1.0.2
- Several shutdown commands to be deprecated in a future release
- NetBackup 11.1.0.2 support additions and changes
- NetBackup 11.1 and earlier support additions and changes
- Support for malware scanning of hypervisor backups on OST targets
- Simplified Cloud Scale upgrade
- BMR now uses Windows ADK 10.1.22621 (ADK 2022)
- Operational notes
- About NetBackup 11.1.0.2 operational notes
- NetBackup installation and upgrade operational notes
- If NetBackup 11.1.0.2 upgrade fails on Windows, revert to previous log folder structure
- Native installation requirements
- NetBackup servers must use a host name that is compliant with RFC 1123 and RFC 952
- About support for HP-UX Itanium vPars SRP containers
- Change in the default path for NetBackup installation
- NetBackup administration interface operational notes
- NetBackup Bare Metal Restore operational notes
- After PIT restore, "The host ID does not exist" error appears
- NetBackup services may not start automatically after BMR restore on a Linux client
- NetBackup Bare Metal Restore on AWS hangs when restoring a Windows 2025 client
- Mirrored dynamic volume may not receive a drive letter after Windows BMR DDR restore
- BMR Restore Failure for ReFS Volumes on Windows (2016 - 2025)
- Post Bare Metal Restore (BMR) operation, windows Start Menu and Search not functioning
- NetBackup Cloud Object Store Workload operational notes
- Full backup after upgrading from a version prior to NetBackup 11.1
- Supported version of RHEL media server as backup host
- Auto Image Replication (AIR) from NetBackup version 11.1.0.2 requires NetBackup 10.2 or later
- Backup jobs become unresponsive and consume significant space on the temporary staging location.
- NetBackup NAS operational notes
- NetBackup Cloud workload operational notes
- NetBackup internationalization and localization operational notes
- Appendix A. About SORT for NetBackup Users
- Appendix B. NetBackup installation requirements
- Appendix C. NetBackup compatibility requirements
- Appendix D. Other NetBackup documentation and related documents
Backup jobs become unresponsive and consume significant space on the temporary staging location.
NetBackup Cloud object store data protection feature uses the ListObjects S3 API to iterate over the list of objects to further read and back up the objects in a bucket. The ListObjects S3 API returns up to 1000 objects per request in lexicographical order, based on their key names and the NextContinuationToken. This NextContinuationToken is used for pagination. For example, for a ListObjects S3 API call, to get the next set of 1000 objects and a new NextContinuationToken is used to get the subsequent page.
For certain Cloud object store providers, like Hitachi, the NextContinuationToken does not work correctly if the object names contain certain special characters, potentially hinders backup performance.
This behavior disrupts the cos_sqllite database that NetBackup uses in the temporary staging area. This database stores the object list for a backup job that is in progress. Because of this disruption, the cos_sqllite database drastically grows in size, filling up the disk space in the temporary staging area. This leads the NetBackup jobs to slow down and eventually fail.
Workaround:
Reconfigure the NextContinuationToken in the
ListObjects S3API calls to return the proper value for each batch.Cancel the existing backup job and retry backup.