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
Enabling export of NFS shares on a NetApp Cluster-Mode file server
Before you add a NetApp Cluster-Mode file server to Data Insight, you must identify the volumes and export policies to allow Data Insight to discover the NFS shares on the cluster.
Data Insight requires Read only access to root namespace (/) and super user ( ROOT) access to volume namespace to scan NFS exports. If the root namespace and volume are configured with two different export policies, then you must provide access to the Data Insight Collector under each export policy rules to enable Data Insight to scan the NFS shares.
To enable export of NFS shares on a NetApp Cluster-Mode file server
- To verify whether the Data Insight Collector IP address is specified in the export policy rule, execute the following command.
export-policy rule show -vserver <name of vserver> -policyname <export policy> -clientmatch <IP of Data Insight Collector>
The command must be repeated if root namespace is configured to use different export policies.
- The following command will display a denied access message if the IP address of the Collector host is not specified in the export policy rule.
export-policy check-access -vserver <vserver name> -volume <volume name> -client-ip <collector IP of DI> -authentication-method sys -protocol nfs3 -access-type read
- If the Data Insight Collector is not specified in the export policy, modify the export policy rule. Run the following command:
export-policy rule modify -vserver <name of vserver> -policyname <export policy> -clientmatch <IP of Data Insight Collector>
- To validate the access given, run the following command and check read/write access is shown:
export-policy check-access -vserver <vserver name> -volume <volume name> -client-ip <collector IP of DI> -authentication-method sys -protocol nfs3 -access-type read-write