NetBackup™ Release Notes
- About NetBackup 11.1
- New features, enhancements, and changes
- About new enhancements and changes in NetBackup
- NetBackup 11.1 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
- RESTful APIs included in NetBackup 11.1
- New features and enhancements to the NetBackup web UI
- Several shutdown commands to be deprecated in a future release
- Support to create instant access VM feature for Nutanix AHV
- Support for Kernel-based Virtual Machine (KVM)
- NetBackup 11.1 support additions and changes
- NetBackup 11.0.0.1 and earlier support additions and changes qualified in NetBackup 11.1
- Cohesity will no longer deliver the Java Admin Console for NetBackup after the 11.1 release
- MSDP server evacuation in NetBackup
- Cloud LSU consolidation support
- Object change tracking for Cloud object store protection
- Replication is now supported for HPE GreenLake for Block storage arrays
- NetBackup Snapshot Manager for Data Center now supports cloud storage arrays
- PaaS database support enhancements
- Support for NextGen Malware Scanner tool
- Responsive updates in Web UI for malware scan operations
- Abort malware scan on infection detection
- Multi-Account support in single provider plugin
- Enhanced Cloud VM backup performance with multi-stream (parallel read) support
- Cloud parallel stream job hierarchy for Cloud VM backups
- Cloud Scale document change, enhancements and deployment updates
- Support for cloud key management service (KMS)
- Configuration of rotation for external CA-issued certificates
- Support for network access control
- Freeze mode in NetBackup
- Support for YARA scanning
- Support for STIG compliance
- Selective Virtual Machine Restore for Kubernetes Workloads
- Tape Media Preview for Restores in Cohesity with NetBackup Web UI
- New Policy Type for RHV and OLVM Workloads in NetBackup Web UI
- Cross-Hypervisor Restore from VMware to Nutanix
- pgBackRest Support for PostgreSQL Backups
- Support for Percona XtraBackup Utility
- SharePoint Recovery Support in Cohesity
- Enhanced WebSocket Server Credential Security with JWT Authentication
- New Reporting Enhancements in NetBackup Web UI
- Vault Management Enhancements in NetBackup Web UI
- Storage Unit Groups Overview
- Cross-Domain Backup Replication Support
- Storage server credentials
- Change in the NetBackup default path - application folder and setup logs
- Operational notes
- About NetBackup 11.1 operational notes
- NetBackup installation and upgrade operational notes
- If NetBackup 11.1 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
- NetBackup Cloud Object Store Workload operational notes
- NetBackup NAS operational notes
- NetBackup Cloud workload operational notes
- NetBackup internationalization and localization operational notes
- FIPS compliance 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.