Veritas InfoScale™ 8.0 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- About the Veritas InfoScale product suite
- Supported hardware and software
- Disk space requirements
- Installation requirements
- Requirements for installing InfoScale Storage in a Microsoft Failover Cluster
- Recommendations and best practices
- About InfoScale licenses
- About telemetry data collection in InfoScale
- Installing the Veritas InfoScale products
- About installing the InfoScale products
- About the co-existence of InfoScale products
- Installing the server components using the installation wizard
- Applying the selected installation and product options to multiple systems
- Installing the server components using the command-line installer
- Parameters for Setup.exe
- Available product options and supported DMP DSMs
- Registering the InfoScale Storage resource DLLs
- Installing the client components
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Deployment scenarios and applicable post upgrade tasks
- Re-enabling Volume Replicator in a non-clustered environment
- Re-enabling Volume Replicator in a Microsoft failover cluster environment
- Reconnecting DMP DSM paths after the upgrade
- Reconfiguring the Veritas InfoScale Messaging Service
- Importing the configured rules
- Upgrading clusters for stronger security
- Reinstalling the custom agents
- Including custom resources
- 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:
|