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
Creating a non-administrator user for an EMC Isilon cluster
Data Insight requires a user account on Isilon to perform automatic discovery of CIFS shares and to list all local groups, group memberships, and local users. Data Insight can use a non-administrator account for this purpose. This account can be a local Isilon OneFS account or a domain account.
To configure a domain user for discovery and scanning of CIFS shares
- Log on as an Isilon administrator to the Isilon cluster CLI using SSH or Telnet .
- Run the following commands:
To create a role named dirole
isi auth roles create --name dirole --description "Read-only role for DataInsight"
To give the user the privileges to log on to the REST API platform framework to get a list of CIFS shares and to list users and groups
isi auth roles modify dirole --add-user=username@domain --add-priv-ro=ISI_PRIV_SMB --add-priv-ro=ISI_PRIV_LOGIN_PAPI --add-priv-ro=ISI_PRIV_AUTH --add-priv-ro=ISI_PRIV_NETWORK
To add the user to the Backup Operators group on Isilon, which enables Data Insight to scan all the CIFS shares
isi auth groups modify "Backup Operators" --add-user username@domain
To configure a local user for discovery of CIFS shares
- Log on as an Isilon administrator to the Isilon cluster CLI using SSH or Telnet.
- Run the following commands:
To create a new local user called diuser
isi auth users create diuser --enabled yes --password xxxxxx
To create a role named dirole
isi auth roles create --name dirole --description "Read-only role for DataInsight"
To grant the user the privileges to log on to the REST API platform framework to get a list of CIFS shares and to list users and groups
isi auth roles modify dirole --add-user=diuser --add-priv-ro=ISI_PRIV_SMB --add-priv-ro=ISI_PRIV_LOGIN_PAPI --add-priv-ro=ISI_PRIV_AUTH --add-priv-ro=ISI_PRIV_NETWORK