Arctera Insight Information Governance Administrator's Guide
- 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
Associating a Classification Server pool to a Collector
You can deploy a Classification Server pool and map the Collector node to the server pool instead of to single Classification Server. Every data source is associated with a Collector node. When you submit paths for classification, a Information Governance server with a Collector role fans out the classification workload (file paths that must be classified) among classification servers in a pool. The primary classification server distributes the classification requests to various secondary nodes which helps to balance the workload on the assigned classification server and increases the classification throughput.
Deploying a classification server pool
- From the Information Governance Management Console, click Settings > Information Governance Server to display list of configured servers. Make a note of node ID of all the classification servers.
- Add a custom property on all classification secondary nodes so that they are assigned to a classification primary server. Use custom property 'vic.master.id' as the property name and set the property value to classification primary node ID.
Run the following command in Management Server to set the node property for every secondary node.
configdb.exe -o -T node -k <secondary_nodeid> -J "vic.master.id" -j <primary_nodeid>
- In Advanced settings, modify the classification settings on each classification server according to their hardware configuration. We recommend setting the number of threads equal to the value to the number of CPUs.
- Complete the following steps:
Select all nodes in Information Governance Server in WebGUI and run UpdateConfigJob
Restart all Information Governance Services on all servers that are assigned the role of Classification Server.
Remote Desktop to Classification Node and go to datadir\data\classification and check for 'workload' folder. For example : C:\DataInsight\data\classification
If the workload folder is not present on the Primary node , restart all Information Governance services of this node and check again.
If the workload is present now proceed with the following step.
In Reports > Edit DQL Report, use a custom DQL Query to classify only the required file extensions.
- In theRemediation tab of the Reports wizard, select the Classify option and click Save and Run to run the report immediately.
The following limitations apply when deploying a classification server pool:
One Classification Server cannot be part of two pools.
A Collector or Management Server with classification role cannot be a secondary node in the pool.
A node cannot be a secondary if it is already a primary of some other node.
For Windows agent installation:
In case of manual installation, Local system account credentials are used by default. For classification functionality, update the scanner credentials with the user having appropriate privileges for scanning the shares by navigating to Settings > Filers > Windows File Server > Edit and updating scanner credentials.
Classification Server pool servers should have same operating systems, windows or Linux. You will not be able to add two servers with different operating systems in one Classification Server pool.
More Information