-
Notifications
You must be signed in to change notification settings - Fork 1
ping
Chris Lowth edited this page Sep 21, 2022
·
6 revisions
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". |
NB: This WIKI is a work in progress and is known to be incomplete and inaccurate in places as it stands.
Starting points
Popular pages