Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Installation Guide for File Analytics
Last Published:
2024-09-04
Product(s):
NetBackup IT Analytics (11.3)
- Pre-Installation setup for File Analytics
- Host Discovery and Collection File Analytics probe
- Adding a File Analytics Data Collector policy
- File Analytics Export Folder Size and Folder Depth
- Installing the Data Collector software
- Validating Data Collection
- Uninstalling the Data Collector
- Manually starting the Data Collector
- File Analytics Export folder size and folder depth
- Appendix A. Firewall configuration: Default ports
Extracting File Analytics export folder size
To extract the first-level folder size information from the File Analytics database:
At the Linux command prompt, run the following command:
java -classpath /opt/aptare/portal/WEB-INF/lib/*:/opt/aptare/portal/WEB-INF/classes/ -DAPTARE_HOME="<ita-install-path>/aptare" com.aptare.sc.service.fa.FaSubDirectoryReport
where the value of APTARE_HOME property is the absolute path of the
aptare
directory.For example:
java -classpath /opt/aptare/portal/WEB-INF/lib/*:/opt/aptare/portal/WEB-INF/classes/ -DAPTARE_HOME="/opt/aptare" com.aptare.sc.service.fa.FaSubDirectoryReport
This generates an output file: report.csv
Output format:
Server Name, Volume Name, Folder name, Size in MB, Last Modified
Where:
Folder name: The root-level folders in the volume
Size in MB: Sum of all the file sizes in the folder (recursively)
Last Modified: Maximum modified time stamp from within all the files in the folder (recursively)