I am using cassasndra 1.1.5 and opscenter2.1.2.
I have followed all the steps mentioned in the link :http://www.datastax.com/resources/articles/multi-node-cassandra-cluster-on-linux
But after starting cassasndra in all nodes,the nodes are not listed when using the command
./nodetool -h localhost ring
On all individual nodes only the current one is listed.
For eg: In the seed node with Ip 192.168.1.2
[root@masternode bin]# ./nodetool -h 192.168.1.2 -p 7199 ring
Address DC Rack Status State Load Effective-Ownership Token
192.168.1.2 datacenter1 rack1 Up Normal 54.25 KB 100.00% 0
In the other nodes with 192.168.1.3
[root@datanode1 bin]# ./nodetool -h 192.168.1.3 -p 7199 ring
Note: Ownership information does not include topology, please specify a keyspace.
Address DC Rack Status State Load Owns Token
192.168.1.3 datacenter1 rack1 Up Normal 31.26 KB 100.00% 42535295865117307932921825928971026432
