APTARE IT Analytics Certified Configurations Guide

Last Published:
Product(s): APTARE IT Analytics (10.5)
  1. Portal and database servers
    1.  
      Portal supported operating systems
    2.  
      Recommended portal configurations
    3.  
      Oracle Database and Memory Requirements
    4. Supported browsers and display resolution
      1.  
        Linux portal server: Exported and emailed reports
    5.  
      Supported third-party and open source products
  2. Data Collector server configurations
    1.  
      Data Collector supported operating systems
    2. Data Collector server memory and CPU guidelines
      1.  
        Customize the Linux file handle setting for large collections
      2.  
        Factors impacting Data Collector performance and memory requirements
    3.  
      Data Collector prerequisites
    4.  
      Firewall configuration: Default ports
  3. Capacity Manager configurations
    1.  
      Supported storage arrays and access requirements
    2.  
      IBM Arrays: Modify profile
    3.  
      Creating a NetApp user with API privileges
    4.  
      Creating a NetApp cluster-mode user with API privileges
    5. Array/LUN performance Data Collection
      1.  
        Port performance metrics
    6.  
      EMC Isilon metrics
    7.  
      NetApp cluster-mode metrics
    8.  
      EMC Symmetrix enhanced performance metrics
    9.  
      Host resources prerequisites and configurations
    10. Host access privileges, sudo commands, ports, and WMI proxy requirements
      1.  
        Access requirements by OS
    11.  
      WMI proxy requirements for Windows host Data Collection
    12.  
      Host resources supported configurations
    13.  
      Supported host bus adapters (HBAs)
  4. Cloud configurations
    1.  
      Supported systems and access requirements
  5. Virtualization Manager configurations
    1.  
      Supported versions
    2. Virtualization Manager Data Collector requirements for VMware
      1.  
        Creating a VMware Read-Only user
    3.  
      Virtualization Manager Data Collector requirements for Microsoft Hyper-V
  6. File Analytics configurations
    1. Data Collector probes by storage type
      1.  
        CIFS shares
      2.  
        Host inventory probe
  7. Fabric Manager configurations
    1. Switch vendors
      1.  
        Download Cisco Data Center Network Manager
  8. Backup Manager configurations
    1.  
      Backup solutions and versions
    2.  
      Centralized NetBackup Data Collection requirements
    3. Veritas NetBackup 8.1 (and later) requirements for centralized collection
      1.  
        Required Software
  9. Internal TCP port requirements
    1.  
      Internal TCP port requirements
    2.  
      Internal portal server ports
    3.  
      Internal data collector ports

Creating a NetApp user with API privileges

Use an existing NetApp user or create one with the necessary privileges to access the application programming interface (API). This role and user is required for collection from NetApp-7 systems. Typically, the root, admin user has all the capabilities, but it is not advisable to use root or admin passwords.

To create a new user, with the required privileges, on a NetApp system, use the following Command Line Interface (CLI) steps. For the role command, do not include a space after the comma.

filer> useradmin role add apifarole -a login-http-admin,api-*
filer> useradmin group add apifagroup -r apifarole
filer> useradmin user add apifauser -g apifagroup

If api-* does not meet your security requirements, additional File Analytics privileges can be configured using the following steps:

filer> useradmin role add apifarole -a api-volume-list-info,api-nfs-
exportfs-list-rules,api-cifs-share-list-iter-start,api-cifs-share-list-iter
-next,api-cifs-share-list-iter-end,api-snapdiff-iter-start,api-snapdiff-
iter-next,api-snapdiff-iter-end,login-http-admin,api-volume-options-list-
info,api-snapshot-list-info,api-snapshot-delete,api-snapshot-create,api-
nameservice-map-uid-to-user-name
filer> useradmin group add apifagroup -r apifarole
filer> useradmin user add apifauser -g apifagroup

Note:

For the role command, do not include a space after the comma.