Skip to content
Chris Lowth edited this page Sep 21, 2022 · 6 revisions

ping

Usage:

tbutil [{cred}] ping [-sql|-ssh|-isXL|-isIWO|-isCWOM]

This commands tests the connection with the Turbonomic service instance. The exact test performed depends on the selected option as follows..

Option Meaning
No option With no option specified, the command tests the REST API connection.
-sql Tests the connection with the server's MySQL server.
-ssh Tests the connection with the server's SSH service.
-isCWOM Indicates whether the connection refers to an instance of XL CWOM.
-isXL Indicates whether the Turbonomic instance is running an "XL" version (version 7 or above). The return is "true" or "false".
-isIWO Indicates whether this is an IWO instance. The return is "true" or "false".
Clone this wiki locally