Please enter search query.
Search <book_title>...
Veritas Data Insight Administrator's Guide
Last Published:
2020-07-14
Product(s):
Data Insight (6.1.5)
- 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 a non-administrator local user on the clustered NetApp filer
To configure a NetApp cluster file server from the Data Insight Management Console, you can use a local user account which is not in the administrators group on the NetApp cluster, but has some specific privileges.
To create a non-administrator user
- Launch a Telnet session with the NetApp Cluster Management host.
- Create a new role, for example testrole, using the
useradmin
utility on the filer. - Run the following commands to create the role with specific privileges:
security login role create -role testrole -cmddirname "version" -access all
security login role create -role testrole -cmddirname "vserver cifs" -access readonly
security login role create -role testrole -cmddirname "vserver" -access readonly
security login role create -role testrole -cmddirname "vserver cifs share" -access readonly
security login role create -role testrole -cmddirname "vserver nfs" -access all
security login role create -role testrole -cmddirname "volume" -access readonly
security login role create -role testrole -cmddirname "vserver fpolicy policy" -access all
security login role create -role testrole -cmddirname "vserver fpolicy" -access readonly
security login role create -role testrole -cmddirname "vserver fpolicy enable" -access all
security login role create -role testrole -cmddirname "vserver fpolicy disable" -access all
security login role create -role testrole -cmddirname "statistics" -access readonly
security login role create -role testrole -cmddirname "network interface show" -access readonly
The network interface show privilege automatically assigns the following privileges to the role:network interface create
network interface delete
network interface modify
- Run the following command to create a local user, for example, testuser, and assign the role that you created in 3 to the user:
security login create -username testuser -application ontapi -authmethod password -role testrole