NetBackup IT Analytics Data Collector Installation Guide for Backup Manager
- Introduction
- Pre-installation setup for ExaGrid
- 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 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
- 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
Install Data Collector binaries on Linux host (without configuration)
This installation allows you to install the Data Collector independent of the portal software installation. The collector remains disconnected from the portal until you configure it using a response file, that contains credentials of the Data Collector created on the NetBackup IT Analytics Portal and the data receiver.
To install a Data Collector:
- Download and mount the Data Collector installer
itanalytics_datacollector_linux_<version>.iso
.# mount -o loop <ISO file path> <path to mount>
- Install the Data Collector at a custom location.
# <path to mount>/dc_installer.sh -i <user selected path>
Example:
# <path to mount>/dc_installer.sh -i /usr/openv -n
A sample response file is saved when you install the Data Collector. To connect the Data Collector with the NetBackup IT Analytics Portal, you must configure its responsefile with the credentials of the Data Collector created on the portal and run a configuration command as described in the procedure below.
To configure the Data Collector:
- Obtain the following details from the NetBackup IT Analytics Portal:
Registration file downloaded from the Portal.
Proxy server configuration details
- Update the above values in the
responsefile.sample
.COLLECTOR_REGISTRATION_PATH=<path to the .json file> HTTP_PROXY_CONF=N HTTP_PROXY_ADDRESS= HTTP_PROXY_PORT= HTTPS_PROXY_ADDRESS= HTTPS_PROXY_PORT= PROXY_USERNAME= PROXY_PASSWORD= PROXY_EXCLUDE=
- Configure the data collector using the above response file.
# <path to mount>/dc_installer.sh -c <responsefile path>
or
<install location>/installer/ dc_installer.sh -c <responsefile path>{}
- Start the data collector service
# <install location>/mbs/bin/aptare_agent start
Run this command to uninstall the Data Collector.
<INSTALL_PATH>/UninstallerData/uninstall_dc.sh -r