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
Migrating the data directory to a new location
The data directory is the location where a Information Governance server stores the product data. You specify the location of the data directory during the Information Governance installation. You can find out the current location of the data directory by reading the datadir.conf
file that is located at C:\Program Files\aic\InformationGovernance\
.
To move the data directory from its current location
- Stop all the Information Governance services that are running on the server.
- Navigate to
C:\Program Files\aic\InformationGovernance\
and open the filedatadir.conf
in a text editor. Note the current location of the data directory. For example,matrix.datadir=C:/InformationGovernance/data.
- Edit the value for the parameter matrix.datadir to indicate the new location of the data directory. For example,
matrix.datadir=E:/InformationGovernance/data.
- Copy the folder,
$DATADIR/data
, from the old location to the new location. For example, copy the folder from the original locationC:/InformationGovernance
to the new locationE:/InformationGovernance
.Note:
If you choose to rename the data directory, do not use any space in the filename. Doing so will prevent the Information Governance services from starting.
- Navigate to
C:\Program Files\aic\InformationGovernance\bin
using the command prompt. Execute the following command:configdb -c
- Verify that the command output points to the new data directory location.
- Execute the command configdb -p -T node.
Verify that the command output lists all the Information Governance servers that are in your deployment.
- Start the Information Governance services on the server.
- After all Information Governance services start successfully, delete the original data directory.