Please enter search query.
Search <book_title>...
NetBackup IT Analytics Certified Configuration Guide
Last Published:
2024-09-04
Product(s):
NetBackup IT Analytics (11.3)
- Introduction
- Portal and database servers
- Data Collector server configurations
- Capacity Manager configurations
- Array/LUN performance Data Collection
- EMC Isilon array performance metrics
- NetApp Cluster-Mode performance metrics
- EMC Symmetrix enhanced performance metrics
- Host access privileges, sudo commands, ports, and WMI proxy requirements
- Cloud configurations
- Virtualization Manager configurations
- File Analytics configurations
- Fabric Manager configurations
- Backup Manager configurations
- ServiceNow configurations
- Internal TCP port requirements
Customize the Linux file handle setting for large collections
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 data collection policy environments, this number may need to be increased to 8192. 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
At the end of the file, add the following 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.