Customizing with Advanced Parameters > File Analytics Advanced Parameters
  
Version 10.3.00P13
File Analytics Advanced Parameters
Warning: Making changes to Advanced Parameters should not be undertaken unless the user understands the impact of the parameter changes. If undesired results occur, revert the settings and If undesired results occur, revert the settings and contact Veritas Support or visit the APTARE Community web site for further guidance.
Warning: The following advanced parameters apply to File Analytics data collection and can be added using
The following advanced parameters apply to File Analytics data collection and can be added using:
Admin > Advanced > Parameters, described in Adding an Advanced Parameter.
FA_CLEAN_UP_TEMPORARY_FILES
Valid Values: Y or N (case-insensitive)
This advanced parameter controls the deletion/retention of work files created by each File Analytics data collector. If the parameter is not configured, the default behavior is to clean up the temporary files.
Note: This parameter should be set only when directed by Veritas Support.
AFS_PATH_EXCLUDE_DIRECTORY_NAME
Valid Values: Enter text to specify the directory to be excluded from data collection.
This advanced parameter can be used to exclude certain folders from File Analytics data collection. For example, you may not want to collect snapshot directories, as they contain copies of replicated folders. To exclude folders, take the following steps.
Add the advanced parameter, AFS_PATH_EXCLUDE_DIRECTORY_NAME, and for the value of the parameter, specify the directory to be excluded.
FA_HOST_CAPTURE_REMOTE_SHARES
Valid Values: Y or N (Default = N)
If this advanced parameter is set to Y along with a target server host name, the File Analytics collector logs a statement in Metadata_HostResource_10.log stating "FA Collection Capture Remote Shares: true on Host: <server host name>".
If this advanced parameter is not set, this log statement will not appear in the log and the File Analytics collector excludes from collection any remote shares attached to the target host.
FA_HOST_DIRECTIVE
This advanced parameter is for File Analytics collection initiated through Host Inventory for Linux hosts. FA_HOST_DIRECTIVE allows the user to associate it with the target host and specify the following:
[can_root_dirs={dir1 to scan}[~[dirs to exclude]][:dir n to scan]] [capture_remote_shares={Y/N} [root_scan_depth={1..10}]
Value: scan_root_dirs=/opt/aptare~/inode2*:/filetest/rnddirfiles capture_remote_shares=Y root_scan_depth=3
scan_root_dirs – By default the root directory is “/”, with this directive, one can override the root directory. You can specify one or more root directories (separated by : ), helpful if all you are interested in are specific file share directories.You can specify one or more excludes for each of the root directory. ~ separates the excludes from the root, and each exclude is separated by “,”
capture_remote_shares – By default it is N, when set to Y the code will capture remote shares.
root_scan_depth – The default is 1, but the recommendation is to set it to 3 or 5 if scanning a large filesystem.