Hi ,
I am trying to Complete DS210 Exercise.Stuck with below one.
(Exercise: Stand-up a Second DC ) Not able to bring up Node in Second DC.
(Two Other nodes are running Fine).
root@ds210-node1:~# 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 17.58 MiB 8 47.2% 5fc95247-1e2f-4f56-96e1-d78f7e701a39 rack1 UN 172.18.0.3 13.45 MiB 8 52.8% 2a9ce3fa-d9f7-4729-91f5-f8abe0bb347b rack1
Node 2 Yaml Configuration information:-
cluster_name: 'KillrVideoCluster' listen_address: 172.18.0.4 native_transport_address: 172.18.0.4 - seeds: "172.18.0.2" num_tokens: 8 # initial_token: endpoint_snitch: GossipingPropertyFileSnitch
Node 2 cassandra-rackdc.properties
# These properties are used with GossipingPropertyFileSnitch and will # indicate the rack and dc for this node dc=dc2 rack=rack1
Cassandra not started and Getting error when issuing nodetool command:-
root@ds210-node2:/etc/dse/cassandra# nodetool status nodetool: Failed to connect to '127.0.0.1:7199' - ConnectException: 'Connection refused (Connection refused)'.
Cassandra running for few minutes and getting Down.
root@ds210-node2:/etc/dse/cassandra# sudo service dse status * dse is not running