Please enter search query.
Search <book_title>...
Arctera Insight Information Governance Administrator's Guide
Last Published:
2025-07-07
Product(s):
Data Insight (7.2)
Platform: Windows
- 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 a non-administrator local user on the clustered NetApp filer
To configure a NetApp cluster file server from the Information Governance 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 "vserver fpolicy engine-connect" -access all
Security login role create -role testrole -cmddirname "vserver fpolicy engine-disconnect" -access all
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
For NetApp ONTAP 9.14 and later, grant the following privilege to the role to support Persistent Store
security login role create -role testrole -cmddirname "vserver fpolicy persistent-store" -access all.
- 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
Note:
For FpolicyCmod devices with ONTAP 9.6 or greater, execute following command:
security login create -username testuser -application http -authmethod password -role testrole