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
Overview
NetBackup IT Analytics Data Collector software includes two components:
Data Collector
Upgrade Manager
Both these components have their own upgrade bundles that are downloaded from the NetBackup IT Analytics Data Receiver service running on the Portal server.
Data Collector component:
It is responsible for monitoring the policies associated with the collector, scheduling probes as per policy configurations, thereby enabling the probes to collect data from various subsystems and sending it to the Data Receiver service running on the Portal server.
t spawns different Java processes, like Watchdog, DataCollector, ValidationDataCollector, MessageRelayServer, EventDataCollector, and so on to perform these operations.
Upgrade Manager component:
It is responsible for upgrading the Data Collector component, which is the
aptare.jar
file.
The WatchDog Java process initializes a thread (SmartUpdaterThread) that polls the Data Receiver every 11 minutes for any potential upgrade requests.
If an Upgrade Manager upgrade is due:
SmartUpdaterThread checks if the Upgrade Manager upgrade bundle is available in a specified location on the Data Collector server, and proceeds to upgrade the Upgrade Manager component after verifying the credibility of the bundle.
If not available in the specified location, SmartUpdaterThread thread tries to download the Upgrade Manager upgrade bundle.
After successful download of the upgrade bundle, Upgrade Manager is upgraded.
If a Data Collector upgrade is due:
SmartUpdaterThread thread checks if the Data Collector upgrade bundle is available in a specified location on the Data Collector server, and proceeds to initialize the Upgrade Manager component to upgrade the Data Collector component.
If the upgrade bundle is not available in the specified location, SmartUpdaterThread downloads the Data Collector upgrade bundle.
After successful download of the Data Collector upgrade bundle, the Upgrade Manager component is initialized (a new java process is started) to upgrade the Data Collector component.