configuration - Setting Cassandra on server IP -


i'm trying switch cassandra localhost server ip cassandra has been installed. in cassandras config file:

cassandra.yaml 

, changed listen_address ip, on seed , on rps_address. beyond on picture can see have changed name of cluster

first cluster 

enter image description here

but when start cqlsh got:

enter image description here

where doing wrong?

if comes post , still don't know fu** not working, here answer.

listen address in cassandra must stay on localhost always. how change address than? go in

cassandra.yaml 

,and change:

rpc_address = your_server_ip ( it's on localhost) rpc_start = true ( on false) 

when trying access cassandra in shell type this:

sh ~cassandra/bin/cqlsh your_server_ip_which_you_set_as_rpc_addr 

something like:

sh ~cassandra/bin/cqlsh 10.12.123.123 

Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -