Hi,
Is there a way to get a cluster information like the nodes in the cluster, from a Cassandra Node which is not part of that cluster.
i know there is a way with OpsCenter. Is there any other way ?
Hi,
Is there a way to get a cluster information like the nodes in the cluster, from a Cassandra Node which is not part of that cluster.
i know there is a way with OpsCenter. Is there any other way ?
The point to note is, i do not know the node information. i just know the name of the cluster.
You can use nodetool ring or 'describe cluster' in cassandra-cli, but I'm not sure what kind of information you're looking for.
Casa,
If i am not wrong, you can not use nodetool ring or desc cluster_name unless you are connected to that cluster.
I am not sure if you can get the cluster information without connecting to the cluster or without knowing the node details.
Casa,
If i am not wrong, you can not use nodetool ring or desc cluster_name unless you are connected to that cluster.
I am not sure if you can get the cluster information without connecting to the cluster or without knowing the node details.