How to Check the Status of the SnappyData Cluster
October 20, 2021 ยท View on GitHub
How to Check the Status of the SnappyData 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 SnappyData UI 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