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 (Windows)
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 NetBackup upgrade
- Back up the VCS configuration file
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_group NetBackup_Server
Delete the resources in aptare_grp service group:
# hares -delete -force aptare_agent_service # hares -delete -force aptare_wmi_agenty # hares -delete -force aptare_mount # hares -delete -force aptare_dg
To delete the aptare service group:
#hagrp -delete aptare_group # haconf -dump -makero
After NetBackup upgrade
Perform the cluster configuration again as described in this documentation.
See Clustering Data Collectors with VCS and Veritas NetBackup (Windows).