Veritas InfoScale™ 7.4.2 Installation Guide - Linux
- Section I. Planning and preparation
- Introducing Veritas InfoScale
- Licensing Veritas InfoScale
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Section II. Installation of Veritas InfoScale
- Installing Veritas InfoScale using the installer
- Installing Veritas InfoScale using response files
- Installing Veritas Infoscale using operating system-specific methods
- Completing the post installation tasks
- Section III. Uninstallation of Veritas InfoScale
- Section IV. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Managing the Veritas telemetry collector on your server
The Veritas telemetry collector on your server sends telemetry data to the edge server. You can manage the Veritas telemetry collector on each of your servers by using the/opt/VRTSvlic/tele/bin/TelemetryCollector command. See the following table for a list of operations that you can perform to manage the Veritas telemetry collector along with examples of each of the commands.
Table: Commands used to manage the collector
Operation | Description |
---|---|
Register an edge server and start the collector | Use the following command to register an edge server with the collector. Note that the collector is automatically started after running this command. /opt/VRTSvlic/tele/bin/TelemetryCollector -start --hostname=<hostname_or_IP> --port=<port_number>
Example: /opt/VRTSvlic/tele/bin/TelemetryCollector -start --hostname=telemetry.veritas.com --port=443 |
Start the collector (if the collector is not already running) | Use the following command if you want to start a collector that is not sending telemetry data to the edge server. /opt/VRTSvlic/tele/bin/TelemetryCollector -start |
Restart the collector (if the collector is already running) | Use the following command to restart the collector that is sending telemetry data to the edge server. /opt/VRTSvlic/tele/bin/TelemetryCollector -restart |
Check whether the collector is running or not | Use the following command to check the status of the collector on your server. /opt/VRTSvlic/tele/bin/TelemetryCollector -status |
Check whether the collector is registered with an edge server | Use the following command to check whether the collector is registered with an edge server. /opt/VRTSvlic/tele/bin/TelemetryCollector -registered |
Update the host name, IP address, or port number of the edge server | Use the following command to update the host name or IP address and port number of the edge server. /opt/VRTSvlic/tele/bin/TelemetryCollector -update --hostname=<hostname_or_IP> --port=<port_number>
Examples:
|
Configure how often telemetry data is sent to the edge server | Use either of the following commands to define how often you want the collector to send telemetry data to the edge server.
Use the following variables in the above commands.
Examples:
|