APTARE IT Analytics Release Notes
- Introduction
- Patch Releases for Version 10.4
- Patch Releases: APTARE IT Analytics
- Patch Releases: APTARE IT Analytics
- What's New: Version 10.4 Highlights
- Supported Systems
- Installation and Upgrades
- Enhancements and Resolved Issues by Category
- 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.