Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Notes and Troubleshooting
Last Published:
2025-03-04
Product(s):
NetBackup IT Analytics (11.4)
- Data Collector Troubleshooting
- Host resources: Check host connectivity using standard SSH
- Host resources: Generating host resource configuration files
- Configuring parameters for SSH
- Firewall Configuration: Default Ports
- CRON Expressions for Policy and Report Schedules
- 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
- Firewall Configuration: Default Ports
- Maintenance Scenarios for Message Relay Server Certificate Generation
Manage cluster configuration during NetBackup upgrade (RHEL)
During NetBackup upgrade, the VCS cluster configurations are removed and recreated. The VCS cluster configurations done manually for the Data Collector are also deleted in the process after NetBackup upgrade. Follow these steps before you upgrade NetBackup.
Before upgrading NetBackup
- Back up the VCS configuration file
/etc/VRTSvcs/conf/config/main.cf
. - Remove the VCS configuration added for Data Collector. This includes unlinking the service group dependencies and deleting the resources in service group aptare_grp.
To unlink the service group dependencies between Aptare service group and NetBackup:
# haconf -makerw # hagrp -unlink aptare_grp nbu_group
Delete the resources in aptare_grp service group:
# hares -delete -force aptare_vol # hares -delete -force aptare_mnt # hares -delete -force aptare_dg
To delete the aptare service group:
#hagrp -delete aptare_grp # haconf -dump -makero
After upgrading NetBackup
Perform the cluster configuration again as described in this documentation.
See Clustering Data Collectors with VCS and Veritas NetBackup (RHEL).