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
Using the installcli.exe utility to configure multiple Windows file servers
If you want to add multiple Windows file servers to Information Governance, you can use the installcli.exe
utility.
The installcli.exe
utility uses a .csv
file with the following details as input:
The host name or IP address of the Windows file servers that you want Information Governance to monitor.
The host name, IP address, or ID of the Collector node that is configured to scan the filer.
The host name, IP address, or ID of the Indexer node that is configured for the filer.
The credentials that Information Governance should use to install the agent on the Windows file server. The credential should be in the format user@domain.
installcli.exe
also accepts LocalSystem credentials as value _LOCAL_. The same credentials must be added to Information Governance as a saved credential previously.True or false value indicating if the filer is clustered.
The IP addresses of the agents. Separate multiple IP addresses with a semi-colon. If you do not want to use an agent to monitor the filer, indicate this option with a hyphen (-).
The credentials that are required to scan the filer. The credential should be in the format user@domain. The same credentials should be added to Information Governance as a saved credential previously.
See Credentials required for configuring Windows File Servers.
True or false value indicating whether the scan should be enabled according to the specified schedule.
In case of a Windows file server agent upgrade, RP or Full value indicating the type of upgrade you want to perform. This parameter is optional.
Optionally, the name of the installer. If the name of the installer is not specified, an appropriate installer is picked from
installers
folder on the Collector.True or false value indicating whether event monitoring should be enabled.
For example, winnas.company.com,collector.company.com,indexer.company.com,Administrator@DOMAIN,FALSE,winnas.company.com,Administrator@DOMAIN,TRUE,TRUE,RP,Veritas_DataInsight_windows_winnas_6_0_0_3002_x64.exe,TRUE
To add multiple Windows file servers
- Log in to the Information Governance Management Server.
- Open a Windows command prompt and change to the
INSTALL_DIR\bin
directory, whereinstall_dir\bin
is the installation path for Arctera Insight Information Governance. - Type the following command:
installcli -w <Path to .csv file with Windows File Server specifications>
See indexcli.exe.