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
Name
installcli.exe — A utility that is used to configure multiple Windows File Servers and Information Governance worker nodes simultaneously.
SYNOPSIS
installcli [-w winnas_csv [-q]] [-n node_csv [-q]] [-p operation_token] [-l] [-h]
Options
- -w --winnas winnas_csv
Installs Information Governance Windows File Server agents and configures the corresponding filer.
-w option uses a
.csv
file with the following details as input:For fresh install, use IP address or FQDN of the Windows File Server that you want &ProductName_generic; to monitor. In case of upgrade, use the same IP address or FQDN, which is visible on the &ProductName_generic; Servers page.
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 Local System credentials as value _LOCAL_. The same credentials must be added to &ProductName_generic; 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 with a hyphen (-).
The credentials required to scan the filer. The credential should be in the format user@domain. The same credentials should be added to &ProductName_generic; as a saved credential previously.
True or false value indicating whether the scan should be enabled according to the specified schedule.
True or false value indicating whether event monitoring should be enabled.
True or false value indicating whether auto share discovery should be enabled.
String to exclude shares of certain pattern.
True or false value indicating whether add new share should be enabled. Applicable only when scan option is set to true.
In case of a Windows File Server agent upgrade, Hotfix, RP or Full value indicating the type of upgrade you want to perform. This parameter is optional. For this option, supported values are FULL/RP/HOTFIX/UNSPECIFIED
If the name of the installer is not specified, an appropriate one will be picked up from installers folder on the collector.
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_5_1_3002_x64.exe.
- -n --node node_csv
Installs the Information Governance Collector and Indexer nodes. The
node_csv
file must be in the following format:For fresh install, use IP address or FQDN of the Worker Node. In case of upgrade, use the same IP address or FQDN, which is visible on the &ProductName_generic; Servers page.
True or false value indicating whether the node is a Collector. Since Information Governance does not currently support push-install on Linux nodes, you must specify true as that value for this column. I
True or false value indicating whether the node is a Indexer.
The credentials that Information Governance should use to install the package on the worker node. The credential should be in the format user@domain. The same credentials must be added to Information Governance as a saved credential previously.
The port used by the DataInsightComm service.
The port used by DataInsightConfig service.
The port used by DataInsightWorkflow service for collector node.
The destination directory where you want Information Governance to be installed.
The location where you want to store the product data.
In case of a Worker Node Server upgrade, Hotfix, RP or Full value indicating the type of upgrade you want to perform. This parameter is optional. For this option, supported values are FULL/RP/HOTFIX/UNSPECIFIED
The values for the Communication service port, query service port, the installation path, and the data directory are optional. You can enter ? to use default values.
- -p --poll operation_token
Starts polling for the latest status of an operation.
- -l --list
Lists status and progress information of all currently running and historic operations.
- -q --nowait
Forks off an operation and does not wait for it to complete.
- -h --help
Displays help.