Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- Overview of Data Insight licensing
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About bulk assignment of custodians
- 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
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp 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 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 SharePoint Online accounts
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Section VI. Configuring ECM data sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Section X. Reference
- Appendix A. Backing up and restoring data
- Appendix B. Data Insight health checks
- Appendix C. Command File Reference
- Appendix D. Data Insight jobs
- Appendix E. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Preparing the ONTAP cluster for FPolicy
The Veritas Data Insight 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. Veritas recommends that you automatically enable auditing when adding the clustered filers.
See Configuring Data Insight services.
When you enable FPolicy from the Data Insight console, Data Insight 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 Data Insight FPolicy server.
Note:
You can choose to configure FPolicy on the OnTAP cluster manually. However, Veritas 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 Data Insight FPolicy server> -port <port number on which Data Insight 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 "*"