Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Notes and Troubleshooting
Last Published:
2024-09-04
Product(s):
NetBackup IT Analytics (11.3)
- Data Collector Troubleshooting
- Resolving Data Collectors connections issues - Linux specific
- Resolving Data Collectors connections issues - Windows specific
- Portal upgrade / data collector performance issues
- Verify the Data Collector configuration
- Verify Connectivity
- Configuring web proxy updates
- Collecting missed events for Veritas Backup Exec
- Substituting ODBC for JDBC to connect to SQL server for Veritas Backup Exec
- Useful Data Collection scripts for capacity
- Host resources troubleshooting
- Host resources: Check the status of the WMI proxy server
- Host resources: Post-Installation verification
- Host resources: Check host connectivity using standard SSH
- Host resources: Check host connectivity
- Host resources: Check host connectivity using Host Resource Configuration file
- Host resources: Generating host resource configuration files
- Host resources: Check the execution of a command on a remote server
- Host resources Data Collection
- Host resources: Collection in stand-alone mode
- Configuring parameters for SSH
- Identifying Windows file system access errors (File Analytics)
- Collect from remote shares (File Analytics)
- Adding a certificate to the Java keystore
- Firewall Configuration: Default Ports
- CRON Expressions and Probe Schedules
- Clustering Data Collectors with VCS and Veritas NetBackup (RHEL)
- Clustering Data Collectors with VCS and Veritas NetBackup (RHEL)
- Prerequisites
- Getting started with Data Collector clustering
- Main.cf
- Upgrading a clustered Data Collector
- Manage cluster configuration during NetBackup upgrade (RHEL)
- Considerations when Data Collector is pointing to Alta Domain Management
- 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).