NetBackup IT Analytics Data Collector Installation Guide for Backup Manager
- Introduction
- Pre-Installation setup for Commvault Simpana
- Open TCP/IP access to the Commvault database
- Set up a read-only user in the CommServe server
- Pre-Installation setup for Cohesity DataProtect
- Pre-Installation setup for EMC Avamar
- Import EMC Avamar server information
- Pre-Installation setup for EMC Data Domain backup
- Pre-Installation setup for EMC NetWorker
- Architecture overview (EMC NetWorker)
- Pre-Installation setup for Dell EMC NetWorker backup & Recovery
- Pre-Installation setup for generic backup
- CSV format specification
- Pre-Installation setup for HP Data Protector
- Architecture overview (HP Data Protector)
- Configure the Data Collector server in Cell Manager (HP Data Protector)
- Pre-Installation setup for IBM Spectrum Protect (TSM)
- Architecture overview (IBM Spectrum Protect -TSM)
- Import IBM Spectrum Protect (TSM) information
- Pre-Installation setup for NAKIVO Backup & Replication
- Pre-Installation setup for Veritas Backup Exec
- Pre-Installation setup for Veritas NetBackup
- Prerequisites to use SSH and WMI (Veritas NetBackup)
- Prerequisites for NetBackup collection over SSH (Kerberos option)
- Configuring file analytics in NetBackup Data Collector policy
- Pre-Installation setup for Oracle Recovery Manager (RMAN)
- Pre-Installation setup for Rubrik Cloud Data Management
- Pre-Installation setup for Veeam Backup & Replication
- Discovery policies for Veritas NetBackup
- About Discovery types
- About SNMP probes
- Installing the Data Collector software
- Validate data collection
- Manually start the Data Collector
- Uninstall the Data Collector
- Appendix A. Load historic events
- Load Veritas NetBackup events
- Appendix B. Firewall configuration: Default ports
Configure Data Collector manually for Veritas NetBackup
From NetBackup version 10.1.1 onwards, Veritas NetBackup primary server installation will also deploy NetBackup IT Analytics Data Collector binaries automatically on Windows ( C:\Program Files\Veritas\AnalyticsCollector
) and Linux (/usr/openv/analyticscollector
) system. Also, if Veritas NetBackup primary server is managed under Veritas Alta, the NetBackup IT Analytics Data Collector will be automatically configured with NetBackup IT Analytics Portal.
This procedure provides the manual steps to configure the Data Collector for Veritas NetBackup when Veritas NetBackup primary is not managed under Veritas Alta. Note that NetBackup IT Analytics Portal must be already installed in your data center and a Data Collector entry must be added via the Collector Administration screen of the portal for each NetBackup primary server before you perform this configuration.
Keep the following details handy when you configure the Data Collector:
Name of the Data Collector (as it appears on the portal)
Passcode of the Data Collector (as configured on the portal)
Data receiver URL (generated while creating the data collector on the portal)
Key file path (generated while creating the data collector on the portal and copied to the NetBackup primary server)
See Add/Edit Data Collectors section in the NetBackup IT Analytics User Guide for more information.
To configure the Data Collector manually on Windows:
- Create a responsefile as a batch script
responsefile.cmd
with the following contents. These are the responses to the user input required to configure the Data CollectorSET DATACOLLECTOR_NAME=<name of the data collector> SET DATACOLLECTOR_PASSWORD=<passcode for the data collector> SET DATARECEIVER_URL=< data receiver URL > SET DATACOLLECTOR_KEY_FILE_PATH=<path to the key file> SET HTTP_PROXY_CONF=N SET PROXY_HTTP_URL= SET PROXY_HTTP_PORT= SET PROXY_HTTPS_URL= SET PROXY_HTTPS_PORT= SET PROXY_USERID= SET PROXY_PASSWORD= SET PROXY_NOT_FOR=
Note:
A sample response file responsefile.cmd is also available in the installer media.
- Run the command:
"C:\ProgramData\Veritas\NetBackup IT Analytics\DC\configure.cmd" /RESPFILE:<response_file_path> /INSTALL_TYPE:CONFIG
To configure the Data Collector manually on Linux:
- Create a response file with the following contents:
COLLECTOR_NAME=<name-of-collector> COLLECTOR_PASSWORD=<passcode> DR_URL=<data receiver-url-example:-http://aptareagent.punr740-16-vm14> COLLECTOR_KEY_PATH=<keyfile path> HTTP_PROXY_CONF=N HTTP_PROXY_ADDRESS= HTTP_PROXY_PORT= HTTPS_PROXY_ADDRESS= HTTPS_PROXY_PORT= PROXY_USERNAME= PROXY_PASSWORD= PROXY_EXCLUDE=
- Update the value for each field with appropriate data.
A sample responsefile is available on the install media as well as the
<Data collector install location>/installer path
on the system. - Run any one of the following command:
<Install media>/dc_installer.sh -c <responsefile path>
Or
<install location>/installer/dc_installer.sh -c <responsefile path>