NetBackup IT Analytics Data Collector Installation and Configuration Guide for Veritas NetBackup
- Introduction
- Configure a NetBackup IT Analytics Distributed Data Collector on a NetBackup Primary Server
- Configure Data Collector on non-clustered NetBackup 10.4 and later primary server
- Configure Data Collector on non-clustered NetBackup 10.1.1, 10.2, 10.2.01, 10.3 or 10.3.0.1 primary server
- Configure a Veritas NetBackup Data Collector Policy
- Configuring file analytics in NetBackup Data Collector policy
- Installing the Data Collector software
- Configure SSL
- Centralized Data Collector for NetBackup - Prerequisites, Installation, and Configuration
- Step-1: Choose operating system and complete prerequisites
- Step-5: SSH/WMI
- Upgrading Data Collector Locally
- Clustering Data Collectors with VCS and Veritas NetBackup (RHEL)
- Clustering Data Collectors with VCS and Veritas NetBackup (Windows)
- Install and configure NetBackup IT Analytics Data Collector on MSCS environment
- Data Collector Policy Migration
- Pre-Installation setup for Veritas NetBackup appliance
- Pre-installation setup for Veritas Flex Appliance
- Data Collector Troubleshooting
- Host resources: Check host connectivity using standard SSH
- Host resources: Generating host resource configuration files
- Configuring parameters for SSH
- Appendix A. Configure Appliances
- Appendix B. Load historic events
- Load Veritas NetBackup events
- Appendix C. Firewall configuration: Default ports
- Appendix D. CRON Expressions for Policy and Report Schedules
- Appendix E. Maintenance Scenarios for Message Relay Server Certificate Generation
Getting started with Data Collector clustering
Install the Veritas NetBackup Data Collector on shared volume attached to the active node.
Refer to the Veritas NetBackup IT Analytics Data Collector Installation Guide on Linux for the general prerequisites for the deployment.
To install the Data Collector on VCS cluster environment, execute the below command on the node where the shared storage is mounted. Mount the ISO image that you downloaded.
mkdir /mnt/diska mount -o loop <itanalytics_datacollector_linux_xxxxx.iso> /mnt/diska
Substitute the name of the downloaded ISO image.
cd /
If you are planning to use only the NetBackup, NetBackup Appliance or the Backup Exec policies with the Data Collector, then start the installer as below:
/mnt/diska/dc_installer.sh -i <mountpoint of shared storage> -n -C vcs
In case you wanted to use all the policies that Data Collector supports, then start the installer as below:
/mnt/diska/dc_installer.sh -i <mountpoint of shared storage> -C vcs
The installer also places the required files on the remote cluster nodes using the passwordless SSH setup.
The installer will deploy the Data Collector binaries on the shared storage and create the required cluster configuration. Installer detects the block device configured with the mount point and use this information while creating cluster configuration. The Data Collector creates an online local firm group dependency with NetBackup service group. The installer also places the required files on the remote cluster nodes using the passwordless SSH setup.
The Data Collector refers the cluster configuration file <Mount point>/analyticscollector/mbs/conf/cluster_config.properties
while creating the configuration.
The script <Mount point>/analyticscollector/mbs/bin/create_cluster_config.sh can be used to create a cluster configuration in case user needs to re-create a cluster configuration for the Data Collector. Similarly, <Mount point>/analyticscollector/mbs/bin/clean_cluster_config.sh can be used to clean up the cluster configuration in case the user needs to delete the cluster configuration for the Data Collector.