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
Using the installcli.exe utility to configure multiple Windows file servers
If you want to add multiple Windows file servers to Data Insight, 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 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 LocalSystem 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 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 Data Insight 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
To add multiple Windows file servers
- Log in to the Data Insight Management Server.
- Open a Windows command prompt and change to the
INSTALL_DIR\bin
directory, whereinstall_dir\bin
is the installation path for Veritas Data Insight. - Type the following command:
installcli -w <Path to .csv file with Windows File Server specifications>
For detailed information on installcli.exe, see the Command File Reference.