Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Installation and Configuration Guide for Veritas NetBackup
Last Published:
2025-03-04
Product(s):
NetBackup IT Analytics (11.5)
- 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
Main.cf
The main.cf for the previous configuration is as follows. Please note, the following configuration uses example values as required:
include "types.cf" include "C:\Program Files\Veritas\Cluster Server\conf\config\NetBackupVCSTypes.cf" cluster VCSCluster ( ProtocolNumber = 11000 SecureClus = 1 ) system R7515-157-V40 ( ) system R7515-157-V41 ( ) group aptare_group ( SystemList = { R7515-157-V40 = 1, R7515-157-V41 = 2 } AutoStartList = { R7515-157-V40, R7515-157-V41 } ) GenericService aptare_kafka_service ( ServiceName = AptareDCKafka ) GenericService aptare_zookeeper_service ( ServiceName = AptareDCZooKeeper ) GenericService aptare_agent_service ( ServiceName = aptareagent ) MountV aptare_mount ( MountPath = "T:" VolumeName = DCVol VMDGResName = aptare_dg ) VMDg aptare_dg ( DiskGroupName = DCDG DGGuid = fbc46fd3-2ab3-48cc-8274-3342b85271e8 ) requires group NetBackup_Server online local firm aptare_mount requires aptare_dg aptare_kafka_service requires aptare_zookeeper_service aptare_zookeeper_service requires aptare_agent_service aptare_agent_service requires aptare_mount // resource dependency tree // // group aptare_group // { // GenericService aptare_kafka_service // { // GenericService aptare_zookeeper_service // { // GenericService aptare_agent_service // { // MountV aptare_mount // { // VMDg aptare_dg // } // } // } // } // } group NetBackup_Server ( SystemList = { R7515-157-V40 = 1, R7515-157-V41 = 2 } AutoStartList = { R7515-157-V40, R7515-157-V41 } ) IP NetBackup_Server-IP ( Address = "10.221.148.250" SubNetMask = "255.255.240.0" MACAddress @R7515-157-V40 = 00-50-56-BB-D3-77 MACAddress @R7515-157-V41 = 00-50-56-BB-7D-D0 ) Lanman NetBackup_Server-Lanman ( VirtualName = r7515-157-v42 IPResName = NetBackup_Server-IP ) MountV NetBackup_Server-MountV-S ( MountPath = "S:\\" VolumeName = NBUVol VMDGResName = NetBackup_Server-VMDg-S ) NIC NetBackup_Server-NIC ( MACAddress @R7515-157-V40 = 00-50-56-BB-D3-77 MACAddress @R7515-157-V41 = 00-50-56-BB-7D-D0 ) NetBackupVCS NetBackup_Server-NBU ( ResourceOwner = unknown ServerName = r7515-157-v42 ServerType = NBU ) VMDg NetBackup_Server-VMDg-S ( DiskGroupName = NBUDG DGGuid = f2f47ff0-9f95-41fa-b9f5-df97a5b0788c ) NetBackup_Server-IP requires NetBackup_Server-NIC NetBackup_Server-Lanman requires NetBackup_Server-IP NetBackup_Server-MountV-S requires NetBackup_Server-VMDg-S NetBackup_Server-NBU requires NetBackup_Server-MountV-S NetBackup_Server-NBU requires NetBackup_Server-Lanman // resource dependency tree // // group NetBackup_Server // { // NetBackupVCS NetBackup_Server-NBU // { // MountV NetBackup_Server-MountV-S // { // VMDg NetBackup_Server-VMDg-S // } // Lanman NetBackup_Server-Lanman // { // IP NetBackup_Server-IP // { // NIC NetBackup_Server-NIC // } // } // } // }