Sunday, November 19, 2023

Logging in to Tigergraph DB's Zookeeper to identify brokers

 Follow below commands and corresponding port to login to the Zookeeper  to identify the brokers that runs along with Tigergraph DB


TGDB Zookeeper login:

$ cd /tigergraph/app/3.9.2-1/zk

$ ./zkCli.sh -server 127.0.0.1:19999

> ls /broker/ids

> quit


***