NetBackup IT Analytics Release Notes
- Introduction
- Patch releases
- What's new
- Ransomware administration available to all users
- Ransomware scope governs the scorecard charts
- Data-driven ransomware preparedness evaluation
- Exclusive report for critical NetBackup event notifications
- Fixed a security vulnerability associated with asymmetric encryption of credentials
- Hours to wait before purging stale switch data increased to 96 hours
- Real Time Job Details probe introduced
- Modifications to Port and Switch reports
- Customize Gauge charts colors
- Enable multiple authentication for Portal access
- Install NetBackup IT Analytics Portal at custom path on Linux hosts
- Configure Data Collector through a registration file
- Policies disabled for data collection
- Telemetry probe added in Veritas NetBackup Data Collector policy
- VMware SDK is upgraded to 8.0
- Utility to add Ransomware Scorecard questions and answers in bulk
- Exported chart or dashboard may display a placeholder image
- NetBackup IT Analytics supports Split Architecture installation
- Scope selector enhanced to report on selective EEBs and Packages (patch 11.3.01)
- Custom parameter datareceiver.security.authentication removed
- NetBackup Job Status Summary by Policy Type report (patch 11.3.02)
- Two new reports incorporated for Capacity Manager (patch - 11.3.02)
- Data Collector Version Updates Summary report (patch 11.3.02)
- Microsoft Azure Unattached Disks Summary report (patch 11.3.02)
- Job Status Summary by Client (Patch 11.3.03)
- OpsCenter transition (patch 11.3.04)
- Client Summary Report (patch 11.3.05)
- HPE Nimble and HP 3PAR (patch 11.3.05)
- HPE StoreOnce supporting Gen 3 (patch 11.3.05)
- Supported Systems
- Installations and Upgrades
- Fixed issues
- Known Issues and Optimizations
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.