NetBackup IT Analytics Data Collector Installation Guide for Capacity Manager
- Overview
- Pre-Installation setup for Compute Resources
- Pre-Installation setup for Dell Compellent
- Pre-Installation setup for DELL EMC Elastic Cloud Storage (ECS)
- Pre-Installation setup for Dell EMC Unity
- Pre-Installation setup for EMC data domain storage
- Pre-Installation setup for EMC Isilon
- Pre-Installation setup EMC Symmetrix
- Pre-Installation setup for EMC VNX Celerra
- Pre-Installation setup for EMC VNX
- Pre-Installation setup for EMC VPLEX
- Pre-Installation setup for EMC XtremIO
- Pre-installation setup for FUJITSU ETERNUS Data Collector
- Pre-Installation setup for Hitachi Block
- Configuring a Hitachi Device manager user
- Pre-Installation setup for Hitachi Content Platform (HCP)
- Hitachi content platform system management console
- Hitachi content platform tenant management console
- Pre-Installation Setup for Hitachi NAS
- Pre-Installation Setup for Hitachi Vantara All-Flash and Hybrid Flash Storage
- Host inventory pre-installation setup
- Host Access Privileges, Sudo Commands, Ports, and WMI Proxy Requirements
- Configure host Discovery policies to populate the host Inventory
- Validate host connectivity
- Host Inventory search and host Inventory export
- Configure and edit host probes
- Propagate Probe Settings: Copy Probes, Paste Probes
- Pre-Installation setup for HP 3PAR
- Pre-Installation setup for HP EVA
- Pre-Installation setup for HPE Nimble Storage
- Pre-Installation setup for HPE StoreOnce
- Pre-Installation setup for IBM Enterprise
- Pre-Installation setup for IBM COS
- Pre-Installation setup for IBM SVC
- Pre-Installation setup for IBM XIV
- Pre-Installation setup for Microsoft Windows server
- Pre-Installation setup for NetApp-7
- Pre-Installation setup for NetApp StorageGRID
- Pre-Installation setup for NetApp Cluster
- Pre-Installation setup for NetApp E-Series
- Pre-Installation setup for NEC HYDRAstor
- Pre-Installation setup for Pure Storage FlashArray
- Pre-Installation setup for Veritas NetBackup appliance
- Pre-installation setup for Veritas Flex Appliance
- Installing the Data Collector software
- Validating Data Collection
- Uninstalling the Data Collector
- Manually starting the Data Collector
- Appendix A. 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 registration file path (generated while creating the data collector on the Portal and copied to the NetBackup primary server) handy when you configure the Data Collector.
See Add/Edit Data Collectors section in the NetBackup IT Analytics User Guide for more information.
To configure the Data Collector manually on Windows:
- Use the [responsefile.cmd] received through the installer media for this configuration. You can configure it as described in the steps below.
- Edit the responsefile as a batch script
responsefile.cmd
with the following contents. You can also create one if required with the following content. These are the responses to the user input required to configure the Data CollectorSET DATACOLLECTOR_REGISTRATION_FILE_PATH=<path to the .json 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=
- 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:
- Use the sample [responsefile.cmd] available on the install media and also available at the
<Data collector install location>/installer path
on the system for this configuration. You can configure it as described in the steps below. - Update the response file with the following contents. You can also create one if required with the following content.
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=
- 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>