we've a cassandra cluster (5 nodes in dc1 and 3 nodes in dc2), out of which there are some nodess running "alwayson-sql" process running. I'm using below command to know the status of each node
$ dse -u <username> -p <password> client-tool alwayson-sql status
i'm writing a linux shell script to automate to check for "alwayson-sql" status of all nodes in the cluster
Can you please let me know how to navigate to all nodes without doing "ssh" to the node to know the "alwayson-sql"