Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- Overview of Data Insight licensing
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About bulk assignment of custodians
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight 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 Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding SharePoint Online accounts
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Section VI. Configuring ECM data sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Section X. Reference
- Appendix A. Backing up and restoring data
- Appendix B. Data Insight health checks
- Appendix C. Command File Reference
- Appendix D. Data Insight jobs
- Appendix E. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Name
installcli.exe — A utility that is used to configure multiple Windows File Servers and Data Insight worker nodes simultaneously.
SYNOPSIS
installcli [-w winnas_csv [-q]] [-n node_csv [-q]] [-p operation_token] [-l] [-h]
Options
- -w --winnas winnas_csv
Installs Data Insight Windows File Server agents and configures the corresponding filer.
-w option uses a
.csv
file with the following details as input:The host name or IP address of the Windows File Server that you want Data Insight 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 Data Insight 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 Data Insight 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 Data Insight as a saved credential previously.
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 not specified, an appropriate one will be picked up 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_5_1_3002_x64.exe.
True or false value indicating whether the scan should be enabled according to the specified schedule.
- -n --node node_csv
Installs the Data Insight Collector and Indexer nodes. The
node_csv
file must be in the following format:The host name or IP address of the worker node that you want to install or upgrade.
True or false value indicating whether the node is a Collector. Since Data Insight 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 Data Insight 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 Data Insight as a saved credential previously.
The port used by the DataInsightComm service.
The port used by DataInsightConfig service.
The destination directory where you want Data Insight to be installed.
The location where you want to store the product data.
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.