NetBackup IT Analytics Data Collector Installation Guide for File Analytics

Last Published:
Product(s): NetBackup IT Analytics (11.3)
  1. Pre-Installation setup for File Analytics
    1.  
      Pre-Installation setup for File Analytics
    2.  
      File Analytics Data Collection overview
    3.  
      File Analytics Data Collection architecture
    4.  
      File Analytics Data Collector policies
    5.  
      Prerequisites for adding Data Collectors (File Analytics)
    6.  
      CIFS shares
    7. Host Discovery and Collection File Analytics probe
      1.  
        File Analytics Probe Configurations by operating system
      2.  
        Both Windows and Linux servers
      3.  
        Best practices for host Inventory File Analytics probes
    8. Adding a File Analytics Data Collector policy
      1.  
        Importing the CIFS share configuration
    9.  
      Set up FIPS compliant Data Collector for File Analytics
  2. File Analytics Export Folder Size and Folder Depth
    1.  
      Extracting File Analytics export folder size
    2.  
      Specifying the File Analytics folder depth
  3. Installing the Data Collector software
    1.  
      Introduction
    2.  
      Installing the WMI Proxy service (Windows host resources only)
    3.  
      Testing WMI connectivity
    4.  
      Considerations to install Data Collector on non-English systems
    5.  
      Install Data Collector Software on Windows
    6.  
      Install Data Collector software on Linux
    7.  
      Deploy Data Collector in native Kubernetes environment
  4. Validating Data Collection
    1.  
      Validation methods
    2.  
      Data Collectors: Vendor-Specific validation methods
    3. Working with on-demand Data Collection
      1.  
        View real-time logging during an on-demand collection
      2.  
        Generating debug level logs during an on-demand collection
    4.  
      Using the CLI check install utility
    5.  
      List Data Collector configurations
  5. Uninstalling the Data Collector
    1.  
      Uninstall the Data Collector on Linux
    2.  
      Uninstall the Data Collector on Windows
  6. Manually starting the Data Collector
    1.  
      Introduction
  7. File Analytics Export folder size and folder depth
    1.  
      Extracting File Analytics export folder size
    2.  
      Specifying the File Analytics folder depth
    3.  
      Data export
  8. Appendix A. Firewall configuration: Default ports
    1.  
      Firewall configuration: Default ports

Specifying the File Analytics folder depth

A parameter, Dfa.export, is available to specify folder depth for File Analytics.

  • To specify the folder depth for the report summary, add the following parameter when executing the command -Dfa.export.folderDepth=x where "x" is the depth. By default the depth is set to 1.

  • To turn off reporting on parents, add the following parameter when executing the command -Dfa.export.includeParents=No. By default reporting on parents is turned on.

  • To specify the name of the output file use -Dfa.export.reportFileName=SomeReportName.csv. If this parameter is not specified the default output file will be report.csv.

For example:

java -classpath  /opt/aptare/portal/WEB-INF/lib/*:/opt/aptare/portal/
WEB-INF/classes/ -Dfa.export.folderDepth=2 -Dfa.export.includeParents=No 
-Dtest.resourceLocation=opt/aptare/portal/WEB-INF/classes/ 
com.aptare.sc.service.fa.FaSubDirectoryReport
Sample Directory Structures and Results

As an example, the table that follows, uses these directory structures to show the results of different parameter values:

  • D1

  • D1/SD1

  • D1/SD1/SD2

  • D2/SD3

  • D3

This table illustrates the expected results given the different parameter values:

Table:

fa.export.folder Depth

fa.export.include Parents

Directories Included in Report

0

N/A

D1

D2

D3

1

N/A

D1

D1/SD1

D2

D2/SD3

D3

2

No

D1/SD1

D1/SD1/SD2

D2/SD3

D3