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
Load Commvault Simpana events
Commvault Simpana Historic Collection uses a JDBC connection to collect jobs data from the Commvault Simpana database for a given look back hours.
Configure COMMVAULT_OLDEST_JOB_HOURS parameter for historic data collection.
Note:
The allowed maximum number of hours to look back for historic data collection is 168 hours. Historic collection is normally used on first time collection. It retrieves the details of the backup jobs, restore jobs, and job failures from the database using the SQL queries.
Windows:
C:\Program Files\Aptare\mbs\bin\commvault\cvsimpanadetails.bat
Linux:
<APTARE HOME>/mbs/bin/commvault/cvsimpanadetails.sh
To capture data from a specific period, use the following utility:
cvsimpanadetails.{sh|bat} <output_dir> <cvdb_username> <cvdb_password> <cvdb_hostname>[:port] [max_hours [cv_username cv_password [cv_hostname]]]
Where:
This utility will write data to a set of files in the output directory specified in
output_dir
.The cvdb_username, cvdb_password and cvdb_hostname refer to the CommServ database system (this is usually the same as the CommServ server) from which you are collecting data.
[Optional]Port Number can be appended to the cvdb_hostname, separated by a colon.
Note:
If a port number is not specified, default 1433 port is assigned.
[Optional]Maximum number of hours from which to start the collection can be specified. This value is used to calculate the current time minus the number of hours that was entered.
If you do not enter a maximum number of hours, then all details retained by the Commvault Simpana database will be retrieved.
The last set of cv_username, cv_password and cv_hostname are required only if you are collecting Skipped File Details from a Windows-based CommServ Server.