I am creating a 3 node Datastax community edition cluster using the guidelines given at http://www.datastax.com/docs/1.2/install/install_ami using EC2 C1.Xlarge machines.
Providing the following parameters :
--clustername DevCassandra--totalnodes 3 --version community
The cluster is creating is completed, but the issue seems to be that it is creating 3 different clusters with one node each. Also, I am running nodetool status on every cluster and it just shows the same one node in the output.
Opscenter is also installed on ALL the nodes, which accoring to instructions should have been installed only on one node.
Have repeated this process three times, any comments/suggestions on what I might be doing wrong ?
Thanks,
Amey