Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Notes and Troubleshooting
Last Published:
2025-03-24
Product(s):
NetBackup IT Analytics (11.6)
- 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
Host resources: Check host connectivity using standard SSH
NetBackup IT Analytics uses SSH to communicate with devices to run SSH commands. Sometimes, a connectivity issue is simply an incorrect path to a host.
Note:
Use the following SSH commands before attempting to collect data.
To check host connectivity using standard SSH:
Check that the connection to a Host is successful, using the credentials provided.
[user@host ~] ssh <user>@<host> ls
Similarly, if you are using Telnet, check your host access via Telnet and run
commands, as shown in the following step.In access-controlled environments such as
, a sudo user must be set up. Ensure that the sudo user can run the commands required for the host operating system platform.To verify
access:[user@host ~] ssh <sudouser>@<host> "sudo <command>"
If this command results in errors, such as command not found, set up the paths correctly and re-run this command.
on page 11.
Paths should be set correctly for the commands to run.