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
but when start cqlsh got:
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
Post a Comment