I am facing an Authentication issue. We have 2 node of cluster. If DSE stop on any one node I am unable to login inside DSE on another node. Due to Authentication issue application also get down.
Command
[root@cassandra-7 ~]# cqlsh 10.130.1.204 -u user -p password
Error
Connection error: ('Unable to connect to any servers', {'10.130.1.204': AuthenticationFailed('Failed to authenticate to 10.130.1.204: Error from server: code=0100 [Bad credentials] message="Failed to login. Please re-try."',)})
Cluster Info
[root@cassandra-7 ~]# dsetool status Warning: Not able to read Analytics Master data, SparkMaster data may not be correct. DC: singaporedo Workload: Cassandra Graph: no ====================================================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Owns Token Rack Health [0,1] 1051212759506365289 UN Node-1-Public-IP 380.01 GiB ? -921962553594005710 rack-1 0.90 UN Node-2-Public-IP 407.31 GiB ? 1051212759506365289 rack-1 0.90
Kindly help to fix this.