> Hi All
>
>
>
> I  am trying to configure a Cassandra cluster with two nodes. I am new to
Cassandra.
>
>
>
> I am using datastax distribution of Cassandra ( windows). I have
installed the same in two nodes and configured it  works as a separate
instance but not as cluster.
>
>
>
> The key changes I made in Cassandra.yaml is as follows as suggested by
http://www.datastax.com/documentation/cassandra/1.2/cassandra/initialize/initializeSingleDS.html
>
>
>
> Configuration setting for 10.144.32.134
>
>
>
> num_tokens: 256
>
>           - seeds: "10.144.32.134,10.137.12.84"
>
> listen_address: 10.144.32.134
>
> endpoint_snitch: RackInferringSnitch
>
> rpc_address: 0.0.0.0
>
>
>
> Configuration setting for 10.137.12.84
>
>
>
> num_tokens: 256
>
>           - seeds: "10.144.32.134,10.137.12.84"
>
> listen_address: 10.137.12.84
>
> endpoint_snitch: RackInferringSnitch
>
> rpc_address: 0.0.0.0
>
>
>
> post this  configuration am able to start the services as usual and see
the status as up.
>
>
>
> Nodetool Status from  134 ( server)
>
>
>
> D:\Program Files\DataStax Community\apache-cassandra\bin>nodetool -h
localhost status
>
> Starting NodeTool
>
> Note: Ownership information does not include topology; for complete
information, specify a keyspace
>
> Datacenter: 144
>
> ================
>
> Status=Up/Down
>
> |/ State=Normal/Leaving/Joining/Moving
>
> --  Address        Load       Tokens  Owns   Host ID
              Rack
>
> UN  10.144.32.134  40.03 MB   256     100.0%
c791918a-8fec-4c5c-ab83-1a3525c51b70  32
>
>
>
> Nodetool Status from 84
>
>
>
> C:\Program Files\DataStax Community\apache-cassandra\bin>nodetool.bat
status
>
> Starting NodeTool
>
> Note: Ownership information does not include topology; for complete
information, specify a keyspace
>
> Datacenter: 137
>
> ================
>
> Status=Up/Down
>
> |/ State=Normal/Leaving/Joining/Moving
>
> --  Address       Load       Tokens  Owns   Host
ID                               Rack
>
> UN  10.137.12.84  69.58 KB   2       100.0%
f842ea74-8eef-4c82-80d4-3e06e7a00deb  12
>
> C:\Program Files\DataStax Community\apache-cassandra\bin>
>
>
>
>
>
> Can you please suggest me how to fix this issue.
>
>
>
> Regards
>
> Muthukumar.S
>

Reply via email to