Arctera Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Arctera Data Insight administration
- Configuring Data Insight global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Data Insight
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp 7-mode file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp 7-mode file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Configuring Azure Netapp Files Device
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Data Insight best practices
- Appendix B. Migrating Data Insight components
- Appendix C. Backing up and restoring data
- Appendix D. Data Insight health checks
- About Data Insight health checks
- About Data Insight health checks
- Appendix E. Command File Reference
- Appendix F. Data Insight jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Using custom scripts to manage data
Data Insight enables you to archive inactive data on your storage devices using Enterprise Vault. However, if you use other archiving tools, or if you want to take actions such as copy your data to a cheaper storage, or delete orphan or inactive data, you can write custom scripts to manage the data.
You can apply the scripts to run on the following data:
The files that are listed under Workspace > Folder Activity > Inactive Subfolders tab.
The files that are listed in the following types of reports:
Access Details reports
Access Summary reports
DQL reports
Data Lifecycle reports
The paths displayed in the Workspace > Data or the Workspace > Sharesview.
Before you can configure Data Insight to run the custom action scripts, do the following:
Define the action that you want to perform on the data. For example, you may choose to upload all inactive data on your storage devices to the cloud.
Write a script to perform this action.
For more information, see the Arctera Data Insight Programmer's Reference Guide.
Place the script at a specified location on the Management Server. By default, all custom scripts must be placed at
$datadir\conf\workflow\steps\CUSTOMACTION\scripts
. Data Insight invokes the scripts form this location when you initiate an action from the Management Console.
On the Custom Actions page, you can perform following actions:
Add New Custom Action
Delete
Enable
Disable
You can create number of custom action as per your requirement. There is no limit for number of custom actions that you can create.
To configure a custom action script
- In the Management Console, click Settings > Data Management. The Archiving (Enterprise Vault Configuration) page displays by default.
- Click Custom Action and then click Add New Custom Action
- On the Custom Action page, enter the following details:
The name of the custom action.
The name of the script, for example, copy.pl.
The credentials of the user to run the script. You can either use Local System account credentials or the credentials of a user with privileges to perform the desired action on the data. The script continues to run with Local System account, however the specified credentials are used for any network calls made by the script.
- Select Do not expand paths to apply the action defined in the script to the paths selected in the view or the report. The selected paths are passed as-is to the custom script.
- Select Expand paths to apply the action defined in the script to all child folders under the selected folder recursively. If you select this option to invoke an action on the folder, Data Insight passes individual files present in that path's hierarchy to the script, instead of the parent folder.
- Select the additional data that you want to pass to the script.
- In the Run Custom Action on field, select the option where you want to run the custom action, either Management Server or Collector
- Click OK to save the settings.