NetBackup IT Analytics Release Notes
- Introduction
- Patch release for version 11.0
- Patch releases: NetBackup IT Analytics
- 11.0.11 patch release notes
- 11.0.10 patch release notes
- 11.0.09 patch release notes
- 11.0.08 patch release notes
- 11.0.07 patch release notes
- 11.0.06 patch release notes
- 11.0.05 patch release notes
- 11.0.04 patch release notes
- 11.0.03 patch release notes
- 11.0.02 patch release notes
- 11.0.01 patch release notes
- Patch releases: NetBackup IT Analytics
- What's new: Version 11.0 highlights
- Supported product versions
- Product name change and UI improvements
- Foundation - the new license SKU
- NetApp Cluster-Mode Data Collector Policy enhancement
- Oracle and NetBackup IT Analytics services enhanced to use systemctl on Linux
- Host Discovery and Collection view enhancement
- New installer for Oracle 19c database application binaries on Windows
- On-demand real-time logging
- Enable debug logs for on-demand collection
- View table report as chart and vice versa
- Add custom headers and footers to reports and dashboards
- Google Cloud Platform Data Collection policy
- NetBackup Protection Plan support
- NetBackup FETB collection support
- Anomaly detection with analytics and alerts
- Event audit logging with reports
- NetBackup Host Certificates report and alert
- NetBackup Non-Host Certificate Expiry report and alert
- Syslog notifications for report-based alerts
- Support for Oracle database binaries as shared service
- IT Analytics ServiceNow App certified on Quebec and San Diego releases
- Apply report scope only to backup servers
- Provision for log4j vulnerabilities
- Support for Veritas NetBackup deployed as Docker image
- NetBackup IT Analytics Exporters
- Install Data Collector using container
- Intelligent alerting
- VMware Data Collector Policy collects vSAN details
- Brocade Switch Data Collector Policy enhanced to receive SNMP traps
- Compute Resources Data Collector Policy
- Resources Monitor probe for Veritas NetBackup Data Collector Policy
- NetBackup Failed Login Attempts alert rule
- Open NetBackup web UI from the IT Analytics Portal - (Patch - 2)
- View report statistics from actions menu
- Event audit enhanced to capture more user actions - (Patch 1)
- Data changes in Array Capacity & Utilization report for Product/Vendor Hitachi Vantara - (v11.0 Patch4)
- Bulk load of Port Attributes using csv file
- EMC Avamar Inclusion and Exclusion list enhancements - (Patch 2)
- Enhancements in EMC Avamar data collection - (Patch 2)
- Supported Systems
- Installations and Upgrades
- Fixed issues
- Known issues, optimizations, and End-of-Life (EOL)
Optimization: Customize the Linux file handle setting for large collections
Certain environments may require optimizations to improve performance or to accommodate a large number of data collection policies.
In Linux, a portion of memory is designated for file handles, which is the mechanism used to determine the number of files that can be open at one time. The default value is 1024. For large collection policy environments, this number may need to be increased to 8192 so that the collector does not exceed the open file handle limit. A large environment is characterized as any collector that is collecting from 20 or more subsystems, such as 20+ TSM instances or 20+ unique arrays.
To change the number of file handles, take the following steps.
On the Linux Data Collector server, edit /etc/security/limits.conf and at the end of the file, add these lines.
root soft nofile 8192 root hard nofile 8192
Log out and log back in as root to execute the following commands to validate all values have been set to 8192.
ulimit -n ulimit -Hn ulimit -Sn
Restart the Data Collector.