APTARE IT Analytics Release Notes

Last Published:
Product(s): APTARE IT Analytics (10.4)
Platform: APTARE IT Analytics
  1. Introduction
    1.  
      About APTARE IT Analytics10.4
  2. Patch Releases for Version 10.4
    1. Patch Releases: APTARE IT Analytics
      1.  
        10.4.00 P10 Patch Release Notes
      2.  
        10.4.00 P9 Patch Release Notes
      3.  
        10.4.00 P8 Patch Release Notes
      4.  
        10.4.00 P7 Patch Release Notes
      5.  
        10.4.00 P6 Patch Release Notes
      6.  
        10.4.00 P5 Patch Release Notes
      7.  
        10.4.00 P4 Patch Release Notes
      8.  
        10.4.00 P3 Patch Release Notes
      9.  
        10.4.00 P2 Patch Release Notes
      10.  
        10.4.00 P1 Patch Release Notes
  3. What's New: Version 10.4 Highlights
    1.  
      Security, Authentication, and Privilege Management
    2.  
      Public Sector Compliance
    3.  
      Alerting
    4.  
      New Alert Rules
    5.  
      New and Updated Reports
    6.  
      New System and Version Support
    7. Usability Focus: Simplification
      1.  
        REST API to Add/Edit/Remove Users in the Portal (SC-16663)
  4. Supported Systems
    1.  
      Portal Supported Operating Systems
    2.  
      Data Collector Supported Operating Systems
    3. Supported Browsers and Display Resolution
      1.  
        Linux Portal Server: Exported and Emailed Reports
  5. Installation and Upgrades
    1. Portal Installation Prerequisites
      1.  
        Microsoft Windows Prerequisites
      2.  
        Linux Prerequisites: Portal Installation Default Directory
    2. Upgrading to Release Version 10.4.00
      1.  
        Before You Upgrade
      2.  
        Activate New Features and Reports
    3.  
      Performance Profiles and Transmitted Data
  6. Enhancements and Resolved Issues by Category
    1.  
      Overview
    2.  
      Backup Manager Enhancements and Resolved Issues
    3.  
      Capacity Manager Enhancements and Resolved Issues
    4.  
      Data Collection Enhancements and Resolved Issues
    5.  
      Portal Enhancements and Resolved Issues
  7. Known Issues, Optimizations, and End of Life (EOL)
    1.  
      Known Issues
    2.  
      Optimization: Customize the Linux File Handle Setting for Large Collections
    3.  
      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.

  1. 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
  2. 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
    
  3. Restart the Data Collector.