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.