Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- About InfoScale licenses
- Installing the Veritas InfoScale products
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering the InfoScale product installation
- Uninstalling the InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Appendix A. Services and ports
- Appendix B. Migrating from a third-party multi-pathing solution to DMP
Managing the Veritas Telemetry Collector
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 theTelemeteryCollector.exe binary.
The path to the TelemeteryCollector.exe is stored in the environment variable %VPIPATH%. Navigate to the InfoScale Installation directory on your local computer by entering %VPIPATH% in the Windows Run utility. Once you are in the directory containing the TelemeteryCollector.exe binary, open command prompt and type the required 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. TelemetryCollector.exe -start --hostname=<hostname_or_IP> --port=<port_number>
Example: TelemetryCollector.exe -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. TelemetryCollector.exe -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. TelemetryCollector.exe -restart |
Check whether the collector is running or not | Use the following command to check the status of the collector on your server. TelemetryCollector.exe -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. TelemetryCollector.exe -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. TelemetryCollector,exe -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:
|