getting Below error while starting cql using cqlsh command
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
Servers are up in multiple DC
ubuntu@ds210-node1:/etc/dse/cassandra$ nodetool status Datacenter: dc1 =============== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving/Stopped -- Address Load Tokens Owns (effective) Host ID Rack UN 172.18.0.2 306.33 KiB 8 6.0% 430b7ebd-afc8-400a-8053-32c9929a48e9 rack1 UN 172.18.0.3 379.2 KiB 128 89.1% 116d1b49-7b77-4912-b7bf-077c30f22c2e rack1 Datacenter: dc2 =============== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving/Stopped -- Address Load Tokens Owns (effective) Host ID Rack UN 172.18.0.4 243.26 KiB 8 4.8% cc79ee25-9359-48a0-894d-c9eec803477f rack1
nodetool commands are running fine but somehow cqlsh is not working
What could be the issue ?