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 the execution of a command on a remote server
This utility provides the output of a command by running it on the specified remote server.
remoteExecCommand.{sh|bat} HostAddress [enc] userId password [domain=<domain>] [wmiserver=<wmiserver>] [cto=<connectTimeout>] [sto=socketTimeout>] [accessCmd=accessControlCommand>]
HostAddresses | The hosts to verify. It can be hostname, IP address, or range of IP addresses, or a comma-separated list of them. |
userId password | Use the [enc] option to provide encrypted user ID and password arguments. |
domain | The Domain for the Windows hosts (only for connecting to a Windows server) |
wmiserver | Name of the WMI Proxy Server |
cto | Connection time-out in milliseconds |
sto | Socket time-out in milliseconds |
accessCmd | An access control command such as |
Example
remoteExecCommand.sh 172.16.1.21 myuser mypasswd /usr/bin/df -k remoteExecCommand.sh 172.16.1.21 myuser mypasswd accessCmd=sudo cto=10000 /usr/bin/df -k