Arctera Insight Information Governance Administrator's Guide
- Section I. Getting started
- Introduction to Arctera Insight Information Governance administration
- Configuring Information Governance global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Information Governance 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 Information Governance
- Configuring Information Governance product users
- Configuring Information Governance 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 Information Governance
- Configuring containers
- Server Pools
- Section III. Configuring native file systems in Information Governance
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Information Governance 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 Arctera File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring clustered NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Information Governance 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
- Configuring policies
- Managing policies
- Configuring policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Information Governance best practices
- Appendix B. Migrating Information Governance components
- Appendix C. Backing up and restoring data
- Appendix D. Arctera Information Governance health checks
- About Information Governance health checks
- About Information Governance health checks
- Appendix E. Command File Reference
- Appendix F. Arctera Information Governance jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Preparing the ONTAP cluster for FPolicy
The Arctera Insight Information Governance FPolicy server registers with the ONTAP cluster and receives file access events from it, if FPolicy is enabled and configured on the corresponding Storage Virtual Machine (SVM) in the cluster. Arctera recommends that you automatically enable auditing when adding the clustered filers.
See Configuring Information Governance services.
When you enable FPolicy from the Information Governance console, Information Governance automatically does the following:
Creates an FPolicy with a unique name.
Creates an FPolicy engine by specifying the server IP address and the server port.
Creates a CIFS and/or NFS event object.
Once you enable FPolicy on the SVM, it initiates a TCP connection to the Information Governance FPolicy server.
Note:
You can choose to configure FPolicy on the OnTAP cluster manually. However, Arctera does not recommend using manual steps to monitor the SVMs in the cluster.
To configure FPolicy on the ONTAP cluster using manual steps
- Launch a Telnet session with the SVM on which you want to configure FPolicy.
- Run the following command to create an External Engine Object on the ONTAP shell:
diontapclust::> vserver fpolicy policy external-engine create -vserver <Vserver name> -engine-name <choose an external engine name> -primary-servers <IP address of Information Governance FPolicy server> -port <port number on which Information Governance FPolicy server is listening> -extern-engine-type asynchronous -ssl-option no-auth
- Run the command to configure FPolicy to monitor specific CIFS events:
diontapclust::> vserver fpolicy policy event create -vserver <Vserver name> -event-name <choose an event name> -protocol cifs -file-operations create, create_dir, delete, delete_dir, read,close, rename, rename_dir -filters first-read, close-with-modification
- Run the command to configure FPolicy to monitor specific NFS events:
diontapclust::> vserver fpolicy policy event create -vserver <Vserver name> -event-name <choose an event name> -protocol nfsv3 -file-operations create, create_dir, delete, delete_dir, link, read,write, rename, rename_dir, setattr
- Run the command to create a resident FPolicy on the SVM:
diontapclust::> vserver fpolicy policy create -vserver <Vserver name> -policy-name <choose a policy name> -events <specify list of events> -engine <specify engine name> -is-mandatory false
- Run the command to configure the scope of FPolicy:
diontapclust::> vserver fpolicy policy scope create -vserver <Vserver name> -policy-name <choose a policy name> -volumes-to-include "*" -export-policies-to-include "*"