When I run nodetool -host ip.ip.ip.ip ring on all of the nodes in my 3 node cluster, the output always shows only one of the nodes..
I ran a netstat and I am not sure how to interpret this. I reviewed all my config files and it looks fine. Do I need to make changes to the /etc/hosts file? I double checked my security group rules in the console and things look fine. 7000 is open inbound and outbound..
netstat -ant | grep 7000
tcp 0 0 10.160.13.61:7000 0.0.0.0:* LISTEN
tcp 0 0 10.160.13.61:48403 10.160.13.37:7000 ESTABLISHED
tcp 0 0 10.160.13.61:7000 10.160.13.62:60845 ESTABLISHED
tcp 0 0 10.160.13.61:7000 10.160.13.37:56271 ESTABLISHED
tcp 0 0 10.160.13.61:7000 10.160.13.37:60656 ESTABLISHED
tcp 0 0 10.160.13.61:38436 10.160.13.62:7000 ESTABLISHED
tcp 0 0 10.160.13.61:52762 10.160.13.62:7000 ESTABLISHED