How to Check the Status of the TIBCO ComputeDB Cluster

You can check the status of a running cluster using the following command:

$ ./sbin/snappy-status-all.sh
SnappyData Locator pid: 9748 status: running
SnappyData Server pid: 9887 status: running
SnappyData Leader pid: 10468 status: running

You can check the TIBCO ComputeDB Monitoring Console by opening http://<leadHostname>:5050 in your browser, where <leadHostname> is the host name of your lead node. Use Snappy SQL shell to connect to the cluster and perform various SQL operations.

Related Topics