We've cassandra cluster(5 nodes in dc1 , 3 nodes in dc2). I need to check the nodetool status. My requirement is to navigate to each and every node in the cluster and run the nodetool status . Though nodetool gives the status of all nodes status information, I need to navigate to the each and every node to know the status because sometimes even the nodetool status says UP and Normal in one node , when i connect to another node nodetool status says that particular node is DOWN.
can you please let me know the nodetool status of all nodes without doing ssh to the nodes .